Searched refs:MemoryRangeBitmap (Results 1 – 5 of 5) sorted by relevance
84 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create()95 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::CreateFromMemMap( in CreateFromMemMap()97 return new MemoryRangeBitmap(std::move(mem_map), begin, num_bits); in CreateFromMemMap()100 template class MemoryRangeBitmap<CardTable::kCardSize>; variable101 template class MemoryRangeBitmap<jit::kJitCodeAccountingBytes>; variable102 template class MemoryRangeBitmap<collector::MarkCompact::kAlignment>; variable
129 class MemoryRangeBitmap : public Bitmap {131 static MemoryRangeBitmap* Create(133 static MemoryRangeBitmap* CreateFromMemMap(199 MemoryRangeBitmap(MemMap&& mem_map, uintptr_t begin, size_t num_bits) in MemoryRangeBitmap() function205 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryRangeBitmap);
58 using CardBitmap = MemoryRangeBitmap<CardTable::kCardSize>;
55 template<size_t kAlignment> class MemoryRangeBitmap; variable67 template<size_t kAlignment> class MemoryRangeBitmap; variable83 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>;
194 class LiveWordsBitmap : private accounting::MemoryRangeBitmap<kAlignment> {196 using MemRangeBitmap = accounting::MemoryRangeBitmap<kAlignment>;