Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dprofile-generator.cc446 static void DeleteCpuProfile(CpuProfile** profile_ptr) { in DeleteCpuProfile() function
452 finished_profiles_.Iterate(DeleteCpuProfile); in ~CpuProfilesCollection()
453 current_profiles_.Iterate(DeleteCpuProfile); in ~CpuProfilesCollection()
/external/chromium_org/v8/test/cctest/
Dtest-cpu-profiler.cc349 TEST(DeleteCpuProfile) { in TEST() argument