Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1558 return gpr_index_ >= kRegistersNeededForLong + (LongGprNeedsPadding() ? 1 : 0); in HaveLongGpr()
1561 bool LongGprNeedsPadding() const { in LongGprNeedsPadding() function in art::BuildNativeCallFrameStateMachine
1575 if (LongGprNeedsPadding()) { in AdvanceLong()