Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dallocation-observer.cc51 DCHECK_EQ(pending_removed_.count(observer), 0); in RemoveAllocationObserver()
52 pending_removed_.insert(observer); in RemoveAllocationObserver()
98 DCHECK(pending_removed_.empty()); in InvokeAllocationObservers()
137 if (!pending_removed_.empty()) { in InvokeAllocationObservers()
141 return pending_removed_.count(aoc.observer_) != 0; in InvokeAllocationObservers()
143 pending_removed_.clear(); in InvokeAllocationObservers()
Dallocation-observer.h108 std::unordered_set<AllocationObserver*> pending_removed_; variable