Searched refs:starting_count (Results 1 – 1 of 1) sorted by relevance
608 int32_t starting_count = method->GetCounter(); in AddSamples() local612 int32_t new_count = starting_count + count; // int32 here to avoid wrap-around; in AddSamples()613 if (starting_count < warm_method_threshold_) { in AddSamples()637 if (starting_count < hot_method_threshold_) { in AddSamples()645 } else if (starting_count < osr_method_threshold_) { in AddSamples()