Searched refs:debug_info_ (Results 1 – 3 of 3) sorted by relevance
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 57 debug_info_(debug_info) { in DebugInfoTask() 67 debug_info_); in Run() 81 const debug::DebugInfo& debug_info_; member in art::linker::DebugInfoTask
|
/art/dexlayout/ |
D | dex_ir.h | 1049 debug_info_(debug_info), in CodeItem() 1061 DebugInfoItem* DebugInfo() const { return debug_info_; } in DebugInfo() 1081 DebugInfoItem* debug_info_; // This can be nullptr. variable 1094 : debug_info_size_(debug_info_size), debug_info_(debug_info) { } in DebugInfoItem() 1097 uint8_t* GetDebugInfo() const { return debug_info_.get(); } in GetDebugInfo() 1101 std::unique_ptr<uint8_t[]> debug_info_; variable
|
/art/libelffile/elf/ |
D | elf_builder.h | 478 debug_info_(this, ".debug_info", SHT_PROGBITS, 0, nullptr, 0, 1, 0), in ElfBuilder() 509 Section* GetDebugInfo() { return &debug_info_; } in GetDebugInfo() 978 Section debug_info_; variable
|