Home
last modified time | relevance | path

Searched refs:space_it (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc2234 SpaceIterator space_it(heap()); in VisitAllObjects() local
2236 while (space_it.has_next()) { in VisitAllObjects()
2237 std::unique_ptr<ObjectIterator> it(space_it.next()->GetObjectIterator()); in VisitAllObjects()