Searched refs:res_type (Results 1 – 1 of 1) sorted by relevance
2101 const RegType& res_type = GetCaughtExceptionType(); in CodeFlowVerifyInstruction() local2102 work_line_->SetRegisterType<LockOp::kClear>(this, inst->VRegA_11x(), res_type); in CodeFlowVerifyInstruction()2268 const RegType& res_type = ResolveClassAndCheckAccess(inst->VRegB_21c()); in CodeFlowVerifyInstruction() local2271 this, inst->VRegA_21c(), res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()2339 const RegType& res_type = ResolveClassAndCheckAccess(type_idx); in CodeFlowVerifyInstruction() local2340 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()2361 if (!res_type.IsNonZeroReferenceTypes()) { in CodeFlowVerifyInstruction()2363 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "check-cast on unexpected class " << res_type; in CodeFlowVerifyInstruction()2365 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance-of on unexpected class " << res_type; in CodeFlowVerifyInstruction()2383 work_line_->SetRegisterType<LockOp::kKeep>(this, inst->VRegA_21c(), res_type); in CodeFlowVerifyInstruction()[all …]