Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1864 DexContainer::Section* const data_section = container->GetDataSection(); in OutputDexFile() local
1865 if (!new_file->WriteFully(data_section->Begin(), data_section->Size())) { in OutputDexFile()
1947 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile() local
1949 << main_section->Size() << " " << data_section->Size(); in ProcessDexFile()
1954 data_section->Begin(), in ProcessDexFile()
1955 data_section->Size(), in ProcessDexFile()