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.h109 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
Dthread-inl.h491 inline ShadowFrame* Thread::PopShadowFrame() { in PopShadowFrame() function
492 return tlsPtr_.managed_stack.PopShadowFrame(); in PopShadowFrame()
Dmethod_handles.cc943 self->PopShadowFrame(); in MethodHandleInvokeExactWithFrame()
Dthread.h1007 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
/art/runtime/interpreter/
Dinterpreter.cc283 self->PopShadowFrame(); in Execute()
442 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
609 self->PopShadowFrame(); in ArtInterpreterToInterpreterBridge()
Dunstarted_runtime.cc2316 self->PopShadowFrame(); in Invoke()
/art/runtime/jit/
Djit.cc591 thread->PopShadowFrame(); in MaybeDoOnStackReplacement()