Searched refs:GetDex (Results 1 – 4 of 4) sorted by relevance
104 if (!debug_info.dex_files.empty() && builder->GetDex()->Exists()) { in WriteDebugSymbols()105 auto dex = builder->GetDex(); in WriteDebugSymbols()
131 builder->GetDex()->AllocateVirtualMemory(dex_section_address, dex_section_size); in MakeMiniDebugInfoInternal()
257 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0, in PrepareDebugInfo()
494 Section* GetDex() { return &dex_; } in GetDex() function