Searched refs:objects_by_info_ (Results 1 – 2 of 2) sorted by relevance
2302 objects_by_info_(RetainedInfosMatch), in NativeObjectsExplorer()2313 for (HashMap::Entry* p = objects_by_info_.Start(); in ~NativeObjectsExplorer()2315 p = objects_by_info_.Next(p)) { in ~NativeObjectsExplorer()2337 return objects_by_info_.occupancy(); in EstimateObjectsCount()2397 objects_by_info_.Lookup(info, InfoHash(info), true); in GetListMaybeDisposeInfo()2413 for (HashMap::Entry* p = objects_by_info_.Start(); in IterateAndExtractReferences()2415 p = objects_by_info_.Next(p)) { in IterateAndExtractReferences()
513 HashMap objects_by_info_; variable