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

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

Completed in 83 milliseconds