Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.cc94 template class MemoryRangeBitmap<CardTable::kCardSize>; variable
95 template class MemoryRangeBitmap<jit::kJitCodeAlignment>; variable
Dbitmap.h181 MemoryRangeBitmap(MemMap* mem_map, uintptr_t begin, size_t num_bits) in MemoryRangeBitmap() function