Home | History | Annotate | Download | only in src

Lines Matching refs:heap_profiler

7988   i::HeapProfiler* heap_profiler =
7989 reinterpret_cast<i::Isolate*>(this)->heap_profiler();
7990 return reinterpret_cast<HeapProfiler*>(heap_profiler);
9879 if (isolate->heap_profiler()->GetSnapshotsCount() > 1) {
9883 isolate->heap_profiler()->DeleteAllSnapshots();
9984 i::HeapProfiler* heap_profiler = reinterpret_cast<i::HeapProfiler*>(this);
9985 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us);