Searched refs:cast_type (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/ |
D | verified_method.cc | 287 verifier::RegType& cast_type = in GenerateSafeCastSet() local 289 is_safe_cast = cast_type.IsStrictlyAssignableFrom(reg_type); in GenerateSafeCastSet()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2015 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, ®_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/ |
D | cpplint.py | 3457 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument 3520 (cast_type, match.group(1)))
|