Searched refs:TakeSnapshotImpl (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dheap-profiler.h90 HeapSnapshot* TakeSnapshotImpl(const char* name,
93 HeapSnapshot* TakeSnapshotImpl(String* name,
H A Dheap-profiler.cc363 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
373 return Isolate::Current()->heap_profiler()->TakeSnapshotImpl(name,
398 HeapSnapshot* HeapProfiler::TakeSnapshotImpl(const char* name, function in class:v8::internal::HeapProfiler
432 HeapSnapshot* HeapProfiler::TakeSnapshotImpl(String* name, function in class:v8::internal::HeapProfiler
435 return TakeSnapshotImpl(snapshots_->names()->GetName(name), type, control);

Completed in 47 milliseconds