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.h395 inline ShadowFrame* Thread::PopShadowFrame() { in PopShadowFrame() function
396 return tlsPtr_.managed_stack.PopShadowFrame(); in PopShadowFrame()
Dthread.h883 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
/art/runtime/interpreter/
Dinterpreter.cc321 self->PopShadowFrame(); in Execute()
501 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
524 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
683 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
701 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc273 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()
277 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()
Dinterpreter_common.h399 self->PopShadowFrame(); in DoInvoke()
Dunstarted_runtime.cc2010 self->PopShadowFrame(); in Invoke()
/art/runtime/jit/
Djit.cc599 thread->PopShadowFrame(); in MaybeDoOnStackReplacement()