Home
last modified time | relevance | path

Searched refs:PopShadowFrame (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dmanaged_stack-inl.h34 inline ShadowFrame* ManagedStack::PopShadowFrame() { in PopShadowFrame() function
Dmanaged_stack.h103 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
Dthread-inl.h396 inline ShadowFrame* Thread::PopShadowFrame() { in PopShadowFrame() function
397 return tlsPtr_.managed_stack.PopShadowFrame(); in PopShadowFrame()
Dthread.h896 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
/art/runtime/interpreter/
Dinterpreter.cc343 self->PopShadowFrame(); in Execute()
490 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
513 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
672 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
690 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc269 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()
273 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()
Dinterpreter_common.h378 self->PopShadowFrame(); in DoInvoke()
Dunstarted_runtime.cc2111 self->PopShadowFrame(); in Invoke()
/art/runtime/jit/
Djit.cc605 thread->PopShadowFrame(); in MaybeDoOnStackReplacement()