Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.h214 bool IsExpandable() const { in IsExpandable() function
319 bool IsExpandable() const { in IsExpandable() function
320 return GetRawData().IsExpandable(); in IsExpandable()
Dbit_vector-inl.h94 (expandable_ == src->IsExpandable()) && in Equal()
Dbit_vector.cc380 DCHECK(IsExpandable()); in Resize()
Dbit_vector_test.cc34 EXPECT_FALSE(bv.IsExpandable()); in TEST()
/art/compiler/optimizing/
Dnodes.cc422 DCHECK(reachability_graph_.IsExpandable()); in ComputeReachabilityInformation()