Searched refs:GetAllocationProfile (Results 1 – 7 of 7) sorted by relevance
123 v8::AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::HeapProfiler125 return sampling_heap_profiler_->GetAllocationProfile(); in GetAllocationProfile()
40 AllocationProfile* GetAllocationProfile();
124 v8::AllocationProfile* GetAllocationProfile();
260 v8::AllocationProfile* SamplingHeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::SamplingHeapProfiler
969 AllocationProfile* GetAllocationProfile();
427 profiler->GetAllocationProfile()); in getSamplingProfile()
11036 AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::HeapProfiler11037 return reinterpret_cast<i::HeapProfiler*>(this)->GetAllocationProfile(); in GetAllocationProfile()