Searched refs:heap_profiler (Results 1 – 7 of 7) sorted by relevance
10 +#include "base/trace_event/heap_profiler.h"53 --- a/base/trace_event/heap_profiler.h54 +++ b/base/trace_event/heap_profiler.h
152 isolate_.heap_profiler()->AddBuildEmbedderGraphCallback(&CppGraphBuilder::Run, in CppHeap()157 isolate_.heap_profiler()->RemoveBuildEmbedderGraphCallback( in ~CppHeap()
416 reinterpret_cast<Isolate*>(cpp_heap_.isolate())->heap_profiler(); in AddEdge()
3027 (heap_profiler() != nullptr && in ThrowInternal()3028 heap_profiler()->is_tracking_object_moves()) || in ThrowInternal()3037 heap_profiler()->StopSamplingHeapProfiler(); in ThrowInternal()3699 heap_profiler()->StartSamplingHeapProfiler(sample_interval, stack_depth, in ThrowInternal()
1145 HeapProfiler* heap_profiler() const { return heap_profiler_; } in heap_profiler() function
2924 if (isolate()->heap_profiler()->is_sampling_allocations()) return false; in CanMoveObjectStart()2993 HeapProfiler* heap_profiler = isolate_->heap_profiler(); in OnMoveEvent() local2994 if (heap_profiler->is_tracking_object_moves()) { in OnMoveEvent()2995 heap_profiler->ObjectMoveEvent(source.address(), target.address(), in OnMoveEvent()
8148 i::HeapProfiler* heap_profiler = in GetHeapProfiler() local8149 reinterpret_cast<i::Isolate*>(this)->heap_profiler(); in GetHeapProfiler()8150 return reinterpret_cast<HeapProfiler*>(heap_profiler); in GetHeapProfiler()10255 isolate->heap_profiler()->QueryObjects(Utils::OpenHandle(*v8_context), in QueryObjects()10928 if (isolate->heap_profiler()->GetSnapshotsCount() > 1 || in Delete()10929 isolate->heap_profiler()->IsTakingSnapshot()) { in Delete()10933 isolate->heap_profiler()->DeleteAllSnapshots(); in Delete()11021 i::HeapProfiler* heap_profiler = reinterpret_cast<i::HeapProfiler*>(this); in GetHeapStats() local11022 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us); in GetHeapStats()