Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.cc84 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>; variable
101 template class MemoryRangeBitmap<jit::kJitCodeAccountingBytes>; variable
102 template class MemoryRangeBitmap<collector::MarkCompact::kAlignment>; variable
Dbitmap.h129 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() function
205 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryRangeBitmap);
Dmod_union_table.h58 using CardBitmap = MemoryRangeBitmap<CardTable::kCardSize>;
/art/runtime/jit/
Djit_code_cache.h55 template<size_t kAlignment> class MemoryRangeBitmap; variable
67 template<size_t kAlignment> class MemoryRangeBitmap; variable
83 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>;
/art/runtime/gc/collector/
Dmark_compact.h194 class LiveWordsBitmap : private accounting::MemoryRangeBitmap<kAlignment> {
196 using MemRangeBitmap = accounting::MemoryRangeBitmap<kAlignment>;