Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap.cc46 SpaceBitmap<kAlignment>::SpaceBitmap(const std::string& name, MemMap* mem_map, uword* bitmap_begin, in SpaceBitmap() function in art::gc::accounting::SpaceBitmap
268 template class SpaceBitmap<kObjectAlignment>; variable
269 template class SpaceBitmap<kPageSize>; variable
Dcard_table.h42 template<size_t kAlignment> class SpaceBitmap; variable