Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-profiler.cc109 void HeapProfiler::StopHeapObjectsTracking() { in StopHeapObjectsTracking() function in v8::internal::HeapProfiler
110 ids_->StopHeapObjectsTracking(); in StopHeapObjectsTracking()
Dheap-profiler.h34 void StopHeapObjectsTracking();
Dheap-snapshot-generator.h220 void StopHeapObjectsTracking();
Dheap-snapshot-generator.cc477 void HeapObjectsMap::StopHeapObjectsTracking() { in StopHeapObjectsTracking() function in v8::internal::HeapObjectsMap
Dapi.cc7393 reinterpret_cast<i::HeapProfiler*>(this)->StopHeapObjectsTracking(); in StopTrackingHeapObjects()
/external/v8/test/cctest/
Dcctest.h538 heap_profiler_->StopHeapObjectsTracking(); in ~HeapObjectsTracker()