Home
last modified time | relevance | path

Searched refs:profiles_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcpu-profiler.cc148 return profiles_->profiles()->length(); in GetProfilesCount()
153 return profiles_->profiles()->at(index); in GetProfile()
164 profiles_->RemoveProfile(profile); in DeleteProfile()
166 if (profiles_->profiles()->is_empty() && !is_profiling_) { in DeleteProfile()
188 rec->entry = profiles_->NewCodeEntry( in CallbackEvent()
190 profiles_->GetName(name)); in CallbackEvent()
204 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name)); in CodeCreateEvent()
218 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name)); in CodeCreateEvent()
232 rec->entry = profiles_->NewCodeEntry( in CodeCreateEvent()
233 tag, profiles_->GetFunctionName(shared->DebugName()), in CodeCreateEvent()
[all …]
Dcpu-profiler.h260 CpuProfilesCollection* profiles_; variable
Dprofile-generator.cc561 : profiles_(profiles), in ProfileGenerator()
647 profiles_->AddPathToCurrentProfiles(sample.timestamp, entries); in RecordTickSample()
Dprofile-generator.h325 CpuProfilesCollection* profiles_; variable