Searched defs:Bytecode (Results 1 – 1 of 1) sorted by relevance
300 struct Bytecode : public Instruction { struct301 dex::Opcode opcode = dex::OP_NOP;302 std::vector<Operand*> operands;305 T* CastOperand(int index) const { in CastOperand()309 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()