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

/art/runtime/gc/
H A Dheap.cc708 space::ContinuousSpace* space1 = main_space_ != nullptr ? main_space_ : non_moving_space_; local
711 CHECK(space1 != nullptr);
713 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(),

Completed in 55 milliseconds