Home
last modified time | relevance | path

Searched refs:PushShadowFrame (Results 1 – 10 of 10) sorted by relevance

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc36 self->PushShadowFrame(shadow_frame); in artInterpreterToCompiledCodeBridge()
/art/runtime/entrypoints/portable/
Dportable_thread_entrypoints.cc89 ShadowFrame* old_frame = thread->PushShadowFrame(new_shadow_frame); in art_portable_push_shadow_frame_from_code()
Dportable_trampoline_entrypoints.cc212 self->PushShadowFrame(shadow_frame); in artPortableToInterpreterBridge()
/art/runtime/
Dexception_test.cc213 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[5])); in TEST_F()
214 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[0])); in TEST_F()
Dthread.h650 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
651 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame); in PushShadowFrame()
Dstack.h454 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) { in PushShadowFrame() function
/art/compiler/llvm/
Druntime_support_llvm_func_list.h25 V(PushShadowFrame, art_portable_push_shadow_frame_from_code) \
Druntime_support_builder.cc120 Function* func = GetRuntimeSupportFunction(runtime_support::PushShadowFrame); in EmitPushShadowFrameNoInline()
/art/runtime/interpreter/
Dinterpreter.cc429 self->PushShadowFrame(shadow_frame); in EnterInterpreterFromInvoke()
531 self->PushShadowFrame(shadow_frame); in artInterpreterToInterpreterBridge()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc492 self->PushShadowFrame(shadow_frame); in artQuickToInterpreterBridge()