Home | History | Annotate | Download | only in compiler

Lines Matching defs:in

3 // found in the LICENSE file.
60 // TODO(titzer): these result in a stub call that doesn't work on ARM64.
140 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call
160 t.Call(*src_map, *dst); // TODO(titzer): raw pointers in call
178 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call
199 Object* result = t.Call(*src, *dst); // TODO(titzer): raw pointers in call
259 // TODO(titzer): raw pointers in call
419 // Create and run code that copies the element in either {untagged_array}
423 // a constant in the code.
444 // Create and run code that copies the field in either {untagged_array}
635 // Fills in most of the nodes of the graph in order to make tests shorter.
1150 Node* in = t.ExampleWithOutput(from);
1151 Node* use = t.Use(in, to);
1155 CHECK_EQ(in, use->InputAt(0)->InputAt(0));
1529 // representation change in loading float32s. Fix when float32 is fully