Searched defs:abi (Results 1 – 3 of 3) sorted by relevance
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 53 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset<4> offset) { in CreateTrampoline() 83 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset<8> offset) { in CreateTrampoline() 122 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset<4> offset) { in CreateTrampoline() 154 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset<8> offset) { in CreateTrampoline() 226 EntryPointCallingConvention abi, in CreateTrampoline64() 252 EntryPointCallingConvention abi, in CreateTrampoline32()
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 361 const char* abi) { in native_bridge_getAppEnv()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 435 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument
|