Home
last modified time | relevance | path

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

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