Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1709 static constexpr size_t kIndividualSharedMethodHotnessThreshold = 0x3f; in MaybeEnqueueCompilation() local
1714 shared_method_counters_[method] = kIndividualSharedMethodHotnessThreshold; in MaybeEnqueueCompilation()
1717 DCHECK_LE(it->second, kIndividualSharedMethodHotnessThreshold); in MaybeEnqueueCompilation()
1721 shared_method_counters_[method] = kIndividualSharedMethodHotnessThreshold; in MaybeEnqueueCompilation()