Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc193 if (!oat_writer->GetMethodDebugInfo().empty()) { in Write()
254 const std::vector<OatWriter::DebugInfo>& method_info = oat_writer->GetMethodDebugInfo(); in WriteDebugSymbols()
Delf_writer_debug.cc176 const auto& method_infos = oat_writer->GetMethodDebugInfo(); in WriteCFISection()
245 const std::vector<OatWriter::DebugInfo>& method_infos = oat_writer->GetMethodDebugInfo(); in WriteDebugSections()
Doat_writer.h126 const std::vector<DebugInfo>& GetMethodDebugInfo() const { in GetMethodDebugInfo() function