Home
last modified time | relevance | path

Searched refs:GetNextIncrementalStepDuration (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/cppgc/
Dincremental-marking-schedule.h32 size_t GetNextIncrementalStepDuration(size_t);
Dmarker.cc104 size_t GetNextIncrementalStepDuration(IncrementalMarkingSchedule& schedule, in GetNextIncrementalStepDuration() function
106 return schedule.GetNextIncrementalStepDuration( in GetNextIncrementalStepDuration()
334 GetNextIncrementalStepDuration(schedule_, heap_); in AdvanceMarkingWithDeadline()
Dincremental-marking-schedule.cc56 size_t IncrementalMarkingSchedule::GetNextIncrementalStepDuration( in GetNextIncrementalStepDuration() function in cppgc::internal::IncrementalMarkingSchedule