Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1639 return fpr_index_ >= kRegistersNeededForDouble + (DoubleFprNeedsPadding() ? 1 : 0); in HaveDoubleFpr()
1642 bool DoubleFprNeedsPadding() const { in DoubleFprNeedsPadding() function in art::BuildNativeCallFrameStateMachine
1659 if (DoubleFprNeedsPadding()) { in AdvanceDouble()