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

  /art/runtime/
managed_stack-inl.h 34 inline ShadowFrame* ManagedStack::PopShadowFrame() {
managed_stack.h 103 ALWAYS_INLINE ShadowFrame* PopShadowFrame();
thread-inl.h 390 inline ShadowFrame* Thread::PopShadowFrame() {
391 return tlsPtr_.managed_stack.PopShadowFrame();
thread.h     [all...]
  /art/runtime/interpreter/
interpreter.cc 278 self->PopShadowFrame();
454 self->PopShadowFrame();
475 self->PopShadowFrame();
623 self->PopShadowFrame();
641 self->PopShadowFrame();
interpreter_common.cc 538 self->PopShadowFrame();
542 self->PopShadowFrame();
    [all...]
unstarted_runtime.cc     [all...]
  /art/runtime/jit/
jit.cc 525 shadow_frame = thread->PopShadowFrame();

Completed in 306 milliseconds