Home
last modified time | relevance | path

Searched refs:GetStorageSize (Results 1 – 5 of 5) 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/runtime/base/
Dbit_vector_test.cc28 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()
74 EXPECT_EQ(kWords, bv.GetStorageSize()); in TEST()
Dbit_vector.h170 return (storage_size_ == src->GetStorageSize()) && in Equal()
190 uint32_t GetStorageSize() const { return storage_size_; } in GetStorageSize() function
Dbit_vector.cc220 uint32_t not_in_size = not_in->GetStorageSize(); in UnionIfNotIn()
/art/compiler/dex/
Dssa_transformation.cc440 if (dest->GetStorageSize() != src1->GetStorageSize() || in ComputeSuccLineIn()
441 dest->GetStorageSize() != src2->GetStorageSize() || in ComputeSuccLineIn()
448 for (idx = 0; idx < dest->GetStorageSize(); idx++) { in ComputeSuccLineIn()