Searched defs:GetShadowFrame (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc230 ShadowFrame* GetShadowFrame() const { return shadow_frame_; } function in class:art::StackedShadowFrameRecord
292 ShadowFrame* shadow_frame = record->GetShadowFrame();
314 ShadowFrame* GetShadowFrame() const { return shadow_frame_; } function in class:art::FrameIdToShadowFrame
358 return record->GetShadowFrame();
3771 for (ShadowFrame* shadow_frame = record->GetShadowFrame();
3794 mapper.VisitShadowFrame(record->GetShadowFrame());

Completed in 137 milliseconds