HomeSort by relevance Sort by last modified time
    Searched refs:PushShadowFrame (Results 1 - 9 of 9) sorted by null

  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 93 ShadowFrame* old_frame = thread->PushShadowFrame(new_shadow_frame);
portable_trampoline_entrypoints.cc 206 self->PushShadowFrame(shadow_frame);
  /art/compiler/llvm/
runtime_support_llvm_func_list.h 25 V(PushShadowFrame, art_portable_push_shadow_frame_from_code) \
runtime_support_builder.cc 120 Function* func = GetRuntimeSupportFunction(runtime_support::PushShadowFrame);
  /art/runtime/
exception_test.cc 194 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[5]));
195 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[0]));
thread.h 495 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) {
496 return managed_stack_.PushShadowFrame(new_top_frame);
stack.h 352 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 295 self->PushShadowFrame(shadow_frame);
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 679 milliseconds