Home
last modified time | relevance | path

Searched defs:word_index (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/accounting/
Dbitmap-inl.h35 const size_t word_index = BitIndexToWordIndex(bit_index); in AtomicTestAndSetBit() local
135 const size_t word_index = BitIndexToWordIndex(bit_index); in ModifyBit() local
Dbitmap.h52 static ALWAYS_INLINE constexpr T WordIndexToBitIndex(T word_index) { in WordIndexToBitIndex()
/art/libartbase/base/
Dbit_vector-inl.h53 uint32_t word_index = start_index / kWordBits; in FindIndex() local