Searched refs:kActivationThreshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dincremental-marking.cc495 static const intptr_t kActivationThreshold = 8 * MB; local
499 static const intptr_t kActivationThreshold = 0;
511 heap_->PromotedSpaceSizeOfObjects() > kActivationThreshold;
/external/v8/src/
H A Dincremental-marking.cc400 static const intptr_t kActivationThreshold = 8 * MB; local
404 static const intptr_t kActivationThreshold = 0;
410 heap_->PromotedSpaceSizeOfObjects() > kActivationThreshold;

Completed in 46 milliseconds