Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.cc72 DCHECK_EQ(BitmapSize(), source_bitmap->BitmapSize()); in CopyFrom()
74 source_bitmap->Begin() + BitmapSize() / kBitsPerBitmapWord, Begin()); in CopyFrom()
Dbitmap.h91 size_t BitmapSize() const { in BitmapSize() function
97 DCHECK_LT(bit_index, BitmapSize()); in CheckValidBitIndex()