HomeSort by relevance Sort by last modified time
    Searched refs:ChainLengthThresholdReached (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/heap/
mark-compact.h 328 static bool ChainLengthThresholdReached(SlotsBuffer* buffer) {
337 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) {
mark-compact.cc     [all...]

Completed in 44 milliseconds