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

/art/compiler/dex/
H A Dverified_method.cc348 const verifier::RegType& cast_type = local
350 is_safe_cast = cast_type.IsStrictlyAssignableFrom(reg_type);
/art/runtime/verifier/
H A Dmethod_verifier.cc2194 const RegType& cast_type = ResolveClassAndCheckAccess(instance_of_inst->VRegC_22c()); local
2196 if (!orig_type.Equals(cast_type) &&
2197 !cast_type.IsUnresolvedTypes() && !orig_type.IsUnresolvedTypes() &&
2198 cast_type.HasClass() && // Could be conflict type, make sure it has a class.
2199 !cast_type.GetClass()->IsInterface() &&
2201 orig_type.IsStrictlyAssignableFrom(cast_type.Merge(orig_type, &reg_types_)))) {
2209 update_line->SetRegisterType(this, instance_of_inst->VRegB_22c(), cast_type);
2227 update_line->SetRegisterType(this, move_inst->VRegB_12x(), cast_type);
2232 update_line->SetRegisterType(this, move_inst->VRegB_22x(), cast_type);
2237 update_line->SetRegisterType(this, move_inst->VRegB_32x(), cast_type);
[all...]
/art/tools/
H A Dcpplint.py3464 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern,
3475 cast_type: The string for the C++ cast to recommend. This is either
3527 (cast_type, match.group(1)))

Completed in 110 milliseconds