Searched refs:res_type (Results 1 – 1 of 1) sorted by relevance
1735 const RegType& res_type = GetCaughtExceptionType(); in CodeFlowVerifyInstruction() local1736 work_line_->SetRegisterType(this, inst->VRegA_11x(), res_type); in CodeFlowVerifyInstruction()1892 const RegType& res_type = ResolveClassAndCheckAccess(inst->VRegB_21c()); in CodeFlowVerifyInstruction() local1895 res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()1938 const RegType& res_type = ResolveClassAndCheckAccess(type_idx); in CodeFlowVerifyInstruction() local1939 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()1958 if (!res_type.IsNonZeroReferenceTypes()) { in CodeFlowVerifyInstruction()1960 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "check-cast on unexpected class " << res_type; in CodeFlowVerifyInstruction()1962 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance-of on unexpected class " << res_type; in CodeFlowVerifyInstruction()1972 work_line_->SetRegisterType(this, inst->VRegA_21c(), res_type); in CodeFlowVerifyInstruction()[all …]