Lines Matching full:intersection
951 FixedArray<LID> intersection(min(set1.size(), set2.size()));
954 intersection.begin());
955 DCHECK(!cache_hit || (ret == (end == intersection.begin())));
956 ret = (end == intersection.begin());
1603 static Mask Intersection(Mask m1, Mask m2) { return Mask(m1.m_ & m2.m_); }
3679 CHECK(Mask::Intersection(union_of_masks, mask).Empty());
6914 // May happen only if the locks in the intersection are hybrid locks.
6929 // May happen only if the locks in the intersection are hybrid locks.