Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.h73 static const intptr_t kAllocatedThreshold = 65536; variable
Dincremental-marking.cc532 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold); in Start()
905 if (!force_marking && allocated_ < kAllocatedThreshold && in Step()
Dspaces.cc2364 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in Allocate()