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

  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.h 40 void (*pInterpreterToCompiledCodeBridge)(Thread* self, MethodHelper& mh,
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 140 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 141 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 123 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/runtime/
thread.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 461 INTERPRETER_ENTRYPOINT_OFFSET(pInterpreterToCompiledCodeBridge));
    [all...]

Completed in 199 milliseconds