HomeSort by relevance Sort by last modified time
    Searched refs:MemoryRangeBitmap (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/accounting/
bitmap.cc 78 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create(
88 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::CreateFromMemMap(
90 return new MemoryRangeBitmap(mem_map, begin, num_bits);
93 template class MemoryRangeBitmap<CardTable::kCardSize>;
bitmap.h 129 class MemoryRangeBitmap : public Bitmap {
131 static MemoryRangeBitmap* Create(const std::string& name, uintptr_t cover_begin,
133 static MemoryRangeBitmap* CreateFromMemMap(MemMap* mem_map, uintptr_t cover_begin,
181 MemoryRangeBitmap(MemMap* mem_map, uintptr_t begin, size_t num_bits)
188 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryRangeBitmap);
mod_union_table.h 58 typedef MemoryRangeBitmap<CardTable::kCardSize> CardBitmap;

Completed in 82 milliseconds