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

  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.h 36 void (*pInterpreterToInterpreterBridge)(Thread* self, MethodHelper& mh,
  /art/runtime/
entrypoints_order_test.cc 138 CHECKED(OFFSETOF_MEMBER(InterpreterEntryPoints, pInterpreterToInterpreterBridge) == 0,
140 EXPECT_OFFSET_DIFFNP(InterpreterEntryPoints, pInterpreterToInterpreterBridge,
thread.cc     [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 133 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 115 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 138 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 116 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 120 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge;
  /art/compiler/driver/
compiler_driver.cc 466 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToInterpreterBridge)
    [all...]

Completed in 141 milliseconds