Searched refs:ObjectGroup (Results 1 – 3 of 3) sorted by relevance
37 struct ObjectGroup { struct38 explicit ObjectGroup(size_t length) in ObjectGroup() function43 ~ObjectGroup();228 List<ObjectGroup*>* object_groups() { in object_groups()291 List<ObjectGroup*> object_groups_;
16 ObjectGroup::~ObjectGroup() { in ~ObjectGroup()574 ObjectGroup* entry = object_groups_.at(i); in IterateObjectGroups()828 ObjectGroup* group = new ObjectGroup(length); in AddObjectGroup()968 ObjectGroup* group = new ObjectGroup(i - current_group_start); in ComputeObjectGroupsAndImplicitReferences()
2348 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups(); in FillRetainedObjects()2350 ObjectGroup* group = groups->at(i); in FillRetainedObjects()