Searched refs:resolved_part_ (Results 1 – 2 of 2) sorted by relevance
804 resolved_part_(resolved), in UnresolvedMergedType()817 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()818 CHECK(resolved_part_.IsReferenceTypes()); in CheckInvariants()819 CHECK(!resolved_part_.IsUnresolvedTypes()); in CheckInvariants()821 CHECK(resolved_part_.IsZero() || in CheckInvariants()822 !(resolved_part_.IsArrayTypes() && !resolved_part_.IsObjectArrayTypes())); in CheckInvariants()832 if (!resolved_part_.IsZero()) { in CheckInvariants()833 CHECK_EQ(resolved_part_.IsArrayTypes(), unresolved_is_array); in CheckInvariants()842 if (!resolved_part_.IsZero() && !resolved_part_.IsArrayTypes()) { in IsArrayTypes()
897 return resolved_part_; in GetResolvedPart()925 const RegType& resolved_part_; variable