Searched refs:embedder_allocation_in_bytes_since_gc_ (Results 1 – 2 of 2) sorted by relevance
181 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()
528 size_t embedder_allocation_in_bytes_since_gc_; variable