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

/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc300 TEST(DeleteCpuProfile) {
/external/v8/src/
H A Dprofile-generator.cc585 static void DeleteCpuProfile(CpuProfile** profile_ptr) { function in namespace:v8::internal
591 (*list_ptr)->Iterate(DeleteCpuProfile);
598 current_profiles_.Iterate(DeleteCpuProfile);
599 detached_profiles_.Iterate(DeleteCpuProfile);

Completed in 94 milliseconds