Searched refs:kAllocatedThreshold (Results 1 – 3 of 3) sorted by relevance
36 new_generation_observer_(*this, kAllocatedThreshold), in IncrementalMarking()37 old_generation_observer_(*this, kAllocatedThreshold) {} in IncrementalMarking()1080 IncrementalMarking::kAllocatedThreshold); in StepSizeToMakeProgress()1096 if (bytes_to_process >= IncrementalMarking::kAllocatedThreshold) { in AdvanceIncrementalMarkingOnAllocation()
114 static const size_t kAllocatedThreshold = 64 * KB; variable
2615 const size_t kThreshold = IncrementalMarking::kAllocatedThreshold; in AllocateChunk()