Home | History | Annotate | Download | only in ia32

Lines Matching full:opcode

195   virtual Opcode opcode() const V8_FINAL V8_OVERRIDE {                      \
230 enum Opcode {
238 virtual Opcode opcode() const = 0;
242 bool Is##type() const { return opcode() == k##type; }
247 // an opcode.
1477 virtual Opcode opcode() const V8_OVERRIDE {
1504 virtual Opcode opcode() const V8_OVERRIDE {