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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc911 static constexpr bool kNativeSoftFloatAbi = true; member in class:art::BuildNativeCallFrameStateMachine
922 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
934 static constexpr bool kNativeSoftFloatAbi = true; // This is a hard float ABI.
946 static constexpr bool kNativeSoftFloatAbi = false; // Not using int registers for fp
957 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1082 if (kNativeSoftFloatAbi) {
1129 if (kNativeSoftFloatAbi) {

Completed in 8 milliseconds