Home
last modified time | relevance | path

Searched defs:WriteDebugInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/
H A Delf_writer_quick.cc273 void ElfWriterQuick<ElfTypes>::WriteDebugInfo(const debug::DebugInfo& debug_info) { in WriteDebugInfo() function in art::linker::ElfWriterQuick
/aosp_15_r20/art/compiler/debug/
H A Delf_debug_writer.cc47 void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, in WriteDebugInfo() function
/aosp_15_r20/tools/dexter/slicer/
H A Dwriter.cc784 dex::u4 Writer::WriteDebugInfo(const ir::DebugInfo* ir_debug_info) { in WriteDebugInfo() function in dex::Writer