Home | History | Annotate | Download | only in src

Lines Matching refs:heap_profiler

7145   i::HeapProfiler* heap_profiler =
7146 reinterpret_cast<i::Isolate*>(this)->heap_profiler();
7147 return reinterpret_cast<HeapProfiler*>(heap_profiler);
8516 if (isolate->heap_profiler()->GetSnapshotsCount() > 1) {
8520 isolate->heap_profiler()->DeleteAllSnapshots();
8621 i::HeapProfiler* heap_profiler = reinterpret_cast<i::HeapProfiler*>(this);
8622 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us);