Home
last modified time | relevance | path

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

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc40 self->PopShadowFrame(); in artInterpreterToCompiledCodeBridge()
44 self->PopShadowFrame(); in artInterpreterToCompiledCodeBridge()
/art/runtime/interpreter/
Dinterpreter.cc373 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
394 self->PopShadowFrame(); in EnterInterpreterFromInvoke()
462 self->PopShadowFrame(); in artInterpreterToInterpreterBridge()
480 self->PopShadowFrame(); in artInterpreterToInterpreterBridge()
/art/runtime/
Dthread.h693 ShadowFrame* PopShadowFrame() { in PopShadowFrame() function
694 return tlsPtr_.managed_stack.PopShadowFrame(); in PopShadowFrame()
Dstack.h375 ShadowFrame* PopShadowFrame() { in PopShadowFrame() function