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

  /external/v8/src/profiler/
cpu-profiler.cc 178 return profiles_->profiles()->length();
183 return profiles_->profiles()->at(index);
194 profiles_->RemoveProfile(profile);
196 if (profiles_->profiles()->is_empty() && !is_profiling_) {
207 rec->entry = profiles_->NewCodeEntry(
209 profiles_->GetName(name));
221 rec->entry = profiles_->NewCodeEntry(
222 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix,
236 rec->entry = profiles_->NewCodeEntry(
237 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix
    [all...]
cpu-profiler.h 265 CpuProfilesCollection* profiles_; member in class:v8::internal::CpuProfiler
profile-generator.cc 562 : profiles_(profiles),
673 profiles_->AddPathToCurrentProfiles(sample.timestamp, entries, src_line);
profile-generator.h 374 CpuProfilesCollection* profiles_; member in class:v8::internal::ProfileGenerator
  /system/connectivity/shill/
manager.cc 300 for (const auto& profile : profiles_) {
330 DCHECK(profiles_.empty()); // The default profile must go first on stack.
366 CHECK(!profiles_.empty()); // Must have a default profile.
422 for (const auto& profile : profiles_) {
444 if (!profiles_.empty() && !profiles_.back()->GetUser().empty()) {
481 profiles_.push_back(profile);
508 LOG(INFO) << __func__ << " finished; " << profiles_.size()
540 CHECK(!profiles_.empty());
541 ProfileRefPtr active_profile = profiles_.back()
    [all...]
manager.h 323 // |profiles_| stack before profile |b|.
831 std::vector<ProfileRefPtr> profiles_; member in class:shill::Manager
    [all...]
manager_unittest.cc 208 manager->profiles_.push_back(profile);
220 return manager->profiles_;
    [all...]

Completed in 176 milliseconds