Searched defs:abi (Results 1 – 3 of 3) sorted by relevance
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 61 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline() 102 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline() 141 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline() 173 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline() 245 EntryPointCallingConvention abi, in CreateTrampoline64() 271 EntryPointCallingConvention abi, in CreateTrampoline32()
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 519 const char* abi) { in native_bridge_getAppEnv()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 285 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument
|