Home
last modified time | relevance | path

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

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