Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2114 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local
2117 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
2119 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()
2121 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
2125 << reg_type2 << ") must both be references or integral"; in CodeFlowVerifyInstruction()
2134 const RegType& reg_type2 = work_line_->GetRegisterType(this, inst->VRegB_22t()); in CodeFlowVerifyInstruction() local
2135 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()
2137 << reg_type2 << ") must be integral"; in CodeFlowVerifyInstruction()