Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc3051 memory_traffic_since_last_report_ += memory_traffic_delta; in ThrowInternal()
3052 if (memory_traffic_since_last_report_ < FLAG_zone_stats_tolerance) return; in ThrowInternal()
3053 memory_traffic_since_last_report_ = 0; in ThrowInternal()
3138 size_t memory_traffic_since_last_report_ = 0; in ThrowInternal() member in v8::internal::TracingAccountingAllocator