Home | History | Annotate | Download | only in arm

Lines Matching defs:Opcode

168   virtual Opcode opcode() const V8_FINAL V8_OVERRIDE {                      \
203 enum Opcode {
211 virtual Opcode opcode() const = 0;
215 bool Is##type() const { return opcode() == k##type; }
220 // an opcode.
1513 virtual Opcode opcode() const V8_OVERRIDE {
1541 virtual Opcode opcode() const V8_OVERRIDE {