Searched refs:debug_info_ (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/dex2oat/linker/ |
H A 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
|
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | Idmap.h | 128 return debug_info_; in GetDebugInfo() 157 std::string debug_info_; variable
|
/aosp12/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | Idmap.cpp | 106 !ReadString(stream, &idmap_header->debug_info_)) { in FromBinaryStream() 351 header->debug_info_ = log_info.GetString(); in FromContainers()
|
/aosp12/art/dexlayout/ |
H A 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
|
/aosp12/art/libelffile/elf/ |
H A 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
|