Searched refs:resolved_part_ (Results 1 – 2 of 2) sorted by relevance
859 resolved_part_(resolved), in UnresolvedMergedType()870 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()871 CHECK(resolved_part_.IsReferenceTypes()); in CheckInvariants()872 CHECK(!resolved_part_.IsUnresolvedTypes()); in CheckInvariants()874 CHECK(resolved_part_.IsZero() || in CheckInvariants()875 !(resolved_part_.IsArrayTypes() && !resolved_part_.IsObjectArrayTypes())); in CheckInvariants()885 if (!resolved_part_.IsZero()) { in CheckInvariants()886 CHECK_EQ(resolved_part_.IsArrayTypes(), unresolved_is_array); in CheckInvariants()895 if (!resolved_part_.IsZero() && !resolved_part_.IsArrayTypes()) { in IsArrayTypes()
1132 return resolved_part_; in GetResolvedPart()1160 const RegType& resolved_part_; variable