Home
last modified time | relevance | path

Searched refs:DeleteCpuProfile (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-cpu-profiler.cc316 TEST(DeleteCpuProfile) { in TEST() argument
/external/v8/src/
Dprofile-generator.cc548 static void DeleteCpuProfile(CpuProfile** profile_ptr) { in DeleteCpuProfile() function
554 (*list_ptr)->Iterate(DeleteCpuProfile); in DeleteProfilesList()
561 current_profiles_.Iterate(DeleteCpuProfile); in ~CpuProfilesCollection()
562 detached_profiles_.Iterate(DeleteCpuProfile); in ~CpuProfilesCollection()