Searched refs:main_section (Results 1 – 3 of 3) sorted by relevance
104 art::DexContainer::Section* main_section = dex_container->GetMainSection(); in Create() local106 data.insert(data.end(), main_section->Begin(), main_section->End()); in Create()
1858 DexContainer::Section* const main_section = container->GetMainSection(); in OutputDexFile() local1859 if (!new_file->WriteFully(main_section->Begin(), main_section->Size())) { in OutputDexFile()1946 DexContainer::Section* const main_section = (*dex_container)->GetMainSection(); in ProcessDexFile() local1948 DCHECK_EQ(file_size, main_section->Size()) in ProcessDexFile()1949 << main_section->Size() << " " << data_section->Size(); in ProcessDexFile()1952 main_section->Begin(), in ProcessDexFile()1953 main_section->Size(), in ProcessDexFile()
655 DexContainer::Section* main_section = dex_container->GetMainSection(); in Dump() local660 main_section->Begin(), in Dump()661 main_section->Size(), in Dump()