Searched refs:DebugInfoEncoder (Results 1 – 3 of 3) sorted by relevance
30 class DebugInfoEncoder : public Visitor {36 explicit DebugInfoEncoder(const InstructionsList& instructions) in DebugInfoEncoder() function40 ~DebugInfoEncoder() = default;
25 bool DebugInfoEncoder::Visit(DbgInfoHeader* dbg_header) { in Visit()31 bool DebugInfoEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()121 void DebugInfoEncoder::Encode(ir::EncodedMethod* ir_method, std::shared_ptr<ir::DexFile> dex_ir) { in Encode()
50 DebugInfoEncoder dbginfo_encoder(instructions); in Assemble()