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()
214 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[5])); in TEST_F()215 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()
468 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()
430 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()548 self->PushShadowFrame(shadow_frame); in artInterpreterToInterpreterBridge()
515 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()