Home
last modified time | relevance | path

Searched refs:GetShadowFrame (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.cc246 ShadowFrame* GetShadowFrame() const { return shadow_frame_; } in GetShadowFrame() function in art::StackedShadowFrameRecord
434 ShadowFrame* shadow_frame = record->GetShadowFrame(); in PopStackedShadowFrame()
456 ShadowFrame* GetShadowFrame() const { return shadow_frame_; } in GetShadowFrame() function in art::FrameIdToShadowFrame
500 return record->GetShadowFrame(); in FindDebuggerShadowFrame()
4015 for (ShadowFrame* shadow_frame = record->GetShadowFrame(); in VisitRoots()
4038 mapper.VisitShadowFrame(record->GetShadowFrame()); in VisitRoots()