Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dincremental-marking.cc431 static const intptr_t kActivationThreshold = 8 * MB; in WorthActivating() local
435 static const intptr_t kActivationThreshold = 0; in WorthActivating()
444 heap_->PromotedSpaceSizeOfObjects() > kActivationThreshold; in WorthActivating()