Searched refs:old_count (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/runtime/jit/ |
H A D | jit-inl.h | 41 uint32_t old_count = method->GetCounter(); in AddSamples() local 42 uint32_t new_count = old_count + samples; in AddSamples() 47 uint32_t old_batch = RoundDown(old_count, kJitSamplesBatchSize); // Clear lower bits. in AddSamples() 50 if (!MaybeCompileMethod(self, method, old_count, new_count, with_backedges)) { in AddSamples()
|
H A D | jit.h | 481 uint32_t old_count,
|
H A D | jit.cc | 1495 uint32_t old_count, in MaybeCompileMethod() argument 1526 if (old_count < HotMethodThreshold() && new_count >= HotMethodThreshold()) { in MaybeCompileMethod() 1535 if (old_count < OSRMethodThreshold() && new_count >= OSRMethodThreshold()) { in MaybeCompileMethod()
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
H A D | hsearch_r.c | 80 size_t hash, index, i, old_hash, old_count, new_count; in hsearch_r() local 107 old_count = hsearch->index_mask + 1; in hsearch_r() 124 for (i = 0; i < old_count; ++i) { in hsearch_r()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_monitor.cc | 175 size_t old_count = count_; in Wait() local 176 DCHECK_GT(old_count, 0u); in Wait() 198 count_ = old_count; in Wait()
|