Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_vector.cc46 BitsToWords(start_bits), in BitVector()
47 static_cast<uint32_t*>(allocator->Alloc(BitsToWords(start_bits) * kWordBytes))) { in BitVector()
83 int our_highest_index = BitsToWords(our_highest); in SameBitsSet()
107 size_t this_highest_index = BitsToWords(this_highest + 1); in IsSubsetOf()
149 uint32_t src_size = BitsToWords(highest_bit + 1); in Union()
183 uint32_t union_with_size = BitsToWords(highest_bit + 1); in UnionIfNotIn()
357 uint32_t new_size = BitsToWords(idx + 1); in EnsureSize()
Dbit_vector.h129 static constexpr uint32_t BitsToWords(uint32_t bits) { in BitsToWords() function
/art/compiler/dex/
Dgvn_dead_code_elimination.cc78 BitVector::BitsToWords(num_vregs), in VRegChains()
79 alloc->AllocArray<uint32_t>(BitVector::BitsToWords(num_vregs))), in VRegChains()