Home
last modified time | relevance | path

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

/art/compiler/utils/
Darena_allocator_test.cc28 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()
30 EXPECT_EQ(2U, bv.GetStorageSize()); in TEST()
/art/compiler/dex/
Dssa_transformation.cc415 if (dest->GetStorageSize() != src1->GetStorageSize() || in ComputeSuccLineIn()
416 dest->GetStorageSize() != src2->GetStorageSize() || in ComputeSuccLineIn()
423 for (idx = 0; idx < dest->GetStorageSize(); idx++) { in ComputeSuccLineIn()
/art/runtime/base/
Dbit_vector-inl.h73 return (storage_size_ == src->GetStorageSize()) && in Equal()
Dbit_vector_test.cc29 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()
75 EXPECT_EQ(kWords, bv.GetStorageSize()); in TEST()
Dbit_vector.h202 uint32_t GetStorageSize() const { in GetStorageSize() function
Dbit_vector.cc193 uint32_t not_in_size = not_in->GetStorageSize(); in UnionIfNotIn()