Lines Matching refs:startNode
568 const v8::CpuProfileNode* startNode = in TEST() local
570 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST()
573 GetChild(env->GetIsolate(), startNode, "foo"); in TEST()
646 const v8::CpuProfileNode* startNode = in TEST() local
648 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST()
650 GetChild(env->GetIsolate(), startNode, "foo"); in TEST()
738 const v8::CpuProfileNode* startNode = in TEST() local
742 if (startNode && startNode->GetChildrenCount() > 0) { in TEST()
743 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST()
745 GetChild(env->GetIsolate(), startNode, "delay"); in TEST()
849 const v8::CpuProfileNode* startNode = in TEST() local
851 GetChild(isolate, startNode, "get foo"); in TEST()
852 GetChild(isolate, startNode, "set foo"); in TEST()
906 const v8::CpuProfileNode* startNode = in TEST() local
908 GetChild(isolate, startNode, "get foo"); in TEST()
909 GetChild(isolate, startNode, "set foo"); in TEST()
960 const v8::CpuProfileNode* startNode = in TEST() local
962 GetChild(isolate, startNode, "fooMethod"); in TEST()
1018 const v8::CpuProfileNode* startNode = in TEST() local
1020 GetChild(isolate, startNode, "fooMethod"); in TEST()
1059 const v8::CpuProfileNode* startNode = in TEST() local
1061 GetChild(env->GetIsolate(), startNode, "foo"); in TEST()
1128 const v8::CpuProfileNode* startNode = in TEST() local
1130 CHECK(is_gc_stress_testing || startNode); in TEST()
1131 if (startNode) { in TEST()
1135 CheckChildrenNames(startNode, names); in TEST()
1205 const v8::CpuProfileNode* startNode = in TEST() local
1207 if (startNode) { in TEST()
1213 CheckChildrenNames(startNode, names); in TEST()
1217 FindChild(env->GetIsolate(), startNode, "test"); in TEST()
1229 FindChild(env->GetIsolate(), startNode, in TEST()
1365 const v8::CpuProfileNode* startNode = in TEST() local
1367 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST()
1369 GetChild(env->GetIsolate(), startNode, "CallJsFunction"); in TEST()
1433 const v8::CpuProfileNode* startNode = in TEST() local
1435 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST()
1437 GetChild(env->GetIsolate(), startNode, "CallJsFunction"); in TEST()
1519 const v8::CpuProfileNode* startNode = in TEST() local
1521 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST()
1523 GetChild(env->GetIsolate(), startNode, "CallJsFunction1"); in TEST()