Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-heap-profiler.cc1644 static bool FindHeapSnapshot(v8::HeapProfiler* profiler, in FindHeapSnapshot() function
1664 CHECK(FindHeapSnapshot(heap_profiler, s1)); in TEST()
1667 CHECK(!FindHeapSnapshot(heap_profiler, s1)); in TEST()
1672 CHECK(FindHeapSnapshot(heap_profiler, s2)); in TEST()
1677 CHECK(FindHeapSnapshot(heap_profiler, s3)); in TEST()
1680 CHECK(!FindHeapSnapshot(heap_profiler, s2)); in TEST()
1681 CHECK(FindHeapSnapshot(heap_profiler, s3)); in TEST()
1684 CHECK(!FindHeapSnapshot(heap_profiler, s3)); in TEST()