Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc317 GetThread()->PushStackedShadowFrame(nullptr, in VisitFrame()
358 GetThread()->PushStackedShadowFrame( in VisitFrame()
Dthread.h906 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
1555 self_->PushStackedShadowFrame(sf, type); in ScopedStackedShadowFramePusher()
Dthread.cc263 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame() function in art::Thread