Lines Matching defs:opcode
201 static inline Instruction OpNoArgs(Op opcode) { in OpNoArgs()
206 static inline Instruction OpWithArgs(Op opcode, std::optional<const Value> dest, in OpWithArgs()
290 Op opcode() const { return opcode_; } in opcode() function
297 inline Instruction(Op opcode, size_t index_argument, std::optional<const Value> dest) in Instruction()
305 inline Instruction(Op opcode, size_t index_argument, bool result_is_object, in Instruction()
382 inline uint8_t ToBits(::dex::Opcode opcode) { in ToBits()
387 inline void Encode10x(::dex::Opcode opcode) { in Encode10x()
393 inline void Encode11x(::dex::Opcode opcode, uint8_t a) { in Encode11x()
398 inline void Encode11n(::dex::Opcode opcode, uint8_t a, int8_t b) { in Encode11n()
409 inline void Encode21c(::dex::Opcode opcode, uint8_t a, uint16_t b) { in Encode21c()
415 inline void Encode22c(::dex::Opcode opcode, uint8_t a, uint8_t b, uint16_t c) { in Encode22c()
423 inline void Encode32x(::dex::Opcode opcode, uint16_t a, uint16_t b) { in Encode32x()
429 inline void Encode35c(::dex::Opcode opcode, size_t a, uint16_t b, uint8_t c, uint8_t d, in Encode35c()
444 inline void Encode3rc(::dex::Opcode opcode, size_t a, uint16_t b, uint16_t c) { in Encode3rc()