Searched refs:DeleteProfile (Results 1 – 3 of 3) sorted by relevance
231 static void DeleteProfile(CpuProfile* profile);
345 void CpuProfiler::DeleteProfile(CpuProfile* profile) { in DeleteProfile() function in v8::internal::CpuProfiler
5181 i::CpuProfiler::DeleteProfile(reinterpret_cast<i::CpuProfile*>(this)); in Delete()