Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact-inl.h75 const uintptr_t end_bit_idx = MemRangeBitmap::BitIndexFromAddr(end); in SetLiveWords() local
77 uintptr_t* end_bm_address = Bitmap::Begin() + Bitmap::BitIndexToWordIndex(end_bit_idx); in SetLiveWords()
93 uintptr_t end_mask = Bitmap::BitIndexToMask(end_bit_idx); in SetLiveWords()
106 const uintptr_t end_bit_idx = MemRangeBitmap::BitIndexFromAddr(reinterpret_cast<uintptr_t>(end)); in VisitLiveStrides() local
107 DCHECK_LE(begin_bit_idx, end_bit_idx); in VisitLiveStrides()
109 const uintptr_t end_word_idx = Bitmap::BitIndexToWordIndex(end_bit_idx); in VisitLiveStrides()
123 uintptr_t mask = Bitmap::BitIndexToMask(end_bit_idx); in VisitLiveStrides()