Home
last modified time | relevance | path

Searched refs:GetDex (Results 1 – 4 of 4) sorted by relevance

/art/compiler/debug/
Delf_symtab_writer.h104 if (!debug_info.dex_files.empty() && builder->GetDex()->Exists()) { in WriteDebugSymbols()
105 auto dex = builder->GetDex(); in WriteDebugSymbols()
Delf_debug_writer.cc132 builder->GetDex()->AllocateVirtualMemory(dex_section_address, dex_section_size); in MakeMiniDebugInfoInternal()
/art/dex2oat/linker/
Delf_writer_quick.cc257 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0, in PrepareDebugInfo()
/art/libelffile/elf/
Delf_builder.h494 Section* GetDex() { return &dex_; } in GetDex() function