Searched refs:ObjectGroup (Results 1 – 3 of 3) sorted by relevance
37 struct ObjectGroup { struct38 explicit ObjectGroup(size_t length) in ObjectGroup() argument43 ~ObjectGroup();272 List<ObjectGroup*>* object_groups() { in object_groups()346 List<ObjectGroup*> object_groups_;
15 ObjectGroup::~ObjectGroup() { in ~ObjectGroup()775 ObjectGroup* entry = object_groups_.at(i); in IterateObjectGroups()1157 ObjectGroup* group = new ObjectGroup(length); in AddObjectGroup()1297 ObjectGroup* group = new ObjectGroup(i - current_group_start); in ComputeObjectGroupsAndImplicitReferences()
2337 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups(); in FillRetainedObjects()2339 ObjectGroup* group = groups->at(i); in FillRetainedObjects()