Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.cc38 new_generation_observer_(*this, kAllocatedThreshold), in IncrementalMarking()
39 old_generation_observer_(*this, kAllocatedThreshold) {} in IncrementalMarking()
1088 IncrementalMarking::kAllocatedThreshold); in StepSizeToMakeProgress()
1104 if (bytes_to_process >= IncrementalMarking::kAllocatedThreshold) { in AdvanceIncrementalMarkingOnAllocation()
Dincremental-marking.h114 static const size_t kAllocatedThreshold = 64 * KB; variable
Dspaces.cc2626 const size_t kThreshold = IncrementalMarking::kAllocatedThreshold; in AllocateChunk()