Home
last modified time | relevance | path

Searched refs:kNativeSoftFloatAbi (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1056 static constexpr bool kNativeSoftFloatAbi = true; member in art::BuildNativeCallFrameStateMachine
1068 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1080 static constexpr bool kNativeSoftFloatAbi = true; // This is a hard float ABI.
1093 static constexpr bool kNativeSoftFloatAbi = true;
1106 static constexpr bool kNativeSoftFloatAbi = false; // Not using int registers for fp
1118 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1254 if (kNativeSoftFloatAbi) { in AdvanceFloat()
1301 if (kNativeSoftFloatAbi) { in AdvanceDouble()