Home
last modified time | relevance | path

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

/art/compiler/dex/
Dverified_method.cc287 verifier::RegType& cast_type = in GenerateSafeCastSet() local
289 is_safe_cast = cast_type.IsStrictlyAssignableFrom(reg_type); in GenerateSafeCastSet()
/art/runtime/verifier/
Dmethod_verifier.cc2015 RegType& cast_type = ResolveClassAndCheckAccess(instance_of_inst->VRegC_22c()); in CodeFlowVerifyInstruction() local
2017 if (!orig_type.Equals(cast_type) && in CodeFlowVerifyInstruction()
2018 !cast_type.IsUnresolvedTypes() && !orig_type.IsUnresolvedTypes() && in CodeFlowVerifyInstruction()
2019 cast_type.HasClass() && // Could be conflict type, make sure it has a class. in CodeFlowVerifyInstruction()
2020 !cast_type.GetClass()->IsInterface() && in CodeFlowVerifyInstruction()
2022 orig_type.IsStrictlyAssignableFrom(cast_type.Merge(orig_type, &reg_types_)))) { in CodeFlowVerifyInstruction()
2030 update_line->SetRegisterType(instance_of_inst->VRegB_22c(), cast_type); in CodeFlowVerifyInstruction()
2048 update_line->SetRegisterType(move_inst->VRegB_12x(), cast_type); in CodeFlowVerifyInstruction()
2053 update_line->SetRegisterType(move_inst->VRegB_22x(), cast_type); in CodeFlowVerifyInstruction()
2058 update_line->SetRegisterType(move_inst->VRegB_32x(), cast_type); in CodeFlowVerifyInstruction()
/art/tools/
Dcpplint.py3457 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
3520 (cast_type, match.group(1)))