Searched refs:SharedPtr (Results 1 – 4 of 4) 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
56 const SharedPtr &next_frame, in RegisterContextUnwind()717 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()719 RegisterContextUnwind::SharedPtr next_next_frame = in CheckIfLoopingStack()2298 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame()2299 RegisterContextUnwind::SharedPtr regctx; in GetNextFrame()2305 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetPrevFrame() const { in GetPrevFrame()2306 RegisterContextUnwind::SharedPtr regctx; in GetPrevFrame()