Home
last modified time | relevance | path

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

/external/v8/src/
Dincremental-marking.h208 if (allocation_marking_factor_ < kFastMarking) { in NotifyOfHighPromotionRate()
213 allocation_marking_factor_ = kFastMarking; in NotifyOfHighPromotionRate()
273 int allocation_marking_factor_; variable
Dincremental-marking.cc53 allocation_marking_factor_(0), in IncrementalMarking()
784 intptr_t bytes_to_process = allocated_ * allocation_marking_factor_; in Step()
865 (SpaceLeftInOldSpace() * (allocation_marking_factor_ + 1) < in Step()
876 (allocation_marking_factor_ + 1) * in Step()
887 intptr_t delay = allocation_marking_factor_ * MB; in Step()
904 allocation_marking_factor_ += kAllocationMarkingFactorSpeedup; in Step()
905 allocation_marking_factor_ = static_cast<int>( in Step()
907 static_cast<intptr_t>(allocation_marking_factor_ * 1.3))); in Step()
909 PrintF("Marking speed increased to %d\n", allocation_marking_factor_); in Step()
935 allocation_marking_factor_ = kInitialAllocationMarkingFactor; in ResetStepCounters()
Dincremental-marking-inl.h112 allocation_marking_factor_ = kMaxAllocationMarkingFactor; in BlackToGreyAndUnshift()