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

/external/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc224 Node* other_use = local
229 value_use, other_use, param_context, t.jsgraph()->EmptyFrameState(),
253 CHECK_EQ(other_load, other_use->InputAt(0));
H A Dtest-js-typed-lowering.cc1211 Node* other_use = R.Binop(R.simplified.NumberAdd(), add_node, one); local
1219 CHECK_EQ(add_node, other_use->InputAt(0));
1220 CHECK_EQ(one, other_use->InputAt(1));

Completed in 110 milliseconds