Searched refs:HotCountThreshold (Results 1 – 4 of 4) sorted by relevance
200 HotCountThreshold = HotEntry.MinCount; in computeThresholds()215 if (!HotCountThreshold) in isHotCount()217 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()227 if (!HotCountThreshold) in getOrCompHotCountThreshold()229 return HotCountThreshold && HotCountThreshold.getValue(); in getOrCompHotCountThreshold()
110 HotCountThreshold = in computeThresholds()117 if (!HotCountThreshold) in isHotCount()119 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()
51 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable121 return HotCountThreshold ? HotCountThreshold.getValue() : 0; in getHotCountThreshold()
48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable