Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1096 HeapProfiler* heap_profiler() const { return heap_profiler_; } in heap_profiler()
1756 HeapProfiler* heap_profiler_; variable
Disolate.cc2497 heap_profiler_(nullptr), in Throw()
2651 delete heap_profiler_; in Throw()
2652 heap_profiler_ = nullptr; in Throw()
2959 heap_profiler_ = new HeapProfiler(heap()); in Throw()