Home
last modified time | relevance | path

Searched refs:buffered_allocated_bytes_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc646 buffered_allocated_bytes_ = 0; in TraceEpilogue()
709 buffered_allocated_bytes_ += static_cast<int64_t>(bytes); in AllocatedObjectSizeIncreased()
714 buffered_allocated_bytes_ -= static_cast<int64_t>(bytes); in AllocatedObjectSizeDecreased()
730 const int64_t bytes_to_report = buffered_allocated_bytes_; in ReportBufferedAllocationSizeIfPossible()
731 buffered_allocated_bytes_ = 0; in ReportBufferedAllocationSizeIfPossible()
H A Dcpp-heap.h193 int64_t buffered_allocated_bytes_ = 0; member in v8::internal::final

Completed in 2 milliseconds