HomeSort by relevance Sort by last modified time
    Searched refs:BitIndexToWordIndex (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
bitmap-inl.h 34 const size_t word_index = BitIndexToWordIndex(bit_index);
53 return (bitmap_begin_[BitIndexToWordIndex(bit_index)] & BitIndexToMask(bit_index)) != 0;
61 const uintptr_t index_start = BitIndexToWordIndex(bit_start);
62 const uintptr_t index_end = BitIndexToWordIndex(bit_end);
135 const size_t word_index = BitIndexToWordIndex(bit_index);
bitmap.h 48 static ALWAYS_INLINE constexpr size_t BitIndexToWordIndex(uintptr_t offset) {

Completed in 253 milliseconds