Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1630 return fpr_index_ >= kRegistersNeededForDouble + (DoubleFprNeedsPadding() ? 1 : 0); in HaveDoubleFpr()
1633 bool DoubleFprNeedsPadding() const { in DoubleFprNeedsPadding() function in art::BuildNativeCallFrameStateMachine
1650 if (DoubleFprNeedsPadding()) { in AdvanceDouble()