Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-heap-profiler.cc2135 const v8::HeapGraphNode* strong_roots = GetNode( in TEST() local
2137 CHECK_NE(NULL, strong_roots); in TEST()
2138 for (int i = 0; i < strong_roots->GetChildrenCount(); ++i) { in TEST()
2139 const v8::HeapGraphEdge* edge = strong_roots->GetChild(i); in TEST()