Searched refs:node3 (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/cctest/ |
D | test-profile-generator.cc | 150 ProfileNode* node3 = helper.Walk(&entry1, &entry2, &entry3); in TEST() local 151 CHECK(node3); in TEST() 152 CHECK_NE(node1, node3); in TEST() 153 CHECK_NE(node2, node3); in TEST() 154 CHECK_EQ(1u, node3->self_ticks()); in TEST() 159 CHECK_EQ(node3, helper.Walk(&entry1, &entry2, &entry3)); in TEST() 162 CHECK_EQ(2u, node3->self_ticks()); in TEST() 174 CHECK_EQ(node3, helper.Walk(&entry1, &entry2, &entry3)); in TEST() 175 CHECK_EQ(2u, node3->self_ticks()); in TEST() 178 CHECK_NE(node3, node4); in TEST() [all …]
|
/external/autotest/client/common_lib/ |
D | cartesian_config.py | 415 node3 = self._parse(cr, node2, prev_indent=indent) 416 node3.name = name.lstrip("@").split(".") 417 node3.dep = dep.replace(",", " ").split() 418 node3.append_to_shortname = not name.startswith("@") 420 node4.children += [node3] 421 node4.labels.update(node3.labels) 422 node4.labels.update(node3.name)
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | load.ll | 39 …i8] } { %struct.ListNode* bitcast ({ %struct.ListNode*, i32, [4 x i8] }* @node3 to %struct.ListNod… 40 @node3 = internal constant { %struct.ListNode*, i32, [4 x i8] } { %struct.ListNode* bitcast ({ %str…
|
/external/v8/test/cctest/compiler/ |
D | test-js-constant-cache.cc | 250 Node* node3 = T.Constant(heap); in TEST() local 252 CHECK_EQ(node1, node3); in TEST()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-reducer-unittest.cc | 741 Node* node3 = graph()->NewNode(machine()->Word32Or(), shl_r, shr_r); in TEST_F() local 742 Reduction reduction3 = Reduce(node3); in TEST_F() 744 EXPECT_EQ(reduction3.replacement(), node3); in TEST_F()
|