Searched refs:BitmapSize (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
H A Dbitmap.cc73 DCHECK_EQ(BitmapSize(), source_bitmap->BitmapSize());
75 source_bitmap->Begin() + BitmapSize() / kBitsPerBitmapWord, Begin());
H A Dbitmap.h91 size_t BitmapSize() const { function in class:art::gc::accounting::Bitmap
97 DCHECK_LT(bit_index, BitmapSize());

Completed in 23 milliseconds