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

  /external/v8/src/
heap-profiler.h 76 unsigned next_snapshot_uid_; member in class:v8::internal::HeapProfiler
heap-profiler.cc 18 next_snapshot_uid_(1),
69 HeapSnapshot* result = new HeapSnapshot(this, name, next_snapshot_uid_++);

Completed in 423 milliseconds