Lines Matching refs:vsrc1
26 vsrc1 = INST_AA(inst); /* #of elements */ in GOTO_TARGET()
29 vsrc1, ref, vdst, vdst+vsrc1-1); in GOTO_TARGET()
32 vsrc1 = INST_B(inst); /* #of elements */ in GOTO_TARGET()
34 vsrc1, ref, vdst, arg5); in GOTO_TARGET()
75 newArray = dvmAllocArrayByClass(arrayClass, vsrc1, ALLOC_DONT_TRACK); in GOTO_TARGET()
84 for (i = 0; i < vsrc1; i++) in GOTO_TARGET()
87 assert(vsrc1 <= 5); in GOTO_TARGET()
88 if (vsrc1 == 5) { in GOTO_TARGET()
90 vsrc1--; in GOTO_TARGET()
92 for (i = 0; i < vsrc1; i++) { in GOTO_TARGET()
114 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in GOTO_TARGET()
123 assert(vsrc1 > 0); in GOTO_TARGET()
125 vsrc1, ref, vdst, vdst+vsrc1-1); in GOTO_TARGET()
128 assert((vsrc1>>4) > 0); in GOTO_TARGET()
130 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in GOTO_TARGET()
188 if (vsrc1 != methodToCall->insSize) { in GOTO_TARGET()
199 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in GOTO_TARGET()
210 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in GOTO_TARGET()
216 vsrc1, ref, vdst, vdst+vsrc1-1); in GOTO_TARGET()
220 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in GOTO_TARGET()
277 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in GOTO_TARGET()
288 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in GOTO_TARGET()
297 assert(vsrc1 > 0); in GOTO_TARGET()
299 vsrc1, ref, vdst, vdst+vsrc1-1); in GOTO_TARGET()
302 assert((vsrc1>>4) > 0); in GOTO_TARGET()
304 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in GOTO_TARGET()
327 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in GOTO_TARGET()
335 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in GOTO_TARGET()
343 vsrc1, ref, vdst, vdst+vsrc1-1); in GOTO_TARGET()
347 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in GOTO_TARGET()
362 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in GOTO_TARGET()
367 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
375 vsrc1, ref, vdst, vdst+vsrc1-1);
378 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f);
398 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst);
407 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in GOTO_TARGET()
416 assert(vsrc1 > 0); in GOTO_TARGET()
418 vsrc1, ref, vdst, vdst+vsrc1-1); in GOTO_TARGET()
421 assert((vsrc1>>4) > 0); in GOTO_TARGET()
423 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in GOTO_TARGET()
456 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in GOTO_TARGET()
466 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */ in GOTO_TARGET()
472 vsrc1, ref, vdst, vdst+vsrc1-1); in GOTO_TARGET()
476 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f); in GOTO_TARGET()
517 GOTO_invokeMethod(methodCallRange, methodToCall, vsrc1, vdst); in GOTO_TARGET()
770 STUB_HACK(vsrc1 = count; vdst = regs; methodToCall = _methodToCall;); in GOTO_TARGET()
786 assert(vsrc1 <= curMethod->outsSize); in GOTO_TARGET()
787 assert(vsrc1 == methodToCall->insSize); in GOTO_TARGET()
788 outs = OUTS_FROM_FP(fp, vsrc1); in GOTO_TARGET()
789 for (i = 0; i < vsrc1; i++) in GOTO_TARGET()
792 u4 count = vsrc1 >> 4; in GOTO_TARGET()
801 outs[4] = GET_REGISTER(vsrc1 & 0x0f); in GOTO_TARGET()
814 outs[4] = GET_REGISTER(vsrc1 & 0x0f); in GOTO_TARGET()