Searched defs:abi (Results 1 – 2 of 2) sorted by relevance
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 60 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline() 101 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline() 140 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline() 172 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline() 244 EntryPointCallingConvention abi, in CreateTrampoline64() 270 EntryPointCallingConvention abi, in CreateTrampoline32()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 316 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument
|