Home
last modified time | relevance | path

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

/art/compiler/trampolines/
Dtrampoline_compiler.cc60 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/
Dcompiler_driver.cc316 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument