Searched refs:GetAllocationProfile (Results 1 – 7 of 7) sorted by relevance
125 v8::AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::HeapProfiler127 return sampling_heap_profiler_->GetAllocationProfile(); in GetAllocationProfile()
43 AllocationProfile* GetAllocationProfile();
125 v8::AllocationProfile* GetAllocationProfile();
257 v8::AllocationProfile* SamplingHeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::internal::SamplingHeapProfiler
1083 AllocationProfile* GetAllocationProfile();
444 profiler->GetAllocationProfile()); in getSamplingProfile()
10287 AllocationProfile* HeapProfiler::GetAllocationProfile() { in GetAllocationProfile() function in v8::HeapProfiler10288 return reinterpret_cast<i::HeapProfiler*>(this)->GetAllocationProfile(); in GetAllocationProfile()