Home
last modified time | relevance | path

Searched refs:kMinStepSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc990 IncrementalMarking::kMinStepSizeInBytes); in StepSizeToMakeProgress()
1008 if (bytes_to_process >= IncrementalMarking::kMinStepSizeInBytes) { in AdvanceIncrementalMarkingOnAllocation()
1042 bytes_to_process = IncrementalMarking::kMinStepSizeInBytes; in AdvanceIncrementalMarkingOnAllocation()
Dincremental-marking.h72 static const size_t kMinStepSizeInBytes = 64 * KB; variable