Searched defs:LongGprNeedsPadding (Results 1 - 1 of 1) sorted by path

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

Completed in 32 milliseconds