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);
390 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function392 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
882 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
328 self->PushShadowFrame(&shadow_frame); in Execute()460 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()671 self->PushShadowFrame(shadow_frame); in ArtInterpreterToInterpreterBridge()
376 self->PushShadowFrame(new_shadow_frame); in DoInvoke()
268 self->PushShadowFrame(shadow_frame); in ArtInterpreterToCompiledCodeBridge()
2006 self->PushShadowFrame(shadow_frame); in Invoke()
615 thread->PushShadowFrame(shadow_frame); in MaybeDoOnStackReplacement()
689 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()