Searched refs:ChainLengthThresholdReached (Results 1 – 2 of 2) sorted by relevance
341 static bool ChainLengthThresholdReached(SlotsBuffer* buffer) { in ChainLengthThresholdReached() function351 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) { in INLINE()
4306 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) { in AddTo()