Home
last modified time | relevance | path

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

/art/compiler/trampolines/
Dtrampoline_compiler.cc53 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline()
94 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline()
173 EntryPointCallingConvention abi, in CreateTrampoline64()
195 EntryPointCallingConvention abi, in CreateTrampoline32()
/art/test/115-native-bridge/
Dnativebridge.cc519 const char* abi) { in native_bridge_getAppEnv()
/art/dex2oat/driver/
Dcompiler_driver.cc287 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument