Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact-inl.h336 const size_t word_offset = Bitmap::BitIndexToWordIndex(bit_idx); in CountLiveWordsUpto() local
343 for (size_t i = RoundDown(word_offset, kBitmapWordsPerVectorWord); i < word_offset; i++) { in CountLiveWordsUpto()
348 word = Bitmap::Begin()[word_offset]; in CountLiveWordsUpto()
351 << " word_offset:" << word_offset in CountLiveWordsUpto()