Searched refs:resolved_part_ (Results 1 – 2 of 2) sorted by relevance
853 resolved_part_(resolved), in UnresolvedMergedType()864 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()865 CHECK(resolved_part_.IsReferenceTypes()); in CheckInvariants()866 CHECK(!resolved_part_.IsUnresolvedTypes()); in CheckInvariants()868 CHECK(resolved_part_.IsZero() || in CheckInvariants()869 !(resolved_part_.IsArrayTypes() && !resolved_part_.IsObjectArrayTypes())); in CheckInvariants()879 if (!resolved_part_.IsZero()) { in CheckInvariants()880 CHECK_EQ(resolved_part_.IsArrayTypes(), unresolved_is_array); in CheckInvariants()889 if (!resolved_part_.IsZero() && !resolved_part_.IsArrayTypes()) { in IsArrayTypes()
1088 return resolved_part_; in GetResolvedPart()1116 const RegType& resolved_part_; variable