Home
last modified time | relevance | path

Searched refs:retainer_infos_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dglobal-handles.cc1301 retainer_infos_.Add(ObjectGroupRetainerInfo(id, info)); in SetRetainedObjectInfo()
1323 for (int i = 0; i < retainer_infos_.length(); ++i) in RemoveObjectGroups()
1324 retainer_infos_[i].info->Dispose(); in RemoveObjectGroups()
1325 retainer_infos_.Clear(); in RemoveObjectGroups()
1347 for (int i = 0; i < retainer_infos_.length(); ++i) in ComputeObjectGroupsAndImplicitReferences()
1348 retainer_infos_[i].info->Dispose(); in ComputeObjectGroupsAndImplicitReferences()
1349 retainer_infos_.Clear(); in ComputeObjectGroupsAndImplicitReferences()
1355 retainer_infos_.Sort(); in ComputeObjectGroupsAndImplicitReferences()
1411 while (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()
1412 retainer_infos_[info_index].id < current_group_id) { in ComputeObjectGroupsAndImplicitReferences()
[all …]
Dglobal-handles.h356 List<ObjectGroupRetainerInfo> retainer_infos_; variable