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

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

Completed in 461 milliseconds