Searched refs:ComputeStepSizeInBytes (Results 1 – 2 of 2) sorted by relevance
276 size_t ComputeStepSizeInBytes(StepOrigin step_origin);
889 size_t IncrementalMarking::ComputeStepSizeInBytes(StepOrigin step_origin) { in ComputeStepSizeInBytes() function in v8::internal::IncrementalMarking966 bytes_to_process = Min(ComputeStepSizeInBytes(step_origin), max_step_size); in Step()