Home
last modified time | relevance | path

Searched refs:DebugInfo (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_writer_debug.cc183 for (const OatWriter::DebugInfo& mi : method_infos) { in WriteCFISection()
245 const std::vector<OatWriter::DebugInfo>& method_infos = oat_writer->GetMethodDebugInfo(); in WriteDebugSections()
259 std::vector<std::vector<const OatWriter::DebugInfo*>> compilation_units; in WriteDebugSections()
268 compilation_units.push_back(std::vector<const OatWriter::DebugInfo*>()); in WriteDebugSections()
335 for (const OatWriter::DebugInfo* mi : compilation_unit) { in WriteDebugSections()
Doat_writer.h114 struct DebugInfo { struct
126 const std::vector<DebugInfo>& GetMethodDebugInfo() const { in GetMethodDebugInfo() argument
261 std::vector<DebugInfo> method_info_;
Delf_writer_quick.cc254 const std::vector<OatWriter::DebugInfo>& method_info = oat_writer->GetMethodDebugInfo(); in WriteDebugSymbols()
Doat_writer.cc456 writer_->method_info_.push_back(DebugInfo { in VisitMethod()
/art/compiler/dwarf/
Ddwarf_test.cc282 TEST_F(DwarfTest, DebugInfo) { in TEST_F() argument