Searched refs:PushShadowFrame (Results 1 – 10 of 10) sorted by relevance
26 inline ShadowFrame* ManagedStack::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
102 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
391 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function393 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
895 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
350 self->PushShadowFrame(&shadow_frame); in Execute()449 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()660 self->PushShadowFrame(shadow_frame); in ArtInterpreterToInterpreterBridge()
355 self->PushShadowFrame(new_shadow_frame); in DoInvoke()
264 self->PushShadowFrame(shadow_frame); in ArtInterpreterToCompiledCodeBridge()
2107 self->PushShadowFrame(shadow_frame); in Invoke()
621 thread->PushShadowFrame(shadow_frame); in MaybeDoOnStackReplacement()
689 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()