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

  /external/v8/src/
heap-profiler.cc 38 : snapshots_(new HeapSnapshotsCollection()),
44 delete snapshots_;
49 delete snapshots_;
50 snapshots_ = new HeapSnapshotsCollection();
113 snapshots_->NewSnapshot(s_type, name, next_snapshot_uid_++);
128 snapshots_->SnapshotGenerationFinished(result);
136 return TakeSnapshotImpl(snapshots_->names()->GetName(name), type, control);
143 return profiler->snapshots_->snapshots()->length();
150 return profiler->snapshots_->snapshots()->at(index);
157 return profiler->snapshots_->GetSnapshot(uid)
    [all...]
heap-profiler.h 73 return snapshots_->is_tracking_objects();
87 HeapSnapshotsCollection* snapshots_; member in class:v8::internal::HeapProfiler
profile-generator.h 759 List<HeapSnapshot*>* snapshots() { return &snapshots_; }
776 List<HeapSnapshot*> snapshots_; member in class:v8::internal::HeapSnapshotsCollection
    [all...]
profile-generator.cc     [all...]
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 171 SnapshotVector snapshots_; member in class:chromeos::BrowserListener
226 SnapshotNode node = snapshots_[from_index];
227 snapshots_.erase(snapshots_.begin() + from_index);
228 snapshots_.insert(snapshots_.begin() + to_index, node);
239 snapshots_[index].title->SetTitle(contents->tab_contents()->GetTitle());
240 snapshots_[index].title->SetUrl(contents->tab_contents()->GetURL());
241 snapshots_[index].favicon->SetFavicon(
249 snapshots_.clear()
    [all...]

Completed in 618 milliseconds