Lines Matching refs:opcode
220 virtual Opcode opcode() const { return HValue::k##type; }553 enum Opcode {560 virtual Opcode opcode() const = 0;564 bool Is##type() const { return opcode() == k##type; }567 bool IsPhi() const { return opcode() == kPhi; }2322 virtual Opcode opcode() const { return HValue::kPhi; }