Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.cc485 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()
Dincremental-marking.h127 static const intptr_t kFastMarking = 3; variable