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

/art/runtime/gc/
H A Dheap.cc2078 void Heap::MarkAllocStack(accounting::ContinuousSpaceBitmap* bitmap1, argument
2082 DCHECK(bitmap1 != nullptr);
2088 if (bitmap1->HasAddress(obj)) {
2089 bitmap1->Set(obj);

Completed in 52 milliseconds