Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h253 size_t StepSizeToMakeProgress();
Dincremental-marking.cc787 size_t IncrementalMarking::StepSizeToMakeProgress() { in StepSizeToMakeProgress() function in v8::internal::IncrementalMarking
812 size_t progress_bytes = StepSizeToMakeProgress(); in ScheduleBytesToMarkBasedOnAllocation()