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

/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc596 static const ProfileNode* PickChild(const ProfileNode* parent, function
640 current = PickChild(current, "(anonymous function)");
642 current = PickChild(current, "a");
644 current = PickChild(current, "b");
646 current = PickChild(current, "c");
651 current = PickChild(current, "startProfiling");
675 static const v8::CpuProfileNode* PickChild(const v8::CpuProfileNode* parent, function
720 current = PickChild(current, i::ProfileGenerator::kAnonymousFunctionName);
723 current = PickChild(current, "b");
727 current = PickChild(curren
[all...]
/external/v8/test/cctest/
H A Dtest-profile-generator.cc746 static const ProfileNode* PickChild(const ProfileNode* parent, function
792 current = PickChild(current, "(anonymous function)");
794 current = PickChild(current, "a");
796 current = PickChild(current, "b");
798 current = PickChild(current, "c");
803 current = PickChild(current, "startProfiling");

Completed in 110 milliseconds