Searched refs:data_section (Results 1 – 1 of 1) sorted by relevance
1864 DexContainer::Section* const data_section = container->GetDataSection(); in OutputDexFile() local1865 if (!new_file->WriteFully(data_section->Begin(), data_section->Size())) { in OutputDexFile()1947 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile() local1949 << main_section->Size() << " " << data_section->Size(); in ProcessDexFile()1954 data_section->Begin(), in ProcessDexFile()1955 data_section->Size(), in ProcessDexFile()