Searched refs:PushShadowFrame (Results 1 – 10 of 10) sorted by relevance
36 self->PushShadowFrame(shadow_frame); in artInterpreterToCompiledCodeBridge()
89 ShadowFrame* old_frame = thread->PushShadowFrame(new_shadow_frame); in art_portable_push_shadow_frame_from_code()
212 self->PushShadowFrame(shadow_frame); in artPortableToInterpreterBridge()
213 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[5])); in TEST_F()214 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[0])); in TEST_F()
650 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function651 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
454 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
25 V(PushShadowFrame, art_portable_push_shadow_frame_from_code) \
120 Function* func = GetRuntimeSupportFunction(runtime_support::PushShadowFrame); in EmitPushShadowFrameNoInline()
429 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()531 self->PushShadowFrame(shadow_frame); in artInterpreterToInterpreterBridge()
492 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()