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

/art/runtime/
H A Dstack_map.h667 const size_t bit_count = BitSize(); local
668 if (bit_count == 0) {
675 const uint32_t load_bit_count = shift + bit_count;
690 uint32_t clear_bit_count = 32 - bit_count;

Completed in 45 milliseconds