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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1190 static constexpr bool kNativeSoftFloatAbi = true; member in class:art::BuildNativeCallFrameStateMachine
1202 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1214 static constexpr bool kNativeSoftFloatAbi = true; // This is a hard float ABI.
1227 static constexpr bool kNativeSoftFloatAbi = true;
1240 static constexpr bool kNativeSoftFloatAbi = false; // Not using int registers for fp
1252 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1388 if (kNativeSoftFloatAbi) {
1435 if (kNativeSoftFloatAbi) {

Completed in 25 milliseconds