Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1568 RegType& res_type = GetCaughtExceptionType(); in CodeFlowVerifyInstruction() local
1569 work_line_->SetRegisterType(inst->VRegA_11x(), res_type); in CodeFlowVerifyInstruction()
1712 RegType& res_type = ResolveClassAndCheckAccess(inst->VRegB_21c()); in CodeFlowVerifyInstruction() local
1715 res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()
1758 RegType& res_type = ResolveClassAndCheckAccess(type_idx); in CodeFlowVerifyInstruction() local
1759 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
1778 if (!res_type.IsNonZeroReferenceTypes()) { in CodeFlowVerifyInstruction()
1780 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "check-cast on unexpected class " << res_type; in CodeFlowVerifyInstruction()
1782 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance-of on unexpected class " << res_type; in CodeFlowVerifyInstruction()
1792 work_line_->SetRegisterType(inst->VRegA_21c(), res_type); in CodeFlowVerifyInstruction()
[all …]