Home
last modified time | relevance | path

Searched refs:GetSnapshot (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dheap-profiler.cc147 HeapSnapshot* HeapProfiler::GetSnapshot(int index) { in GetSnapshot() function in v8::internal::HeapProfiler
157 return profiler->snapshots_->GetSnapshot(uid); in FindSnapshot()
Dheap-profiler.h61 static HeapSnapshot* GetSnapshot(int index);
Dprofile-generator.h760 HeapSnapshot* GetSnapshot(unsigned uid);
Dprofile-generator.cc1455 HeapSnapshot* HeapSnapshotsCollection::GetSnapshot(unsigned uid) { in GetSnapshot() function in v8::internal::HeapSnapshotsCollection
Dapi.cc6188 const HeapSnapshot* HeapProfiler::GetSnapshot(int index) { in GetSnapshot() function in v8::HeapProfiler
6192 i::HeapProfiler::GetSnapshot(index)); in GetSnapshot()
/external/chromium/chrome/browser/
Dchrome_browser_application_mac_unittest.mm47 StatisticsRecorder::GetSnapshot("OSX.NSException", &histograms);
69 StatisticsRecorder::GetSnapshot("OSX.NSException", &histograms);
/external/v8/include/
Dv8-profiler.h402 static const HeapSnapshot* GetSnapshot(int index);
/external/chromium/base/metrics/
Dhistogram.cc1049 GetSnapshot(query, &snapshot); in WriteHTMLGraph()
1070 GetSnapshot(query, &snapshot); in WriteGraph()
1109 void StatisticsRecorder::GetSnapshot(const std::string& query, in GetSnapshot() function in base::StatisticsRecorder
Dhistogram.h722 static void GetSnapshot(const std::string& query, Histograms* snapshot);