Home | History | Annotate | Download | only in compiler

Lines Matching refs:inputs

1669     Node* inputs[] = {stub_code,   receiver, name_node,   value,  slot_node,
1673 graph()->NewNode(common()->Call(desc), arraysize(inputs), inputs);
2107 Node* inputs[11] = {
2110 inputs[index++] = context;
2111 inputs[index++] = frame_state;
2112 inputs[index++] = effect;
2113 inputs[index++] = control;
2117 inputs[6] = value;
2122 graph()->NewNode(common()->Call(call_descriptor), index, inputs);