Home | History | Annotate | Download | only in src

Lines Matching refs:data_it

1283     HeapObjectIterator data_it(heap->old_data_space());
1284 for (HeapObject* object = data_it.Next();
1285 object != NULL; object = data_it.Next())