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