Lines Matching refs:profiler
5 #include "src/profiler/heap-snapshot-generator.h"
38 #include "src/profiler/allocation-tracker.h"
39 #include "src/profiler/heap-profiler.h"
40 #include "src/profiler/heap-snapshot-generator-inl.h"
41 #include "src/profiler/output-stream-writer.h"
388 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler, bool global_objects_as_roots,
390 : profiler_(profiler),
749 : heap_(snapshot->profiler()->heap_object_map()->heap()),
751 names_(snapshot_->profiler()->names()),
752 heap_object_map_(snapshot_->profiler()->heap_object_map()),
878 snapshot_->profiler()->allocation_tracker()) {
2430 names_(snapshot_->profiler()->names()),
2431 heap_object_map_(snapshot_->profiler()->heap_object_map()) {}
2492 Isolate::FromHeap(snapshot->profiler()->heap_object_map()->heap())),
2494 names_(snapshot_->profiler()->names()),
2495 heap_object_map_(snapshot_->profiler()->heap_object_map()),
2552 snapshot_->profiler()->HasBuildEmbedderGraphCallback()) {
2556 snapshot_->profiler()->BuildEmbedderGraph(isolate_, &graph);
2701 snapshot_->profiler()->allocation_tracker()) {
2969 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
2988 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
3037 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker();
3071 snapshot_->profiler()->heap_object_map()->samples();