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

  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 40 self->PopShadowFrame();
44 self->PopShadowFrame();
  /art/compiler/llvm/
runtime_support_llvm_func_list.h 26 V(PopShadowFrame, art_portable_pop_shadow_frame_from_code) \
intrinsic_func_list.def     [all...]
gbc_expander.cc     [all...]
  /art/runtime/
exception_test.cc 242 thread->PopShadowFrame();
243 thread->PopShadowFrame();
thread.h 654 ShadowFrame* PopShadowFrame() {
655 return tlsPtr_.managed_stack.PopShadowFrame();
    [all...]
stack.h 462 ShadowFrame* PopShadowFrame() {
  /art/runtime/interpreter/
interpreter.cc 467 self->PopShadowFrame();
490 self->PopShadowFrame();
542 self->PopShadowFrame();
560 self->PopShadowFrame();
  /art/compiler/dex/portable/
mir_to_gbc.cc 245 art::llvm::IntrinsicHelper::PopShadowFrame);
    [all...]

Completed in 442 milliseconds