Searched refs:space_it (Results 1 – 1 of 1) sorted by relevance
2234 SpaceIterator space_it(heap()); in VisitAllObjects() local2236 while (space_it.has_next()) { in VisitAllObjects()2237 std::unique_ptr<ObjectIterator> it(space_it.next()->GetObjectIterator()); in VisitAllObjects()