Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1935 RegType& reg_type2 = work_line_->GetRegisterType(inst->VRegB_22t()); in CodeFlowVerifyInstruction() local
1938 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
1940 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()
1942 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
1946 << reg_type2 << ") must both be references or integral"; in CodeFlowVerifyInstruction()
1955 RegType& reg_type2 = work_line_->GetRegisterType(inst->VRegB_22t()); in CodeFlowVerifyInstruction() local
1956 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()
1958 << reg_type2 << ") must be integral"; in CodeFlowVerifyInstruction()