Searched refs:PushShadowFrame (Results 1 – 9 of 9) sorted by relevance
26 inline ShadowFrame* ManagedStack::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
102 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
386 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function387 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
878 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
285 self->PushShadowFrame(&shadow_frame); in Execute()415 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()611 self->PushShadowFrame(shadow_frame); in ArtInterpreterToInterpreterBridge()
533 self->PushShadowFrame(shadow_frame); in ArtInterpreterToCompiledCodeBridge()
1962 self->PushShadowFrame(shadow_frame); in Invoke()
580 thread->PushShadowFrame(shadow_frame); in MaybeDoOnStackReplacement()
812 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()