Home
last modified time | relevance | path

Searched refs:DeleteProfile (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcpu-profiler.h231 static void DeleteProfile(CpuProfile* profile);
Dcpu-profiler.cc345 void CpuProfiler::DeleteProfile(CpuProfile* profile) { in DeleteProfile() function in v8::internal::CpuProfiler
Dapi.cc5181 i::CpuProfiler::DeleteProfile(reinterpret_cast<i::CpuProfile*>(this)); in Delete()