Lines Matching defs:heapprofiler
494 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
495 heapprofiler->ResetProfiles();
498 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
499 heapprofiler->ResetProfiles();
514 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
515 heapprofiler->LastSeenObjectId(0, 0);
518 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
519 heapprofiler->LastSeenObjectId(0, 0);
537 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
538 heapprofiler->HeapStatsUpdate(nullptr, 0);
541 heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
542 heapprofiler->HeapStatsUpdate(nullptr, 0);
558 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
559 heapprofiler->AddHeapSnapshotChunk(nullptr, 0);
569 auto heapprofiler = std::make_unique<HeapProfilerImplFriendTest>(tracing);
570 heapprofiler->ReportHeapSnapshotProgress(0, 0);