Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact-inl.h76 uintptr_t* begin_bm_address = Bitmap::Begin() + Bitmap::BitIndexToWordIndex(begin_bit_idx); in SetLiveWords() local
78 ptrdiff_t diff = end_bm_address - begin_bm_address; in SetLiveWords()
83 *begin_bm_address |= mask; in SetLiveWords()
90 std::memset(static_cast<void*>(begin_bm_address + 1), 0xff, (diff - 1) * sizeof(uintptr_t)); in SetLiveWords()