Lines Matching refs:VRegB
737 return inst->VRegB(); in GetMethodIdxOfInvoke()
1219 result = result && CheckRegisterIndex(inst->VRegB()); in VerifyInstruction()
1222 result = result && CheckFieldIndex(inst->VRegB()); in VerifyInstruction()
1225 result = result && CheckMethodIndex(inst->VRegB()); in VerifyInstruction()
1228 result = result && CheckNewInstance(dex::TypeIndex(inst->VRegB())); in VerifyInstruction()
1231 result = result && CheckStringIndex(inst->VRegB()); in VerifyInstruction()
1234 result = result && CheckTypeIndex(dex::TypeIndex(inst->VRegB())); in VerifyInstruction()
1237 result = result && CheckWideRegisterIndex(inst->VRegB()); in VerifyInstruction()
1240 result = result && CheckCallSiteIndex(inst->VRegB()); in VerifyInstruction()
1243 result = result && CheckMethodHandleIndex(inst->VRegB()); in VerifyInstruction()
1246 result = result && CheckPrototypeIndex(inst->VRegB()); in VerifyInstruction()
2343 if (prev_inst.VRegB() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction()
2348 prev_inst.VRegB(), in CodeFlowVerifyInstruction()