HomeSort by relevance Sort by last modified time
    Searched defs:WriteDebugInfo (Results 1 - 2 of 2) sorted by null

  /art/compiler/debug/
elf_debug_writer.cc 38 void WriteDebugInfo(ElfBuilder<ElfTypes>* builder,
123 WriteDebugInfo(builder.get(),
202 template void WriteDebugInfo<ElfTypes32>(
207 template void WriteDebugInfo<ElfTypes64>(
  /art/compiler/
elf_writer_quick.cc 107 void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) OVERRIDE;
252 void ElfWriterQuick<ElfTypes>::WriteDebugInfo(
257 debug::WriteDebugInfo(builder_.get(), method_infos, kCFIFormat, true /* write_oat_patches */);

Completed in 295 milliseconds