Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dincremental-marking.h78 static const intptr_t kActivationThreshold = 8 * MB; variable
80 static const intptr_t kActivationThreshold = 0; variable
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc6929 const size_t kActivationThreshold = 1 * MB; in HEAP_TEST() local