Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.h1145 HeapProfiler* heap_profiler() const { return heap_profiler_; } in heap_profiler()
1856 HeapProfiler* heap_profiler_ = nullptr; variable
Disolate.cc3101 delete heap_profiler_; in ThrowInternal()
3102 heap_profiler_ = nullptr; in ThrowInternal()
3516 heap_profiler_ = new HeapProfiler(heap()); in ThrowInternal()