Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.h78 static constexpr size_t kGlobalActivationThreshold = 16 * MB; variable
81 static constexpr size_t kGlobalActivationThreshold = 0; variable
Dincremental-marking.cc147 heap_->GlobalSizeOfObjects() <= kGlobalActivationThreshold; in IsBelowActivationThresholds()