Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.h1054 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
1981 self_->PopStackedShadowFrame(type_); in ~ScopedStackedShadowFramePusher()
H A Dthread.cc428 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { in PopStackedShadowFrame() function in art::Thread
4352 PopStackedShadowFrame(StackedShadowFrameType::kDeoptimizationShadowFrame); in DeoptimizeWithDeoptimizationException()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc659 ShadowFrame* deopt_frame = self->PopStackedShadowFrame( in artQuickToInterpreterBridge()