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

  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 36 self->PushShadowFrame(shadow_frame);
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 89 ShadowFrame* old_frame = thread->PushShadowFrame(new_shadow_frame);
portable_trampoline_entrypoints.cc 212 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 214 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[5]));
215 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[0]));
thread.h 650 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) {
651 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame);
    [all...]
stack.h 468 ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame) {
  /art/runtime/interpreter/
interpreter.cc 430 self->PushShadowFrame(shadow_frame);
548 self->PushShadowFrame(shadow_frame);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 515 self->PushShadowFrame(shadow_frame);
    [all...]

Completed in 765 milliseconds