Home
last modified time | relevance | path

Searched refs:heap_profiler (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/libchrome_tools/patch/
Dtrace_event.patch10 +#include "base/trace_event/heap_profiler.h"
53 --- a/base/trace_event/heap_profiler.h
54 +++ b/base/trace_event/heap_profiler.h
/external/v8/src/heap/cppgc-js/
Dcpp-heap.cc152 isolate_.heap_profiler()->AddBuildEmbedderGraphCallback(&CppGraphBuilder::Run, in CppHeap()
157 isolate_.heap_profiler()->RemoveBuildEmbedderGraphCallback( in ~CppHeap()
Dcpp-snapshot.cc416 reinterpret_cast<Isolate*>(cpp_heap_.isolate())->heap_profiler(); in AddEdge()
/external/v8/src/execution/
Disolate.cc3027 (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()
Disolate.h1145 HeapProfiler* heap_profiler() const { return heap_profiler_; } in heap_profiler() function
/external/v8/src/heap/
Dheap.cc2924 if (isolate()->heap_profiler()->is_sampling_allocations()) return false; in CanMoveObjectStart()
2993 HeapProfiler* heap_profiler = isolate_->heap_profiler(); in OnMoveEvent() local
2994 if (heap_profiler->is_tracking_object_moves()) { in OnMoveEvent()
2995 heap_profiler->ObjectMoveEvent(source.address(), target.address(), in OnMoveEvent()
/external/v8/src/api/
Dapi.cc8148 i::HeapProfiler* heap_profiler = in GetHeapProfiler() local
8149 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() local
11022 return heap_profiler->PushHeapObjectsStats(stream, timestamp_us); in GetHeapStats()