Home
last modified time | relevance | path

Searched refs:reg_type1 (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc2565 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction() local
2568 if (reg_type1.IsZeroOrNull()) { // zero then integral or reference expected in CodeFlowVerifyInstruction()
2570 } else if (reg_type1.IsReferenceTypes()) { // both references? in CodeFlowVerifyInstruction()
2573 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
2576 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "args to if-eq/if-ne (" << reg_type1 << "," in CodeFlowVerifyInstruction()
2585 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction() local
2587 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()
2588 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "args to 'if' (" << reg_type1 << "," in CodeFlowVerifyInstruction()