Home | History | Annotate | Download | only in out

Lines Matching refs:registersSize

220     ( (_idx) < curMethod->registersSize ? \
223 ( (_idx) < curMethod->registersSize ? \
230 ( (_idx) < curMethod->registersSize-1 ? \
233 ( (_idx) < curMethod->registersSize-1 ? \
236 ( (_idx) < curMethod->registersSize ? \
239 ( (_idx) < curMethod->registersSize ? \
242 ( (_idx) < curMethod->registersSize-1 ? \
245 ( (_idx) < curMethod->registersSize-1 ? \
5306 newFp = (u4*) SAVEAREA_FROM_FP(fp) - methodToCall->registersSize;
5328 if (methodToCall->registersSize > methodToCall->insSize) {
5336 (methodToCall->registersSize - methodToCall->insSize) * 4);