Home
last modified time | relevance | path

Searched refs:node0 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dgraph-reducer-unittest.cc79 Node* node0 = graph()->NewNode(&OP0); in TEST_F() local
80 Node* node1 = graph()->NewNode(&OP1, node0); in TEST_F()
81 Node* node2 = graph()->NewNode(&OP1, node0); in TEST_F()
84 EXPECT_FALSE(node0->IsDead()); in TEST_F()
92 Node* node0 = graph()->NewNode(&OP0); in TEST_F() local
93 EXPECT_CALL(r1, Reduce(node0)); in TEST_F()
94 EXPECT_CALL(r2, Reduce(node0)); in TEST_F()
95 ReduceNode(node0, &r1, &r2); in TEST_F()
102 Node* node0 = graph()->NewNode(&OP0); in TEST_F() local
103 EXPECT_CALL(r1, Reduce(node0)); in TEST_F()
[all …]
Djs-inlining.cc355 Node* node0 = jsgraph_->graph()->NewNode(op0); in CreateArgumentsAdaptorFrameState() local
365 return jsgraph_->graph()->NewNode(op, params_node, node0, node0, in CreateArgumentsAdaptorFrameState()
/external/freetype/src/cache/
Dftccache.c224 ftc_node_hash_unlink( FTC_Node node0, in ftc_node_hash_unlink() argument
227 FTC_Node *pnode = FTC_NODE__TOP_FOR_HASH( cache, node0->hash ); in ftc_node_hash_unlink()
241 if ( node == node0 ) in ftc_node_hash_unlink()
247 *pnode = node0->link; in ftc_node_hash_unlink()
248 node0->link = NULL; in ftc_node_hash_unlink()
/external/zopfli/src/zopfli/
Dkatajainen.c148 Node* node0 = GetFreeNode(0, maxbits, pool); in InitLists() local
150 InitNode(leaves[0].weight, 1, 0, node0); in InitLists()
153 lists[i][0] = node0; in InitLists()