Home
last modified time | relevance | path

Searched refs:ChainLengthThresholdReached (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h328 static bool ChainLengthThresholdReached(SlotsBuffer* buffer) { in ChainLengthThresholdReached() function
337 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) { in INLINE()
Dmark-compact.cc4408 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) { in AddTo()