Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h937 HeapProfiler* heap_profiler() const { return heap_profiler_; } in heap_profiler()
1451 HeapProfiler* heap_profiler_; variable
Disolate.cc2276 heap_profiler_(NULL), in Throw()
2417 delete heap_profiler_; in Throw()
2418 heap_profiler_ = NULL; in Throw()
2642 heap_profiler_ = new HeapProfiler(heap()); in Throw()