Home | History | Annotate | Download | only in heap

Lines Matching refs:obj_it

2884   HeapObjectIterator obj_it(this);
2885 for (HeapObject* obj = obj_it.Next(); obj != NULL; obj = obj_it.Next())