Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/accounting/
H A 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
H A 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);
H A Dmod_union_table.h57 typedef MemoryRangeBitmap<CardTable::kCardSize> CardBitmap;
/aosp12/art/runtime/jit/
H A Djit_code_cache.h54 template<size_t kAlignment> class MemoryRangeBitmap; variable
66 template<size_t kAlignment> class MemoryRangeBitmap; variable
82 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>;