Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.h121 static const intptr_t kAllocatedThreshold = 65536; variable
Dincremental-marking.cc29 observer_(*this, kAllocatedThreshold), in IncrementalMarking()
1144 if (marking == DO_NOT_FORCE_MARKING && allocated_ < kAllocatedThreshold && in Step()
Dspaces.cc2652 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in AllocateChunk()