Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetChild

442     v8::Handle<v8::String> name = node->GetChild(i)->GetFunctionName();
447 CHECK_NE(name, node->GetChild(j)->GetFunctionName());
459 const v8::CpuProfileNode* child = node->GetChild(i);
466 GetChild(v8::Isolate* isolate,
473 "Failed to GetChild: %s", name);
485 node = GetChild(isolate, node, name);
569 GetChild(env->GetIsolate(), root, "start");
573 GetChild(env->GetIsolate(), startNode, "foo");
647 GetChild(env->GetIsolate(), root, "start");
650 GetChild(env->GetIsolate(), startNode, "foo");
745 GetChild(env->GetIsolate(), startNode, "delay");
748 GetChild(env->GetIsolate(), delayNode, "loop");
850 GetChild(isolate, root, "start");
851 GetChild(isolate, startNode, "get foo");
852 GetChild(isolate, startNode, "set foo");
907 GetChild(isolate, root, "start");
908 GetChild(isolate, startNode, "get foo");
909 GetChild(isolate, startNode, "set foo");
961 GetChild(isolate, root, "start");
962 GetChild(isolate, startNode, "fooMethod");
1017 GetChild(isolate, root, "start");
1019 GetChild(isolate, root, "start");
1020 GetChild(isolate, startNode, "fooMethod");
1060 GetChild(env->GetIsolate(), root, "start");
1061 GetChild(env->GetIsolate(), startNode, "foo");
1234 GetChild(env->GetIsolate(), unresolvedNode, "apply");
1296 GetChild(env->GetIsolate(), root, "start");
1298 node = GetChild(env->GetIsolate(), node, "foo");
1366 GetChild(env->GetIsolate(), root, "start");
1369 GetChild(env->GetIsolate(), startNode, "CallJsFunction");
1373 GetChild(env->GetIsolate(), nativeFunctionNode, "bar");
1376 GetChild(env->GetIsolate(), barNode, "foo");
1434 GetChild(env->GetIsolate(), root, "start");
1437 GetChild(env->GetIsolate(), startNode, "CallJsFunction");
1441 GetChild(env->GetIsolate(), nativeFunctionNode, "bar");
1448 GetChild(env->GetIsolate(), barNode, "foo");
1520 GetChild(env->GetIsolate(), root, "start");
1523 GetChild(env->GetIsolate(), startNode, "CallJsFunction1");
1527 GetChild(env->GetIsolate(), nativeNode1, "bar");
1531 GetChild(env->GetIsolate(), barNode, "CallJsFunction2");
1534 GetChild(env->GetIsolate(), nativeNode2, "foo");
1583 GetChild(env->GetIsolate(), root, ProfileGenerator::kProgramEntryName);
1588 GetChild(env->GetIsolate(), root, ProfileGenerator::kIdleEntryName);
1637 const v8::CpuProfileNode* script = GetChild(env->GetIsolate(), root, "");
1640 const v8::CpuProfileNode* baz = GetChild(env->GetIsolate(), script, "baz");
1643 const v8::CpuProfileNode* foo = GetChild(env->GetIsolate(), baz, "foo");
1646 const v8::CpuProfileNode* bar = GetChild(env->GetIsolate(), foo, "bar");