Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1443 static constexpr bool kNativeSoftFloatAbi = true; member in art::BuildNativeCallFrameStateMachine
1455 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1467 static constexpr bool kNativeSoftFloatAbi = false; // Not using int registers for fp
1479 static constexpr bool kNativeSoftFloatAbi = false; // This is a hard float ABI.
1599 if (kNativeSoftFloatAbi) { in AdvanceFloat()
1646 if (kNativeSoftFloatAbi) { in AdvanceDouble()