Home
last modified time | relevance | path

Searched refs:WriteDebugInfo (Results 1 – 8 of 8) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.cc39 void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, in WriteDebugInfo() function
124 WriteDebugInfo(builder.get(), in WriteDebugElfFileForMethodsInternal()
203 template void WriteDebugInfo<ElfTypes32>(
208 template void WriteDebugInfo<ElfTypes64>(
Delf_debug_writer.h37 void WriteDebugInfo(
/art/compiler/
Delf_writer.h66 virtual void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) = 0;
Delf_writer_quick.cc107 void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) OVERRIDE;
255 void ElfWriterQuick<ElfTypes>::WriteDebugInfo( in WriteDebugInfo() function in art::ElfWriterQuick
260 debug::WriteDebugInfo(builder_.get(), method_infos, kCFIFormat, true /* write_oat_patches */); in WriteDebugInfo()
Dimage_test.h339 elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo()); in Compile()
Doat_test.cc254 elf_writer->WriteDebugInfo(oat_writer.GetMethodDebugInfo()); in DoWriteElf()
/art/dex2oat/
Ddex2oat.cc2157 elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo()); in WriteOutputFiles()
/art/oatdump/
Doatdump.cc184 debug::WriteDebugInfo(builder_.get(), in Symbolize()