Home | History | Annotate | Download | only in compiler

Lines Matching defs:in

3 // found in the LICENSE file.
71 // TODO(titzer): make calls to NewNumber work in cctests.
81 // TODO(titzer): we wrap the code in a JSFunction here to reuse the
170 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call
189 t.Call(*src_map, *dst); // TODO(titzer): raw pointers in call
205 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call
225 Object* result = t.Call(*src, *dst); // TODO(titzer): raw pointers in call
278 // TODO(titzer): raw pointers in call
427 // Create and run code that copies the element in either {untagged_array}
431 // a constant in the code.
448 // Create and run code that copies the field in either {untagged_array}
664 // Fills in most of the nodes of the graph in order to make tests shorter.
1163 Node* in = t.ExampleWithOutput(from);
1164 NodeProperties::SetType(in, type);
1165 Node* use = t.Use(in, to);
1169 CHECK_EQ(in, use->InputAt(0)->InputAt(0));