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

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

Completed in 229 milliseconds