Home
last modified time | relevance | path

Searched refs:PushShadowFrame (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc35 self->PushShadowFrame(shadow_frame); in artInterpreterToCompiledCodeBridge()
/art/runtime/interpreter/
Dinterpreter.cc335 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()
451 self->PushShadowFrame(shadow_frame); in artInterpreterToInterpreterBridge()
/art/runtime/
Dthread.h689 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
690 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
Dstack.h367 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc629 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()