Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc3014 UpdateMemoryTrafficAndReportMemoryUsage(segment->total_size()); in ThrowInternal()
3030 UpdateMemoryTrafficAndReportMemoryUsage(zone->segment_bytes_allocated()); in ThrowInternal()
3042 void UpdateMemoryTrafficAndReportMemoryUsage(size_t memory_traffic_delta) { in ThrowInternal() function in v8::internal::TracingAccountingAllocator