Lines Matching full:group_objects
158 ZoneList<Handle<HeapObject> >* group_objects = dependencies_[i];
159 if (group_objects == NULL) continue;
161 for (int j = 0; j < group_objects->length(); j++) {
165 DependentCode::ForObject(group_objects->at(j), group);
176 ZoneList<Handle<HeapObject> >* group_objects = dependencies_[i];
177 if (group_objects == NULL) continue;
178 for (int j = 0; j < group_objects->length(); j++) {
182 DependentCode::ForObject(group_objects->at(j), group);