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

  /external/chromium_org/v8/src/
heap-profiler.cc 52 snapshots_.Iterate(DeleteHeapSnapshot);
53 snapshots_.Clear();
58 snapshots_.Iterate(DeleteHeapSnapshot);
59 snapshots_.Clear();
65 snapshots_.RemoveElement(snapshot);
99 snapshots_.Add(result);
145 size += GetMemoryUsedByList(snapshots_);
146 for (int i = 0; i < snapshots_.length(); ++i) {
147 size += snapshots_[i]->RawSnapshotSize();
154 return snapshots_.length()
    [all...]
heap-profiler.h 92 List<HeapSnapshot*> snapshots_; member in class:v8::internal::HeapProfiler
  /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...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 152 SnapshotList snapshots_; member in class:leveldb::DBImpl
db_impl.cc 868 if (snapshots_.empty()) {
871 compact->smallest_snapshot = snapshots_.oldest()->number_;
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]

Completed in 421 milliseconds