Searched refs:DbgInfoAnnotation (Results 1 – 10 of 10) sorted by relevance
129 auto annotation = Alloc<DbgInfoAnnotation>(dex::DBG_SET_FILE); in DissasembleDebugInfo()138 auto annotation = Alloc<DbgInfoAnnotation>(dex::DBG_ADVANCE_LINE); in DissasembleDebugInfo()148 DbgInfoAnnotation* annotation = nullptr; in DissasembleDebugInfo()163 annotation = Alloc<DbgInfoAnnotation>(opcode); in DissasembleDebugInfo()178 annotation = Alloc<DbgInfoAnnotation>(opcode); in DissasembleDebugInfo()198 annotation = Alloc<DbgInfoAnnotation>(opcode); in DissasembleDebugInfo()204 annotation = Alloc<DbgInfoAnnotation>(opcode); in DissasembleDebugInfo()208 annotation = Alloc<DbgInfoAnnotation>(opcode); in DissasembleDebugInfo()212 annotation = Alloc<DbgInfoAnnotation>(opcode); in DissasembleDebugInfo()227 annotation = Alloc<DbgInfoAnnotation>(dex::DBG_ADVANCE_LINE); in DissasembleDebugInfo()
31 bool DebugInfoEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()
531 virtual bool Visit(lir::DbgInfoAnnotation* dbg_annotation) override { in Visit()
512 bool BytecodeEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()
71 struct DbgInfoAnnotation;89 virtual bool Visit(DbgInfoAnnotation* dbg_annotation) { return false; } in Visit()381 struct DbgInfoAnnotation : public Instruction { struct385 explicit DbgInfoAnnotation(dex::u1 dbg_opcode) : dbg_opcode(dbg_opcode) {} in DbgInfoAnnotation() function
33 virtual bool Visit(DbgInfoAnnotation* dbg_annotation) override;
48 virtual bool Visit(DbgInfoAnnotation* dbg_annotation) override;
60 …bool Visit(DbgInfoAnnotation* dbg_annotation) override { return HandleAnnotation(dbg_annotation); } in Visit()
51 virtual bool Visit(lir::DbgInfoAnnotation* dbg_annotation) override;
268 bool PrintCodeIrVisitor::Visit(lir::DbgInfoAnnotation* annotation) { in Visit()