Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc1266 retainer_infos_.Add(ObjectGroupRetainerInfo(id, info)); in SetRetainedObjectInfo()
1288 for (int i = 0; i < retainer_infos_.length(); ++i) in RemoveObjectGroups()
1289 retainer_infos_[i].info->Dispose(); in RemoveObjectGroups()
1290 retainer_infos_.Clear(); in RemoveObjectGroups()
1312 for (int i = 0; i < retainer_infos_.length(); ++i) in ComputeObjectGroupsAndImplicitReferences()
1313 retainer_infos_[i].info->Dispose(); in ComputeObjectGroupsAndImplicitReferences()
1314 retainer_infos_.Clear(); in ComputeObjectGroupsAndImplicitReferences()
1320 retainer_infos_.Sort(); in ComputeObjectGroupsAndImplicitReferences()
1376 while (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()
1377 retainer_infos_[info_index].id < current_group_id) { in ComputeObjectGroupsAndImplicitReferences()
[all …]
Dglobal-handles.h360 List<ObjectGroupRetainerInfo> retainer_infos_; variable