Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1321 HeapProfiler* heap_profiler() const { return heap_profiler_; } in heap_profiler()
2223 HeapProfiler* heap_profiler_ = nullptr; variable
Disolate.cc3447 delete heap_profiler_; in ThrowInternal()
3448 heap_profiler_ = nullptr; in ThrowInternal()
3924 heap_profiler_ = new HeapProfiler(heap()); in ThrowInternal()