Lines Matching refs:IncrementalMarkingSchedule
15 constexpr size_t IncrementalMarkingSchedule::kInvalidLastEstimatedLiveBytes;
17 const double IncrementalMarkingSchedule::kEstimatedMarkingTimeMs = 500.0;
18 const size_t IncrementalMarkingSchedule::kMinimumMarkedBytesPerIncrementalStep =
21 void IncrementalMarkingSchedule::NotifyIncrementalMarkingStart() {
26 void IncrementalMarkingSchedule::UpdateMutatorThreadMarkedBytes(
31 void IncrementalMarkingSchedule::AddConcurrentlyMarkedBytes(
36 size_t IncrementalMarkingSchedule::GetOverallMarkedBytes() const {
40 size_t IncrementalMarkingSchedule::GetConcurrentlyMarkedBytes() const {
44 double IncrementalMarkingSchedule::GetElapsedTimeInMs(
54 size_t IncrementalMarkingSchedule::GetNextIncrementalStepDuration(
79 IncrementalMarkingSchedule::kEphemeronPairsFlushingRatioIncrements;
80 bool IncrementalMarkingSchedule::ShouldFlushEphemeronPairs() {