Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.cc77 DCHECK_EQ(BitmapSize(), source_bitmap->BitmapSize()); in CopyFrom()
79 source_bitmap->Begin() + BitmapSize() / kBitsPerBitmapWord, Begin()); in CopyFrom()
Dbitmap.h89 size_t BitmapSize() const { in BitmapSize() function
95 DCHECK_LT(bit_index, BitmapSize()); in CheckValidBitIndex()