Home | History | Annotate | Download | only in src

Lines Matching defs:from_

4600   InstanceType from() { return from_; }
4615 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4617 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4621 InstanceType from_;