Searched refs:objects_by_info_ (Results 1 – 2 of 2) sorted by relevance
2232 objects_by_info_(RetainedInfosMatch), in NativeObjectsExplorer()2238 for (HashMap::Entry* p = objects_by_info_.Start(); in ~NativeObjectsExplorer()2240 p = objects_by_info_.Next(p)) { in ~NativeObjectsExplorer()2284 return objects_by_info_.occupancy(); in EstimateObjectsCount()2317 objects_by_info_.Lookup(info, InfoHash(info), true); in GetListMaybeDisposeInfo()2332 for (HashMap::Entry* p = objects_by_info_.Start(); in IterateAndExtractReferences()2334 p = objects_by_info_.Next(p)) { in IterateAndExtractReferences()
1026 HashMap objects_by_info_; variable