Home
last modified time | relevance | path

Searched defs:abi (Results 1 – 3 of 3) sorted by relevance

/art/compiler/trampolines/
Dtrampoline_compiler.cc32 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, in CreateTrampoline()
59 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, in CreateTrampoline()
96 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, in CreateTrampoline()
125 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, in CreateTrampoline()
188 const std::vector<uint8_t>* CreateTrampoline64(InstructionSet isa, EntryPointCallingConvention abi, in CreateTrampoline64()
203 const std::vector<uint8_t>* CreateTrampoline32(InstructionSet isa, EntryPointCallingConvention abi, in CreateTrampoline32()
/art/test/115-native-bridge/
Dnativebridge.cc347 const char* abi) { in native_bridge_getAppEnv()
/art/compiler/driver/
Dcompiler_driver.cc459 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument