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

  /art/compiler/trampolines/
trampoline_compiler.cc 29 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi,
57 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi,
87 static const std::vector<uint8_t>* CreateTrampoline(ThreadOffset offset) {
103 const std::vector<uint8_t>* CreateTrampoline(InstructionSet isa, EntryPointCallingConvention abi,
108 return arm::CreateTrampoline(abi, offset);
110 return mips::CreateTrampoline(abi, offset);
112 return x86::CreateTrampoline(offset);
trampoline_compiler.h 29 const std::vector<uint8_t>* CreateTrampoline(InstructionSet isa, EntryPointCallingConvention abi,
  /art/compiler/driver/
compiler_driver.cc 455 return CreateTrampoline(instruction_set_, kInterpreterAbi,
460 return CreateTrampoline(instruction_set_, kInterpreterAbi,
465 return CreateTrampoline(instruction_set_, kJniAbi, JNI_ENTRYPOINT_OFFSET(pDlsymLookup));
469 return CreateTrampoline(instruction_set_, kPortableAbi,
474 return CreateTrampoline(instruction_set_, kPortableAbi,
479 return CreateTrampoline(instruction_set_, kQuickAbi,
484 return CreateTrampoline(instruction_set_, kQuickAbi,
    [all...]

Completed in 45 milliseconds