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