Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.cc827 size_t current_bytes_marked_concurrently = in FetchBytesMarkedConcurrently() local
831 if (current_bytes_marked_concurrently > bytes_marked_concurrently_) { in FetchBytesMarkedConcurrently()
833 current_bytes_marked_concurrently - bytes_marked_concurrently_; in FetchBytesMarkedConcurrently()
834 bytes_marked_concurrently_ = current_bytes_marked_concurrently; in FetchBytesMarkedConcurrently()