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

/art/compiler/debug/
H A Delf_debug_writer.h37 void WriteDebugInfo(
H A Delf_debug_writer.cc38 void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, function in namespace:art::debug
123 WriteDebugInfo(builder.get(),
202 template void WriteDebugInfo<ElfTypes32>(
207 template void WriteDebugInfo<ElfTypes64>(
/art/compiler/
H A Delf_writer.h62 virtual void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) = 0;
H A Delf_writer_quick.cc103 void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) OVERRIDE;
239 void ElfWriterQuick<ElfTypes>::WriteDebugInfo( function in class:art::ElfWriterQuick
244 debug::WriteDebugInfo(builder_.get(), method_infos, kCFIFormat, true /* write_oat_patches */);
H A Dimage_test.cc164 elf_writer->WriteDebugInfo(oat_writer.GetMethodDebugInfo());
H A Doat_test.cc227 elf_writer->WriteDebugInfo(oat_writer.GetMethodDebugInfo());
/art/dex2oat/
H A Ddex2oat.cc1735 elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo());
/art/oatdump/
H A Doatdump.cc162 debug::WriteDebugInfo(builder_.get(),

Completed in 156 milliseconds