Home | History | Annotate | Download | only in arm64

Lines Matching defs:Opcode

180   virtual Opcode opcode() const V8_FINAL V8_OVERRIDE {                      \
214 enum Opcode {
222 virtual Opcode opcode() const = 0;
226 bool Is##type() const { return opcode() == k##type; }
231 // an opcode.
698 virtual Opcode opcode() const V8_OVERRIDE {
726 virtual Opcode opcode() const V8_OVERRIDE {