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()
255 int found_count = 0; in ClearBreakPoint() local258 DCHECK_EQ(found_count, 0); in ClearBreakPoint()259 found_count++; in ClearBreakPoint()261 new_array->set(i - found_count, old_array->get(i)); in ClearBreakPoint()265 if (found_count > 0) break_point_info->set_break_points(*new_array); in ClearBreakPoint()
966 int found_count = site.memento_found_count(); in DigestPretenuringFeedback() local970 ? static_cast<double>(found_count) / create_count in DigestPretenuringFeedback()984 reinterpret_cast<void*>(site.ptr()), create_count, found_count, in DigestPretenuringFeedback()1022 int found_count = site.memento_found_count(); in ProcessPretenuringFeedback() local1026 if (found_count > 0) { in ProcessPretenuringFeedback()1029 allocation_mementos_found += found_count; in ProcessPretenuringFeedback()
1275 const int found_count = in CheckModelCounts() local1279 CheckCountInRange(model_check, found_count, in CheckModelCounts()