Home | History | Annotate | Download | only in src

Lines Matching refs:map_iterator

2493   HeapObjectIterator map_iterator(heap()->map_space());
2494 for (HeapObject* obj = map_iterator.Next();
2496 obj = map_iterator.Next()) {
2513 HeapObjectIterator map_iterator(heap()->map_space());
2514 for (HeapObject* obj = map_iterator.Next();
2516 obj = map_iterator.Next()) {