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

  /external/v8/src/
heap-profiler.h 61 static HeapSnapshot* GetSnapshot(int index);
heap-profiler.cc 147 HeapSnapshot* HeapProfiler::GetSnapshot(int index) {
157 return profiler->snapshots_->GetSnapshot(uid);
profile-generator.h 760 HeapSnapshot* GetSnapshot(unsigned uid);
    [all...]
profile-generator.cc     [all...]
api.cc     [all...]
  /external/v8/include/
v8-profiler.h 402 static const HeapSnapshot* GetSnapshot(int index);
  /external/chromium/base/metrics/
histogram.cc     [all...]
histogram.h 718 // GetSnapshot copies some of the pointers to registered histograms into the
722 static void GetSnapshot(const std::string& query, Histograms* snapshot);

Completed in 145 milliseconds