Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc181 embedder_allocation_in_bytes_since_gc_(0), in GCTracer()
613 embedder_allocation_in_bytes_since_gc_ += embedder_allocated_bytes; in SampleAllocation()
626 embedder_allocation_in_bytes_since_gc_, allocation_duration_since_gc_)); in AddAllocation()
631 embedder_allocation_in_bytes_since_gc_ = 0; in AddAllocation()
1245 size_t bytes = embedder_allocation_in_bytes_since_gc_; in EmbedderAllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h528 size_t embedder_allocation_in_bytes_since_gc_; variable