Home | History | Annotate | Download | only in compiler

Lines Matching defs:Constant

73   Node* Constant(int num) {
136 graph()->NewNode(common()->Branch(), Constant(0), control_);
211 Node* object1 = Constant(1);
213 Node* allocation = Allocate(Constant(kPointerSize));
232 Node* object1 = Constant(1);
233 Node* object2 = Constant(2);
235 Node* allocation = Allocate(Constant(kPointerSize));
258 Node* object1 = Constant(1);
260 Node* allocation = Allocate(Constant(kPointerSize));
280 Node* object1 = Constant(1);
283 Node* allocation1 = Allocate(Constant(kPointerSize));
288 Node* allocation2 = Allocate(Constant(kPointerSize));
308 Node* object1 = Constant(1);
309 Node* object2 = Constant(2);
311 Node* allocation = Allocate(Constant(kPointerSize));
341 Node* object1 = Constant(1);
342 Node* object2 = Constant(2);
345 Node* allocation = Allocate(Constant(kPointerSize));
373 Node* object1 = Constant(1);
374 Node* object2 = Constant(2);
376 Node* allocation = Allocate(Constant(kPointerSize));
380 Node* allocation2 = Allocate(Constant(kPointerSize));
408 Node* object1 = Constant(1);
409 Node* object2 = Constant(2);
410 Node* allocation = Allocate(Constant(kPointerSize));
433 Node* object1 = Constant(1);
435 Node* allocation = Allocate(Constant(kPointerSize));
472 Node* object1 = Constant(1);
474 Node* allocation = Allocate(Constant(kPointerSize * 2));