Home | History | Annotate | Download | only in dex

Lines Matching refs:reg_num

1463         DECODE_UNSIGNED_CHECKED_FROM(ptr_, reg_num);
1464 if (UNLIKELY(reg_num >= 65536)) {
1465 ErrorStringPrintf("Bad reg_num for opcode %x", opcode);
1486 DECODE_UNSIGNED_CHECKED_FROM(ptr_, reg_num);
1487 if (UNLIKELY(reg_num >= 65536)) {
1488 ErrorStringPrintf("Bad reg_num for opcode %x", opcode);
1494 DECODE_UNSIGNED_CHECKED_FROM(ptr_, reg_num);
1495 if (UNLIKELY(reg_num >= 65536)) {
1496 ErrorStringPrintf("Bad reg_num for opcode %x", opcode);