Home
last modified time | relevance | path

Searched defs:MemoryRangeBitmap (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/gc/accounting/
H A Dbitmap.cc99 template class MemoryRangeBitmap<CardTable::kCardSize>; variable
100 template class MemoryRangeBitmap<jit::kJitCodeAccountingBytes>; variable
H A Dbitmap.h179 MemoryRangeBitmap(MemMap&& mem_map, uintptr_t begin, size_t num_bits) in MemoryRangeBitmap() function
/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