Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/accounting/
H A 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
H A 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);
H A Dmod_union_table.h58 using CardBitmap = MemoryRangeBitmap<CardTable::kCardSize>;
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.h56 template<size_t kAlignment> class MemoryRangeBitmap; variable
68 template<size_t kAlignment> class MemoryRangeBitmap; variable
84 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAccountingBytes>;
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.h189 class LiveWordsBitmap : private accounting::MemoryRangeBitmap<kAlignment> {
191 using MemRangeBitmap = accounting::MemoryRangeBitmap<kAlignment>;