Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.cc83 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create()
94 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::CreateFromMemMap( in CreateFromMemMap()
96 return new MemoryRangeBitmap(std::move(mem_map), begin, num_bits); in CreateFromMemMap()
99 template class MemoryRangeBitmap<CardTable::kCardSize>; variable
100 template class MemoryRangeBitmap<jit::kJitCodeAccountingBytes>; variable
Dbitmap.h127 class MemoryRangeBitmap : public Bitmap {
129 static MemoryRangeBitmap* Create(
131 static MemoryRangeBitmap* CreateFromMemMap(
179 MemoryRangeBitmap(MemMap&& mem_map, uintptr_t begin, size_t num_bits) in MemoryRangeBitmap() function
187 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryRangeBitmap);
Dmod_union_table.h57 typedef MemoryRangeBitmap<CardTable::kCardSize> CardBitmap;
/art/runtime/jit/
Djit_code_cache.h50 template<size_t kAlignment> class MemoryRangeBitmap; variable
62 template<size_t kAlignment> class MemoryRangeBitmap; variable
83 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>;