Lines Matching defs:Opcode
165 virtual Opcode opcode() const V8_FINAL V8_OVERRIDE { \
200 enum Opcode {
208 virtual Opcode opcode() const = 0;
212 bool Is##type() const { return opcode() == k##type; }
217 // an opcode.
1476 virtual Opcode opcode() const V8_OVERRIDE {
1504 virtual Opcode opcode() const V8_FINAL { return LInstruction::kArithmeticT; }