Home
last modified time | relevance | path

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

/external/v8/src/
Dincremental-marking.h97 static const intptr_t kAllocatedThreshold = 65536; variable
Dincremental-marking.cc496 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold); in Start()
780 if (allocated_ < kAllocatedThreshold) return; in Step()
Dspaces.cc2008 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in Allocate()
Dheap.cc4854 intptr_t step_size = size_factor * IncrementalMarking::kAllocatedThreshold; in IdleNotification()