Home
last modified time | relevance | path

Searched refs:GetStorageSize (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libartbase/base/
H A Dbit_vector-inl.h93 return (storage_size_ == src->GetStorageSize()) && in Equal()
H A Darena_allocator_test.cc42 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST_F()
44 EXPECT_EQ(2U, bv.GetStorageSize()); in TEST_F()
H A Dbit_vector_test.cc32 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()
104 EXPECT_EQ(kWords, bv.GetStorageSize()); in TEST()
H A Dbit_vector.cc197 uint32_t not_in_size = not_in->GetStorageSize(); in UnionIfNotIn()
H A Dbit_vector.h210 uint32_t GetStorageSize() const { in GetStorageSize() function