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.cc2189 const v8::HeapGraphNode* strong_roots = GetNode( in TEST() local
2191 CHECK(strong_roots); in TEST()
2192 for (int i = 0; i < strong_roots->GetChildrenCount(); ++i) { in TEST()
2193 const v8::HeapGraphEdge* edge = strong_roots->GetChild(i); in TEST()