Searched refs:kIndividualSharedMethodHotnessThreshold (Results 1 – 1 of 1) sorted by relevance
1814 static constexpr size_t kIndividualSharedMethodHotnessThreshold = 0x3f; in MaybeEnqueueCompilation() local1819 shared_method_counters_[method] = kIndividualSharedMethodHotnessThreshold; in MaybeEnqueueCompilation()1822 DCHECK_LE(it->second, kIndividualSharedMethodHotnessThreshold); in MaybeEnqueueCompilation()1826 shared_method_counters_[method] = kIndividualSharedMethodHotnessThreshold; in MaybeEnqueueCompilation()