Searched refs:GetMethodDebugInfo (Results 1 – 3 of 3) sorted by relevance
193 if (!oat_writer->GetMethodDebugInfo().empty()) { in Write()254 const std::vector<OatWriter::DebugInfo>& method_info = oat_writer->GetMethodDebugInfo(); in WriteDebugSymbols()
176 const auto& method_infos = oat_writer->GetMethodDebugInfo(); in WriteCFISection()245 const std::vector<OatWriter::DebugInfo>& method_infos = oat_writer->GetMethodDebugInfo(); in WriteDebugSections()
126 const std::vector<DebugInfo>& GetMethodDebugInfo() const { in GetMethodDebugInfo() function