Lines Matching refs:VRegB
1080 result = result && CheckRegisterIndex(inst->VRegB()); in VerifyInstruction()
1083 result = result && CheckFieldIndex(inst->VRegB()); in VerifyInstruction()
1086 result = result && CheckMethodIndex(inst->VRegB()); in VerifyInstruction()
1089 result = result && CheckNewInstance(dex::TypeIndex(inst->VRegB())); in VerifyInstruction()
1092 result = result && CheckStringIndex(inst->VRegB()); in VerifyInstruction()
1095 result = result && CheckTypeIndex(dex::TypeIndex(inst->VRegB())); in VerifyInstruction()
1098 result = result && CheckWideRegisterIndex(inst->VRegB()); in VerifyInstruction()
1101 result = result && CheckCallSiteIndex(inst->VRegB()); in VerifyInstruction()
1104 result = result && CheckMethodHandleIndex(inst->VRegB()); in VerifyInstruction()
1107 result = result && CheckPrototypeIndex(inst->VRegB()); in VerifyInstruction()
2337 if (prev_inst.VRegB() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2342 prev_inst.VRegB(), in CodeFlowVerifyInstruction()
4389 return inst->VRegB(); in GetMethodIdxOfInvoke()