Searched defs:func_node (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc1148 ProfileNode* func_node = root->FindChild(func_entry); local
1149 CHECK(func_node);
1154 for (int i = 0; i < hit_count; i++) func_node->IncrementLineTicks(hit_line);
1156 unsigned int line_count = func_node->GetHitLineCount();
1159 CHECK(func_node->GetLineTicks(&entries[0], line_count));

Completed in 114 milliseconds