Searched refs:FindHeapSnapshot (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1624 static const v8::HeapSnapshot* FindHeapSnapshot(v8::HeapProfiler* profiler, in FindHeapSnapshot() function 1649 CHECK_EQ(s1, FindHeapSnapshot(heap_profiler, uid1)); in TEST() 1652 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid1)); in TEST() 1660 CHECK_EQ(s2, FindHeapSnapshot(heap_profiler, uid2)); in TEST() 1667 CHECK_EQ(s3, FindHeapSnapshot(heap_profiler, uid3)); in TEST() 1670 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid2)); in TEST() 1671 CHECK_EQ(s3, FindHeapSnapshot(heap_profiler, uid3)); in TEST() 1674 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid3)); in TEST()
|