Home
last modified time | relevance | path

Searched refs:starting_count (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Djit.cc655 int32_t starting_count = method->GetCounter(); in AddSamples() local
659 int32_t new_count = starting_count + count; // int32 here to avoid wrap-around; in AddSamples()
660 if (starting_count < warm_method_threshold_) { in AddSamples()
684 if (starting_count < hot_method_threshold_) { in AddSamples()
692 } else if (starting_count < osr_method_threshold_) { in AddSamples()