Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:to_

3995   InstanceType to() { return to_; }
4009 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4011 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4016 InstanceType to_; // Inclusive range, not all combinations work.