Searched defs:MemoryRangeBitmap (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/gc/accounting/
H A Dbitmap.h128 class MemoryRangeBitmap : public Bitmap { class in namespace:art::gc::accounting
130 static MemoryRangeBitmap* Create(const std::string& name, uintptr_t cover_begin,
132 static MemoryRangeBitmap* CreateFromMemMap(MemMap* mem_map, uintptr_t cover_begin,
180 MemoryRangeBitmap(MemMap* mem_map, uintptr_t begin, size_t num_bits) function in class:art::gc::accounting::MemoryRangeBitmap
187 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryRangeBitmap);

Completed in 33 milliseconds