Home
last modified time | relevance | path

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

/art/runtime/
Dmanaged_stack-inl.h34 inline ShadowFrame* ManagedStack::PopShadowFrame() { in PopShadowFrame() function
Dmanaged_stack.h120 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
Dthread-inl.h571 inline ShadowFrame* Thread::PopShadowFrame() { in PopShadowFrame() function
572 return tlsPtr_.managed_stack.PopShadowFrame(); in PopShadowFrame()
Dmethod_handles.cc942 self->PopShadowFrame(); in MethodHandleInvokeExactWithFrame()
Dthread.h1160 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
/art/runtime/interpreter/
Dinterpreter.cc286 self->PopShadowFrame(); in Execute()
443 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
610 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
Dunstarted_runtime.cc2423 self->PopShadowFrame(); in Invoke()
/art/runtime/jit/
Djit.cc488 thread->PopShadowFrame(); in MaybeDoOnStackReplacement()