Home
last modified time | relevance | path

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

/aosp_15_r20/tools/dexter/slicer/
H A Ddebuginfo_encoder.cc34 bool DebugInfoEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()
H A Dinstrumentation.cc618 virtual bool Visit(lir::DbgInfoAnnotation* dbg_annotation) override { in Visit()
H A Dbytecode_encoder.cc563 bool BytecodeEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dcontrol_flow_graph.h60 …bool Visit(DbgInfoAnnotation* dbg_annotation) override { return HandleAnnotation(dbg_annotation); } in Visit()
H A Dcode_ir.h91 virtual bool Visit(DbgInfoAnnotation* dbg_annotation) { return false; } in Visit()