Searched refs:resolved_part_ (Results 1 – 2 of 2) sorted by relevance
769 resolved_part_(resolved), in UnresolvedMergedType()780 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()781 CHECK(resolved_part_.IsReferenceTypes()); in CheckInvariants()782 CHECK(!resolved_part_.IsUnresolvedTypes()); in CheckInvariants()784 CHECK(resolved_part_.IsZero() || in CheckInvariants()785 !(resolved_part_.IsArrayTypes() && !resolved_part_.IsObjectArrayTypes())); in CheckInvariants()795 if (!resolved_part_.IsZero()) { in CheckInvariants()796 CHECK_EQ(resolved_part_.IsArrayTypes(), unresolved_is_array); in CheckInvariants()805 if (!resolved_part_.IsZero() && !resolved_part_.IsArrayTypes()) { in IsArrayTypes()
1006 return resolved_part_; in GetResolvedPart()1036 const RegType& resolved_part_; variable