Home | History | Annotate | Download | only in src

Lines Matching defs:heap_profiler

7762   i::HeapProfiler* heap_profiler =
7763 reinterpret_cast<i::Isolate*>(this)->heap_profiler();
7764 return reinterpret_cast<HeapProfiler*>(heap_profiler);
9413 if (isolate->heap_profiler()->GetSnapshotsCount() > 1) {
9417 isolate->heap_profiler()->DeleteAllSnapshots();
9518 i::HeapProfiler* heap_profiler = reinterpret_cast<i::HeapProfiler*>(this);
9519 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us);