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

/art/runtime/gc/
H A Dheap.cc2450 void Heap::MarkAllocStack(accounting::ContinuousSpaceBitmap* bitmap1, argument
2454 DCHECK(bitmap1 != nullptr);
2460 if (bitmap1->HasAddress(obj)) {
2461 bitmap1->Set(obj);
H A Dheap.h615 void MarkAllocStack(accounting::SpaceBitmap<kObjectAlignment>* bitmap1,

Completed in 1597 milliseconds