Searched refs:resolved_part_ (Results 1 – 2 of 2) sorted by relevance
967 resolved_part_(resolved), in UnresolvedMergedType()978 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()979 CHECK(resolved_part_.IsReferenceTypes()); in CheckInvariants()980 CHECK(!resolved_part_.IsUnresolvedTypes()); in CheckInvariants()982 CHECK(resolved_part_.IsZero() || in CheckInvariants()983 !(resolved_part_.IsArrayTypes() && !resolved_part_.IsObjectArrayTypes())); in CheckInvariants()993 if (!resolved_part_.IsZero()) { in CheckInvariants()994 CHECK_EQ(resolved_part_.IsArrayTypes(), unresolved_is_array); in CheckInvariants()1003 if (!resolved_part_.IsZero() && !resolved_part_.IsArrayTypes()) { in IsArrayTypes()
1129 return resolved_part_; in GetResolvedPart()1159 const RegType& resolved_part_; variable