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