Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h2462 friend class StressConcurrentAllocationObserver; variable
Dheap.cc5795 class StressConcurrentAllocationObserver : public AllocationObserver { class
5797 explicit StressConcurrentAllocationObserver(Heap* heap) in StressConcurrentAllocationObserver() function in v8::internal::StressConcurrentAllocationObserver
5955 new StressConcurrentAllocationObserver(this)); in NotifyDeserializationComplete()