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

/art/compiler/trampolines/
H A Dtrampoline_compiler.cc60 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) {
66 switch (abi) {
101 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) {
104 switch (abi) {
140 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) {
143 switch (abi) {
172 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) {
175 switch (abi) {
244 EntryPointCallingConvention abi,
251 return arm64::CreateTrampoline(&allocator, abi, offse
59 CreateTrampoline( ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) argument
100 CreateTrampoline( ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) argument
139 CreateTrampoline( ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) argument
171 CreateTrampoline( ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) argument
243 CreateTrampoline64(InstructionSet isa, EntryPointCallingConvention abi, ThreadOffset64 offset) argument
269 CreateTrampoline32(InstructionSet isa, EntryPointCallingConvention abi, ThreadOffset32 offset) argument
[all...]
/art/test/115-native-bridge/
H A Dnativebridge.cc518 const char* abi) {
521 if (abi == nullptr) {
517 native_bridge_getAppEnv( const char* abi) argument

Completed in 76 milliseconds