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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 120 void (*pQuickToInterpreterBridge)(mirror::ArtMethod*);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 227 qpoints->pQuickToInterpreterBridge = art_quick_to_interpreter_bridge;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 227 qpoints->pQuickToInterpreterBridge = art_quick_to_interpreter_bridge;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 209 qpoints->pQuickToInterpreterBridge = art_quick_to_interpreter_bridge;
  /art/compiler/driver/
compiler_driver.cc 485 QUICK_ENTRYPOINT_OFFSET(pQuickToInterpreterBridge));
    [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 5207 milliseconds