Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc3019 active_zones_.insert(zone); in ThrowInternal()
3031 active_zones_.erase(zone); in ThrowInternal()
3035 if (FLAG_trace_zone_type_stats && active_zones_.empty()) { in ThrowInternal()
3096 for (const Zone* zone : active_zones_) { in ThrowInternal()
3117 for (const Zone* zone : active_zones_) { in ThrowInternal()
3132 std::unordered_set<const Zone*> active_zones_; in ThrowInternal() member in v8::internal::TracingAccountingAllocator