Searched refs:retainer_infos_ (Results 1 – 2 of 2) sorted by relevance
1173 retainer_infos_.Add(ObjectGroupRetainerInfo(id, info)); in SetRetainedObjectInfo()1195 for (int i = 0; i < retainer_infos_.length(); ++i) in RemoveObjectGroups()1196 retainer_infos_[i].info->Dispose(); in RemoveObjectGroups()1197 retainer_infos_.Clear(); in RemoveObjectGroups()1219 for (int i = 0; i < retainer_infos_.length(); ++i) in ComputeObjectGroupsAndImplicitReferences()1220 retainer_infos_[i].info->Dispose(); in ComputeObjectGroupsAndImplicitReferences()1221 retainer_infos_.Clear(); in ComputeObjectGroupsAndImplicitReferences()1227 retainer_infos_.Sort(); in ComputeObjectGroupsAndImplicitReferences()1283 while (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()1284 retainer_infos_[info_index].id < current_group_id) { in ComputeObjectGroupsAndImplicitReferences()[all …]
352 List<ObjectGroupRetainerInfo> retainer_infos_; variable