Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1814 static constexpr size_t kIndividualSharedMethodHotnessThreshold = 0x3f; in MaybeEnqueueCompilation() local
1819 shared_method_counters_[method] = kIndividualSharedMethodHotnessThreshold; in MaybeEnqueueCompilation()
1822 DCHECK_LE(it->second, kIndividualSharedMethodHotnessThreshold); in MaybeEnqueueCompilation()
1826 shared_method_counters_[method] = kIndividualSharedMethodHotnessThreshold; in MaybeEnqueueCompilation()