Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h74 static constexpr double kMaxStepSizeInMs = 5; variable
Dincremental-marking.cc878 Step(kMaxStepSizeInMs, GC_VIA_STACK_GUARD, StepOrigin::kV8); in AdvanceOnAllocation()