Searched refs:getInstrMaxCountValue (Results 1 – 3 of 3) sorted by relevance
227 assert(Count <= getInstrMaxCountValue() &&236 assert(Count <= getInstrMaxCountValue() &&
936 if (Value > getInstrMaxCountValue()) { in merge()937 Value = getInstrMaxCountValue(); in merge()974 if (Count > getInstrMaxCountValue()) { in scale()975 Count = getInstrMaxCountValue(); in scale()
66 inline uint64_t getInstrMaxCountValue() { in getInstrMaxCountValue() function