Searched defs:DbgInfoAnnotation (Results 1 – 1 of 1) sorted by relevance
393 struct DbgInfoAnnotation : public Instruction { struct397 explicit DbgInfoAnnotation(dex::u1 dbg_opcode) : dbg_opcode(dbg_opcode) {} in DbgInfoAnnotation() argument400 T* CastOperand(int index) const { in CastOperand()404 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()