Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit-inl.h47 uint32_t old_batch = RoundDown(old_count, kJitSamplesBatchSize); // Clear lower bits. in AddSamples() local
54 } else if (UNLIKELY(old_batch != new_batch)) { in AddSamples()
55 if (!MaybeCompileMethod(self, method, old_batch, new_batch, with_backedges)) { in AddSamples()