Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-heap-profiler.cc1108 const int nodes_count = snapshot->GetNodesCount(); in TEST() local
1110 for (int i = 0; i < nodes_count; ++i) { in TEST()