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

  /external/chromium_org/v8/src/
profile-generator.cc 509 static void DeleteCpuProfile(CpuProfile** profile_ptr) {
516 finished_profiles_.Iterate(DeleteCpuProfile);
517 current_profiles_.Iterate(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 152 milliseconds