Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.cc123 v8::AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::HeapProfiler
125 return sampling_heap_profiler_->GetAllocationProfile(); in GetAllocationProfile()
Dheap-profiler.h40 AllocationProfile* GetAllocationProfile();
Dsampling-heap-profiler.h124 v8::AllocationProfile* GetAllocationProfile();
Dsampling-heap-profiler.cc260 v8::AllocationProfile* SamplingHeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::SamplingHeapProfiler
/external/v8/include/
Dv8-profiler.h969 AllocationProfile* GetAllocationProfile();
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc427 profiler->GetAllocationProfile()); in getSamplingProfile()
/external/v8/src/api/
Dapi.cc11036 AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::HeapProfiler
11037 return reinterpret_cast<i::HeapProfiler*>(this)->GetAllocationProfile(); in GetAllocationProfile()