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

/art/runtime/
H A Dthread.h1036 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
1814 self_->PopStackedShadowFrame(type_);
H A Dthread.cc282 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { function in class:art::Thread
3956 PopStackedShadowFrame(StackedShadowFrameType::kDeoptimizationShadowFrame);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc781 ShadowFrame* deopt_frame = self->PopStackedShadowFrame(

Completed in 1681 milliseconds