Home
last modified time | relevance | path

Searched refs:PushShadowFrame (Results 1 – 9 of 9) 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.h386 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
387 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
Dthread.h878 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
/art/runtime/interpreter/
Dinterpreter.cc285 self->PushShadowFrame(&shadow_frame); in Execute()
415 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()
611 self->PushShadowFrame(shadow_frame); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc533 self->PushShadowFrame(shadow_frame); in ArtInterpreterToCompiledCodeBridge()
Dunstarted_runtime.cc1962 self->PushShadowFrame(shadow_frame); in Invoke()
/art/runtime/jit/
Djit.cc580 thread->PushShadowFrame(shadow_frame); in MaybeDoOnStackReplacement()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc812 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()