Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.h36 void StopSamplingHeapProfiler();
Dheap-profiler.cc99 void HeapProfiler::StopSamplingHeapProfiler() { in StopSamplingHeapProfiler() function in v8::internal::HeapProfiler
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc207 if (profiler) profiler->StopSamplingHeapProfiler(); in disable()
370 profiler->StopSamplingHeapProfiler(); in stopSampling()
/external/v8/include/
Dv8-profiler.h764 void StopSamplingHeapProfiler();
/external/v8/src/
Dapi.cc9530 void HeapProfiler::StopSamplingHeapProfiler() { in StopSamplingHeapProfiler() function in v8::HeapProfiler
9531 reinterpret_cast<i::HeapProfiler*>(this)->StopSamplingHeapProfiler(); in StopSamplingHeapProfiler()