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

  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.h 39 void (*pInterpreterToCompiledCodeBridge)(Thread* self, MethodHelper& mh,
  /art/runtime/
entrypoints_order_test.cc 141 pInterpreterToCompiledCodeBridge, kPointerSize);
142 CHECKED(OFFSETOF_MEMBER(InterpreterEntryPoints, pInterpreterToCompiledCodeBridge)
thread.cc     [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 134 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 116 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 139 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 117 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 121 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
  /art/compiler/driver/
compiler_driver.cc 470 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToCompiledCodeBridge)
    [all...]

Completed in 1009 milliseconds