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

  /external/v8/src/
heap-profiler.h 79 HeapSnapshot* TakeSnapshotImpl(const char* name,
82 HeapSnapshot* TakeSnapshotImpl(String* name,
heap-profiler.cc 73 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
83 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
108 HeapSnapshot* HeapProfiler::TakeSnapshotImpl(const char* name,
133 HeapSnapshot* HeapProfiler::TakeSnapshotImpl(String* name,
136 return TakeSnapshotImpl(snapshots_->names()->GetName(name), type, control);

Completed in 66 milliseconds