Searched defs:storage_size (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dbit_vector.cc37 // starts_bits and storage_size/storage are mutually exclusive.
41 uint32_t storage_size,
45 storage_size_(storage_size),
38 BitVector(uint32_t start_bits, bool expandable, Allocator* allocator, uint32_t storage_size, uint32_t* storage) argument

Completed in 42 milliseconds