Home
last modified time | relevance | path

Searched refs:StopHeapObjectsTracking (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc151 void HeapProfiler::StopHeapObjectsTracking() { in StopHeapObjectsTracking() function in v8::internal::HeapProfiler
152 ids_->StopHeapObjectsTracking(); in StopHeapObjectsTracking()
Dheap-profiler.h46 void StopHeapObjectsTracking();
Dheap-snapshot-generator.h316 void StopHeapObjectsTracking();
Dheap-snapshot-generator.cc618 void HeapObjectsMap::StopHeapObjectsTracking() { time_intervals_.clear(); } in StopHeapObjectsTracking() function in v8::internal::HeapObjectsMap
/third_party/node/deps/v8/src/api/
Dapi.cc10233 reinterpret_cast<i::HeapProfiler*>(this)->StopHeapObjectsTracking(); in StopTrackingHeapObjects()