Home
last modified time | relevance | path

Searched refs:ObjectGroup (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dglobal-handles.h37 struct ObjectGroup { struct
38 explicit ObjectGroup(size_t length) in ObjectGroup() argument
43 ~ObjectGroup();
272 List<ObjectGroup*>* object_groups() { in object_groups()
346 List<ObjectGroup*> object_groups_;
Dglobal-handles.cc15 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()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2337 List<ObjectGroup*>* groups = isolate->global_handles()->object_groups(); in FillRetainedObjects()
2339 ObjectGroup* group = groups->at(i); in FillRetainedObjects()