Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc587 size_t embedder_counter_bytes) { in SampleAllocation() argument
593 embedder_allocation_counter_bytes_ = embedder_counter_bytes; in SampleAllocation()
603 embedder_counter_bytes - embedder_allocation_counter_bytes_; in SampleAllocation()
608 embedder_allocation_counter_bytes_ = embedder_counter_bytes; in SampleAllocation()
Dgc-tracer.h286 size_t embedder_counter_bytes);