Searched refs:PushStackedShadowFrame (Results 1 – 3 of 3) sorted by relevance
336 GetThread()->PushStackedShadowFrame(nullptr, in FinishStackWalk()406 GetThread()->PushStackedShadowFrame( in VisitFrame()
1045 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);1962 self_->PushStackedShadowFrame(sf, type); in ScopedStackedShadowFramePusher()
423 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame() function in art::Thread