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

  /art/compiler/debug/
elf_debug_writer.cc 40 void WriteDebugInfo(linker::ElfBuilder<ElfTypes>* builder,
180 WriteDebugInfo(builder.get(),
237 template void WriteDebugInfo<ElfTypes32>(
242 template void WriteDebugInfo<ElfTypes64>(
  /art/dex2oat/linker/
elf_writer_quick.cc 118 void WriteDebugInfo(const debug::DebugInfo& debug_info) OVERRIDE;
272 void ElfWriterQuick<ElfTypes>::WriteDebugInfo(const debug::DebugInfo& debug_info) {
276 debug::WriteDebugInfo(builder_.get(), debug_info, kCFIFormat, true /* write_oat_patches */);
  /tools/dexter/slicer/
writer.cc 505 offset = WriteDebugInfo(ir_node.get());
742 dex::u4 Writer::WriteDebugInfo(const ir::DebugInfo* ir_debug_info) {
    [all...]

Completed in 443 milliseconds