Searched refs:SharedPtr (Results 1 – 5 of 5) sorted by relevance
27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef30 const SharedPtr &next_frame,102 SharedPtr GetNextFrame() const;104 SharedPtr GetPrevFrame() const;
23 typedef std::shared_ptr<RegisterContextDummy> SharedPtr; typedef
23 typedef std::shared_ptr<RegisterContextHistory> SharedPtr; typedef
54 const SharedPtr &next_frame, in RegisterContextUnwind()703 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()705 RegisterContextUnwind::SharedPtr next_next_frame = in CheckIfLoopingStack()2261 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame()2262 RegisterContextUnwind::SharedPtr regctx; in GetNextFrame()2268 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetPrevFrame() const { in GetPrevFrame()2269 RegisterContextUnwind::SharedPtr regctx; in GetPrevFrame()
396 CUdeviceptr SharedPtr; in allocate() local397 Err = cuMemAllocManaged(&SharedPtr, Size, CU_MEM_ATTACH_GLOBAL); in allocate()398 MemAlloc = (void *)SharedPtr; in allocate()