HomeSort by relevance Sort by last modified time
    Searched full:profiles_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
cpu-profiler.cc 148 return profiles_->profiles()->length();
153 return profiles_->profiles()->at(index);
164 profiles_->RemoveProfile(profile);
166 if (profiles_->profiles()->is_empty() && !is_profiling_) {
188 rec->entry = profiles_->NewCodeEntry(
190 profiles_->GetName(name));
204 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name));
218 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name))
    [all...]
cpu-profiler.h 260 CpuProfilesCollection* profiles_; member in class:v8::internal::CpuProfiler
profile-generator.h 325 CpuProfilesCollection* profiles_; member in class:v8::internal::ProfileGenerator
profile-generator.cc 561 : profiles_(profiles),
647 profiles_->AddPathToCurrentProfiles(sample.timestamp, entries);

Completed in 351 milliseconds