HomeSort by relevance Sort by last modified time
    Searched refs:DeleteCpuProfile (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-cpu-profiler.cc 300 TEST(DeleteCpuProfile) {
  /external/v8/src/
profile-generator.cc 585 static void DeleteCpuProfile(CpuProfile** profile_ptr) {
591 (*list_ptr)->Iterate(DeleteCpuProfile);
598 current_profiles_.Iterate(DeleteCpuProfile);
599 detached_profiles_.Iterate(DeleteCpuProfile);
    [all...]

Completed in 88 milliseconds