Searched refs:PopShadowFrame (Results 1 – 9 of 9) sorted by relevance
34 inline ShadowFrame* ManagedStack::PopShadowFrame() { in PopShadowFrame() function
103 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
393 inline ShadowFrame* Thread::PopShadowFrame() { in PopShadowFrame() function394 return tlsPtr_.managed_stack.PopShadowFrame(); in PopShadowFrame()
857 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
300 self->PopShadowFrame(); in Execute()483 self->PopShadowFrame(); in EnterInterpreterFromInvoke()504 self->PopShadowFrame(); in EnterInterpreterFromInvoke()663 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()681 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
299 self->PopShadowFrame(); in DoInvoke()
594 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()598 self->PopShadowFrame(); in ArtInterpreterToCompiledCodeBridge()
2034 self->PopShadowFrame(); in Invoke()
489 shadow_frame = thread->PopShadowFrame(); in MaybeDoOnStackReplacement()