Home
last modified time | relevance | path

Searched refs:IsExpandable (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dbit_vector-inl.h74 (expandable_ == src->IsExpandable()) && in Equal()
Dbit_vector.h221 bool IsExpandable() const { in IsExpandable() function
Dbit_vector_test.cc31 EXPECT_FALSE(bv.IsExpandable()); in TEST()