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

/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1624 static const v8::HeapSnapshot* FindHeapSnapshot(v8::HeapProfiler* profiler, function
1649 CHECK_EQ(s1, FindHeapSnapshot(heap_profiler, uid1));
1652 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid1));
1660 CHECK_EQ(s2, FindHeapSnapshot(heap_profiler, uid2));
1667 CHECK_EQ(s3, FindHeapSnapshot(heap_profiler, uid3));
1670 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid2));
1671 CHECK_EQ(s3, FindHeapSnapshot(heap_profiler, uid3));
1674 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid3));

Completed in 188 milliseconds