Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dmark-compact.h341 static bool ChainLengthThresholdReached(SlotsBuffer* buffer) { in ChainLengthThresholdReached() function
351 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) { in INLINE()
Dmark-compact.cc4306 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) { in AddTo()