Home | History | Annotate | Download | only in gc

Lines Matching refs:bitmap1

2559 void Heap::MarkAllocStack(accounting::ContinuousSpaceBitmap* bitmap1,
2563 DCHECK(bitmap1 != nullptr);
2569 if (bitmap1->HasAddress(obj)) {
2570 bitmap1->Set(obj);