Searched refs:found_count (Results 1 – 6 of 6) sorted by relevance
19 found_count = 027 found_count += len(matching_list)31 return found_count, report
66 size_t found_count = 0; in GetUniqueMessageMatching() local69 found_count++; in GetUniqueMessageMatching()73 if (found_count != 1) in GetUniqueMessageMatching()
269 Count* found_count = nullptr; in ImportSamples() local295 if (!found_count) in ImportSamples()296 found_count = &record->count; in ImportSamples()302 return found_count; in ImportSamples()
240 int found_count = 0; in ClearBreakPoint() local243 DCHECK_EQ(found_count, 0); in ClearBreakPoint()244 found_count++; in ClearBreakPoint()246 new_array->set(i - found_count, old_array->get(i)); in ClearBreakPoint()250 if (found_count > 0) break_point_info->set_break_points(*new_array); in ClearBreakPoint()
818 int found_count = site->memento_found_count(); in DigestPretenuringFeedback() local822 ? static_cast<double>(found_count) / create_count in DigestPretenuringFeedback()836 static_cast<void*>(site), create_count, found_count, ratio, in DigestPretenuringFeedback()874 int found_count = site->memento_found_count(); in ProcessPretenuringFeedback() local878 if (found_count > 0) { in ProcessPretenuringFeedback()881 allocation_mementos_found += found_count; in ProcessPretenuringFeedback()
1247 const int found_count = in CheckModelCounts() local1251 CheckCountInRange(model_check, found_count, in CheckModelCounts()