Home
last modified time | relevance | path

Searched defs:DbgInfoAnnotation (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dcode_ir.h413 struct DbgInfoAnnotation : public Instruction { struct
417 explicit DbgInfoAnnotation(dex::u1 dbg_opcode) : dbg_opcode(dbg_opcode) {} in DbgInfoAnnotation() argument
420 T* CastOperand(int index) const { in CastOperand()
424 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()