Searched refs:GetDebugInfo (Results 1 – 7 of 7) sorted by relevance
70 builder_->GetDebugInfo()->Start(); in Start()74 builder_->GetDebugInfo()->End(); in End()284 owner_->builder_->GetDebugInfo()->WriteFully(buffer.data(), buffer.size()); in Write()448 owner_->builder_->GetDebugInfo()->WriteFully(buffer.data(), buffer.size()); in Write()
240 debug::DebugInfo GetDebugInfo() const;
344 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo()); in DoCompile()
242 elf_writer->WriteDebugInfo(oat_writer.GetDebugInfo()); in DoWriteElf()
4106 debug::DebugInfo OatWriter::GetDebugInfo() const { in GetDebugInfo() function in art::linker::OatWriter
511 Section* GetDebugInfo() { return &debug_info_; } in GetDebugInfo() function
2151 debug::DebugInfo debug_info = oat_writer->GetDebugInfo(); // Keep the variable alive. in WriteOutputFiles()2193 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo()); in WriteOutputFiles()