Home
last modified time | relevance | path

Searched refs:DebugInfoEncoder (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddebuginfo_encoder.h30 class DebugInfoEncoder : public Visitor {
36 explicit DebugInfoEncoder(const InstructionsList& instructions) in DebugInfoEncoder() function
40 ~DebugInfoEncoder() = default;
/tools/dexter/slicer/
Ddebuginfo_encoder.cc25 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()
Dcode_ir.cc50 DebugInfoEncoder dbginfo_encoder(instructions); in Assemble()