Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap.cc55 SpaceBitmap<kAlignment>::SpaceBitmap(const std::string& name, MemMap* mem_map, uintptr_t* bitmap_be… in SpaceBitmap() function in art::gc::accounting::SpaceBitmap
216 template class SpaceBitmap<kObjectAlignment>; variable
217 template class SpaceBitmap<kPageSize>; variable
Dcard_table.h43 template<size_t kAlignment> class SpaceBitmap; variable