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

/art/runtime/
H A Dquick_exception_handler.cc317 GetThread()->PushStackedShadowFrame(nullptr,
358 GetThread()->PushStackedShadowFrame(
H A Dthread.h915 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
1568 self_->PushStackedShadowFrame(sf, type);
H A Dthread.cc263 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { function in class:art::Thread

Completed in 60 milliseconds