Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dmanaged_stack-inl.h26 inline ShadowFrame* ManagedStack::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
H A Dthread-inl.h391 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
393 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
H A Dmanaged_stack.h102 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
H A Dthread.h895 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc350 self->PushShadowFrame(&shadow_frame); in Execute()
449 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()
660 self->PushShadowFrame(shadow_frame); in ArtInterpreterToInterpreterBridge()
H A Dinterpreter_common.h355 self->PushShadowFrame(new_shadow_frame); in DoInvoke()
H A Dinterpreter_common.cc264 self->PushShadowFrame(shadow_frame); in ArtInterpreterToCompiledCodeBridge()
H A Dunstarted_runtime.cc2107 self->PushShadowFrame(shadow_frame); in Invoke()
/aosp12/art/runtime/jit/
H A Djit.cc621 thread->PushShadowFrame(shadow_frame); in MaybeDoOnStackReplacement()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc689 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()