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

/art/compiler/trampolines/
H A Dtrampoline_compiler.cc32 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, argument
36 switch (abi) {
59 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, argument
63 switch (abi) {
96 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, argument
100 switch (abi) {
125 static const std::vector<uint8_t>* CreateTrampoline(EntryPointCallingConvention abi, argument
129 switch (abi) {
188 const std::vector<uint8_t>* CreateTrampoline64(InstructionSet isa, EntryPointCallingConvention abi, argument
192 return arm64::CreateTrampoline(abi, offse
203 CreateTrampoline32(InstructionSet isa, EntryPointCallingConvention abi, ThreadOffset<4> offset) argument
[all...]
/art/test/115-native-bridge/
H A Dnativebridge.cc347 const char* abi) {
350 if (abi == nullptr) {
346 native_bridge_getAppEnv( const char* abi) argument

Completed in 85 milliseconds