Home | History | Annotate | Download | only in src

Lines Matching refs:profiles_

292   return Isolate::Current()->cpu_profiler()->profiles_->Profiles(
301 return profiler->profiles_->Profiles(token)->at(index);
309 return profiler->profiles_->GetProfile(token, uid);
334 Isolate::Current()->cpu_profiler()->profiles_->RemoveProfile(profile);
341 return Isolate::Current()->cpu_profiler()->profiles_->HasDetachedProfiles();
451 : profiles_(new CpuProfilesCollection()),
463 delete profiles_;
468 delete profiles_;
469 profiles_ = new CpuProfilesCollection();
473 if (profiles_->StartProfiling(title, next_profile_uid_++)) {
481 StartCollectingProfile(profiles_->GetName(title));
492 generator_ = new ProfileGenerator(profiles_);
522 profiles_->StopProfiling(TokenEnumerator::kNoSecurityToken,
535 const char* profile_title = profiles_->GetName(title);
538 return profiles_->StopProfiling(token, profile_title, actual_sampling_rate);
543 if (profiles_->IsLastProfile(title)) StopProcessor();