Home | History | Annotate | Download | only in DartARM32

Lines Matching defs:type_

122   Operand() : type_(-1), encoding_(-1) { }
126 : ValueObject(), type_(other.type_), encoding_(other.encoding_) { }
130 type_ = other.type_;
140 type_ = 1;
148 type_ = 1;
155 type_ = 0;
163 type_ = 0;
172 type_ = 0;
182 o->type_ = 1;
190 o->type_ = 1;
200 bool is_valid() const { return (type_ == 0) || (type_ == 1); }
204 return type_;
212 uint32_t type_; // Encodes the type field (bits 27-25) in the instruction.