Searched refs:kFastMarking (Results 1 – 2 of 2) sorted by relevance
485 if (marking_speed_ < kFastMarking) { in NotifyOfHighPromotionRate()490 static_cast<int>(kFastMarking)); in NotifyOfHighPromotionRate()492 marking_speed_ = kFastMarking; in NotifyOfHighPromotionRate()1054 Step(allocated * kFastMarking / kInitialMarkingSpeed, GC_VIA_STACK_GUARD); in OldSpaceStep()
127 static const intptr_t kFastMarking = 3; variable