Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.cc812 size_t progress_bytes = StepSizeToMakeProgress(); in ScheduleBytesToMarkBasedOnAllocation() local
814 size_t bytes_to_mark = progress_bytes + allocation_bytes; in ScheduleBytesToMarkBasedOnAllocation()
821 bytes_to_mark / KB, progress_bytes / KB, allocation_bytes / KB); in ScheduleBytesToMarkBasedOnAllocation()