Home
last modified time | relevance | path

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

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