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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1558 static constexpr bool kNativeSoftFloatAbi = true; member in class:art::BuildNativeCallFrameStateMachine
1570 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1582 static constexpr bool kNativeSoftFloatAbi = true; // This is a hard float ABI.
1595 static constexpr bool kNativeSoftFloatAbi = true;
1608 static constexpr bool kNativeSoftFloatAbi = false; // Not using int registers for fp
1620 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1756 if (kNativeSoftFloatAbi) {
1803 if (kNativeSoftFloatAbi) {

Completed in 38 milliseconds