Lines Matching full:next_object
1932 for (HeapObject* next_object = iterator.Next();1933 next_object != NULL; next_object = iterator.Next()) {1934 if (next_object->IsMap()) { // Could also be FreeSpace object on free list.1935 Map* map = Map::cast(next_object);