Searched refs:PickChild (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-profile-generator.cc749 static const ProfileNode* PickChild(const ProfileNode* parent, function
795 current = PickChild(current, "(anonymous function)");
797 current = PickChild(current, "a");
799 current = PickChild(current, "b");
801 current = PickChild(current, "c");
806 current = PickChild(current, "startProfiling");

Completed in 604 milliseconds