Searched refs:MemRangeBitmap (Results 1 – 3 of 3) sorted by relevance
196 using MemRangeBitmap = accounting::MemoryRangeBitmap<kAlignment>; variable205 using MemRangeBitmap::SetBitmapSize;230 ALWAYS_INLINE uintptr_t Begin() const { return MemRangeBitmap::CoverBegin(); } in Begin()232 return MemRangeBitmap::HasAddress(reinterpret_cast<uintptr_t>(obj)); in HasAddress()238 return MemRangeBitmap::Test(reinterpret_cast<uintptr_t>(obj)); in Test()
71 const uintptr_t begin_bit_idx = MemRangeBitmap::BitIndexFromAddr(begin); in SetLiveWords()75 const uintptr_t end_bit_idx = MemRangeBitmap::BitIndexFromAddr(end); in SetLiveWords()106 const uintptr_t end_bit_idx = MemRangeBitmap::BitIndexFromAddr(reinterpret_cast<uintptr_t>(end)); in VisitLiveStrides()
420 MemRangeBitmap::Create("Concurrent Mark Compact live words bitmap", begin, end)); in Create()