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

  /art/runtime/
managed_stack-inl.h 30 inline ShadowFrame* ManagedStack::PushShadowFrame(ShadowFrame* new_top_frame) {
managed_stack.h 79 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
thread-inl.h 385 inline ShadowFrame* Thread::PushShadowFrame(ShadowFrame* new_top_frame) {
386 return tlsPtr_.managed_stack.PushShadowFrame(new_top_frame);
thread.h 820 ALWAYS_INLINE ShadowFrame* PushShadowFrame(ShadowFrame* new_top_frame);
    [all...]
  /art/runtime/interpreter/
interpreter.cc 281 self->PushShadowFrame(&shadow_frame);
407 self->PushShadowFrame(shadow_frame);
612 self->PushShadowFrame(shadow_frame);
interpreter_common.cc 486 self->PushShadowFrame(shadow_frame);
    [all...]
unstarted_runtime.cc     [all...]
  /art/runtime/jit/
jit.cc 574 thread->PushShadowFrame(shadow_frame);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 344 milliseconds