Searched refs:PushShadowFrame (Results 1 – 9 of 9) sorted by relevance
26 inline ShadowFrame* ManagedStack::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
119 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
566 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function568 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
927 self->PushShadowFrame(shadow_frame.get()); in MethodHandleInvokeExactWithFrame()
1159 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
293 self->PushShadowFrame(&shadow_frame); in Execute()425 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()596 self->PushShadowFrame(shadow_frame); in ArtInterpreterToInterpreterBridge()
2419 self->PushShadowFrame(shadow_frame); in Invoke()
504 thread->PushShadowFrame(shadow_frame); in MaybeDoOnStackReplacement()
743 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()