Searched defs:dbg_annotation (Results 1 – 5 of 5) sorted by relevance
34 bool DebugInfoEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()
618 virtual bool Visit(lir::DbgInfoAnnotation* dbg_annotation) override { in Visit()
563 bool BytecodeEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()
60 …bool Visit(DbgInfoAnnotation* dbg_annotation) override { return HandleAnnotation(dbg_annotation); } in Visit()
90 virtual bool Visit(DbgInfoAnnotation* dbg_annotation) { return false; } in Visit()