Searched refs:other_use (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc220 Node* other_use = local
223 Node* add = t.NewNode(t.javascript()->Add(), value_use, other_use,
242 CHECK_EQ(other_load, other_use->InputAt(0));
H A Dtest-js-typed-lowering.cc1316 Node* other_use = R.Binop(R.simplified.NumberAdd(), add_node, one); local
1325 CHECK_EQ(add_node, other_use->InputAt(0));
1326 CHECK_EQ(one, other_use->InputAt(1));

Completed in 1576 milliseconds