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.h393 inline ShadowFrame* Thread::PopShadowFrame() { in PopShadowFrame() function
394 return tlsPtr_.managed_stack.PopShadowFrame(); in PopShadowFrame()
Dthread.h857 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
/art/runtime/interpreter/
Dinterpreter.cc300 self->PopShadowFrame(); in Execute()
483 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
504 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
663 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
681 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.h299 self->PopShadowFrame(); in DoInvoke()
Dinterpreter_common.cc594 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()
598 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()
Dunstarted_runtime.cc2034 self->PopShadowFrame(); in Invoke()
/art/runtime/jit/
Djit.cc489 shadow_frame = thread->PopShadowFrame(); in MaybeDoOnStackReplacement()