Searched refs:IsSubsetOf (Results 1 – 4 of 4) sorted by relevance
175 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()177 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()185 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()187 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()201 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()203 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()205 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()207 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()210 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()
193 bool IsSubsetOf(const BitVector *other) const;
92 bool BitVector::IsSubsetOf(const BitVector *other) const { in IsSubsetOf() function in art::BitVector
738 if (!loop_blocks.IsSubsetOf(&outer_info->GetBlocks())) { in HandleLoop()