Home
last modified time | relevance | path

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

/art/runtime/
Dmanaged_stack-inl.h26 inline ShadowFrame* ManagedStack::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
Dmanaged_stack.h102 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
Dthread-inl.h390 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
392 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
Dthread.h882 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
/art/runtime/interpreter/
Dinterpreter.cc328 self->PushShadowFrame(&shadow_frame); in Execute()
460 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()
671 self->PushShadowFrame(shadow_frame); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.h376 self->PushShadowFrame(new_shadow_frame); in DoInvoke()
Dinterpreter_common.cc268 self->PushShadowFrame(shadow_frame); in ArtInterpreterToCompiledCodeBridge()
Dunstarted_runtime.cc2006 self->PushShadowFrame(shadow_frame); in Invoke()
/art/runtime/jit/
Djit.cc615 thread->PushShadowFrame(shadow_frame); in MaybeDoOnStackReplacement()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc689 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()