Home
last modified time | relevance | path

Searched refs:EnsureSizeAndClear (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dbit_vector.h207 bool EnsureSizeAndClear(unsigned int num);
Dbit_vector.cc336 bool BitVector::EnsureSizeAndClear(unsigned int num) { in EnsureSizeAndClear() function in art::BitVector