Searched refs:ChainLengthThresholdReached (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dmark-compact.h345 static bool ChainLengthThresholdReached(SlotsBuffer* buffer) { function in class:v8::internal::SlotsBuffer
355 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) {
H A Dmark-compact.cc4016 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) {
/external/chromium_org/v8/src/
H A Dmark-compact.h365 static bool ChainLengthThresholdReached(SlotsBuffer* buffer) { function in class:v8::internal::SlotsBuffer
375 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) {
H A Dmark-compact.cc4233 if (mode == FAIL_ON_OVERFLOW && ChainLengthThresholdReached(buffer)) {

Completed in 70 milliseconds