Home
last modified time | relevance | path

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

/external/v8/src/
Dincremental-marking.h102 static const intptr_t kFastMarking = 3; variable
110 Step(allocated * kFastMarking / kInitialAllocationMarkingFactor, in OldSpaceStep()
208 if (allocation_marking_factor_ < kFastMarking) { in NotifyOfHighPromotionRate()
211 static_cast<int>(kFastMarking)); in NotifyOfHighPromotionRate()
213 allocation_marking_factor_ = kFastMarking; in NotifyOfHighPromotionRate()