Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.cc99 template class MemoryRangeBitmap<CardTable::kCardSize>; variable
100 template class MemoryRangeBitmap<jit::kJitCodeAccountingBytes>; variable
Dbitmap.h179 MemoryRangeBitmap(MemMap&& mem_map, uintptr_t begin, size_t num_bits) in MemoryRangeBitmap() function
/art/runtime/jit/
Djit_code_cache.h50 template<size_t kAlignment> class MemoryRangeBitmap; variable
62 template<size_t kAlignment> class MemoryRangeBitmap; variable