Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.cc5954 stress_concurrent_allocation_observer_.reset( in NotifyDeserializationComplete()
5957 stress_concurrent_allocation_observer_.get(), in NotifyDeserializationComplete()
5958 stress_concurrent_allocation_observer_.get()); in NotifyDeserializationComplete()
6120 stress_concurrent_allocation_observer_.get(), in TearDown()
6121 stress_concurrent_allocation_observer_.get()); in TearDown()
6123 stress_concurrent_allocation_observer_.reset(); in TearDown()
Dheap.h2308 std::unique_ptr<AllocationObserver> stress_concurrent_allocation_observer_; variable