Home
last modified time | relevance | path

Searched refs:DeleteAllHeapSnapshots (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8-profiler.h528 void DeleteAllHeapSnapshots();
/external/v8/test/cctest/
Dtest-heap-profiler.cc418 heap_profiler->DeleteAllHeapSnapshots(); in TEST()
459 heap_profiler->DeleteAllHeapSnapshots(); in TEST()
1624 TEST(DeleteAllHeapSnapshots) { in TEST() argument
1630 heap_profiler->DeleteAllHeapSnapshots(); in TEST()
1634 heap_profiler->DeleteAllHeapSnapshots(); in TEST()
1639 heap_profiler->DeleteAllHeapSnapshots(); in TEST()
/external/v8/src/
Dapi.cc8281 void HeapProfiler::DeleteAllHeapSnapshots() { in DeleteAllHeapSnapshots() function in v8::HeapProfiler