Searched refs:kMinStepSizeInBytes (Results 1 – 2 of 2) sorted by relevance
990 IncrementalMarking::kMinStepSizeInBytes); in StepSizeToMakeProgress()1008 if (bytes_to_process >= IncrementalMarking::kMinStepSizeInBytes) { in AdvanceIncrementalMarkingOnAllocation()1042 bytes_to_process = IncrementalMarking::kMinStepSizeInBytes; in AdvanceIncrementalMarkingOnAllocation()
72 static const size_t kMinStepSizeInBytes = 64 * KB; variable