Searched refs:old_count (Results 1 – 4 of 4) sorted by relevance
41 uint32_t old_count = method->GetCounter(); in AddSamples() local42 uint32_t new_count = old_count + samples; in AddSamples()47 uint32_t old_batch = RoundDown(old_count, kJitSamplesBatchSize); // Clear lower bits. in AddSamples()51 if (!MaybeCompileMethod(self, method, old_count, new_count, with_backedges)) { in AddSamples()
841 uint32_t old_count, in MaybeCompileMethod() argument865 if (old_count < WarmMethodThreshold() && new_count >= WarmMethodThreshold()) { in MaybeCompileMethod()889 if (old_count == 0 && in MaybeCompileMethod()896 if (old_count < HotMethodThreshold() && new_count >= HotMethodThreshold()) { in MaybeCompileMethod()902 if (old_count < OSRMethodThreshold() && new_count >= OSRMethodThreshold()) { in MaybeCompileMethod()
331 uint32_t old_count,
175 size_t old_count = count_; in Wait() local176 DCHECK_GT(old_count, 0u); in Wait()198 count_ = old_count; in Wait()