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