Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc125 v8::AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::HeapProfiler
127 return sampling_heap_profiler_->GetAllocationProfile(); in GetAllocationProfile()
Dheap-profiler.h43 AllocationProfile* GetAllocationProfile();
Dsampling-heap-profiler.h125 v8::AllocationProfile* GetAllocationProfile();
Dsampling-heap-profiler.cc257 v8::AllocationProfile* SamplingHeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::SamplingHeapProfiler
/third_party/node/deps/v8/include/
Dv8-profiler.h1083 AllocationProfile* GetAllocationProfile();
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc444 profiler->GetAllocationProfile()); in getSamplingProfile()
/third_party/node/deps/v8/src/api/
Dapi.cc10287 AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::HeapProfiler
10288 return reinterpret_cast<i::HeapProfiler*>(this)->GetAllocationProfile(); in GetAllocationProfile()