Searched refs:HotCountThreshold (Results 1 – 2 of 2) sorted by relevance
110 HotCountThreshold = in computeThresholds()117 if (!HotCountThreshold) in isHotCount()119 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()
48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable