Searched refs:retainer_infos_ (Results 1 – 2 of 2) sorted by relevance
844 retainer_infos_.Add(ObjectGroupRetainerInfo(id, info)); in SetRetainedObjectInfo()866 for (int i = 0; i < retainer_infos_.length(); ++i) in RemoveObjectGroups()867 retainer_infos_[i].info->Dispose(); in RemoveObjectGroups()868 retainer_infos_.Clear(); in RemoveObjectGroups()890 for (int i = 0; i < retainer_infos_.length(); ++i) in ComputeObjectGroupsAndImplicitReferences()891 retainer_infos_[i].info->Dispose(); in ComputeObjectGroupsAndImplicitReferences()892 retainer_infos_.Clear(); in ComputeObjectGroupsAndImplicitReferences()898 retainer_infos_.Sort(); in ComputeObjectGroupsAndImplicitReferences()954 while (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()955 retainer_infos_[info_index].id < current_group_id) { in ComputeObjectGroupsAndImplicitReferences()[all …]
297 List<ObjectGroupRetainerInfo> retainer_infos_; variable