Searched refs:objects_by_info_ (Results 1 – 2 of 2) sorted by relevance
2250 objects_by_info_(RetainedInfosMatch), in NativeObjectsExplorer()2261 for (base::HashMap::Entry* p = objects_by_info_.Start(); p != NULL; in ~NativeObjectsExplorer()2262 p = objects_by_info_.Next(p)) { in ~NativeObjectsExplorer()2283 return objects_by_info_.occupancy(); in EstimateObjectsCount()2340 objects_by_info_.LookupOrInsert(info, InfoHash(info)); in GetListMaybeDisposeInfo()2356 for (base::HashMap::Entry* p = objects_by_info_.Start(); p != NULL; in IterateAndExtractReferences()2357 p = objects_by_info_.Next(p)) { in IterateAndExtractReferences()
527 base::CustomMatcherHashMap objects_by_info_; variable