Searched refs:kAllocatedThreshold (Results 1 – 3 of 3) sorted by relevance
38 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()
114 static const size_t kAllocatedThreshold = 64 * KB; variable
2626 const size_t kThreshold = IncrementalMarking::kAllocatedThreshold; in AllocateChunk()