Searched refs:abi (Results 1 – 4 of 4) sorted by relevance
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 53 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline() argument 59 switch (abi) { in CreateTrampoline() 94 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline() argument 97 switch (abi) { in CreateTrampoline() 173 EntryPointCallingConvention abi, in CreateTrampoline64() argument 180 return arm64::CreateTrampoline(&allocator, abi, offset); in CreateTrampoline64() 187 UNUSED(abi); in CreateTrampoline64() 195 EntryPointCallingConvention abi, in CreateTrampoline32() argument 203 return arm::CreateTrampoline(&allocator, abi, offset); in CreateTrampoline32() 207 UNUSED(abi); in CreateTrampoline32()
|
D | trampoline_compiler.h | 40 EntryPointCallingConvention abi, 43 EntryPointCallingConvention abi,
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 519 const char* abi) { in native_bridge_getAppEnv() argument 522 if (abi == nullptr) { in native_bridge_getAppEnv()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 284 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument 287 abi, \ 291 abi, \
|