Home | History | Annotate | Download | only in src

Lines Matching refs:profiles_

160   return profiles_->profiles()->length();
165 return profiles_->profiles()->at(index);
182 profiles_->RemoveProfile(profile);
202 rec->entry = profiles_->NewCodeEntry(
204 profiles_->GetName(name));
218 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name));
232 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name));
248 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name));
272 rec->entry = profiles_->NewCodeEntry(
274 profiles_->GetFunctionName(shared->DebugName()),
276 profiles_->GetName(source),
297 rec->entry = profiles_->NewCodeEntry(
299 profiles_->GetName(args_count),
335 rec->entry = profiles_->NewCodeEntry(
337 profiles_->GetName(name),
350 rec->entry = profiles_->NewCodeEntry(
352 profiles_->GetName(source),
364 rec->entry = profiles_->NewCodeEntry(
366 profiles_->GetName(name),
376 profiles_(new CpuProfilesCollection()),
390 profiles_(test_profiles),
401 delete profiles_;
406 delete profiles_;
407 profiles_ = new CpuProfilesCollection();
412 if (profiles_->StartProfiling(title, next_profile_uid_++, record_samples)) {
420 StartProfiling(profiles_->GetName(title), record_samples);
430 generator_ = new ProfileGenerator(profiles_);
456 CpuProfile* result = profiles_->StopProfiling(title);
466 const char* profile_title = profiles_->GetName(title);
468 return profiles_->StopProfiling(profile_title);
473 if (profiles_->IsLastProfile(title)) StopProcessor();