Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1852 DexContainer::Section* const data_section = container->GetDataSection(); in OutputDexFile() local
1853 if (!new_file->WriteFully(data_section->Begin(), data_section->Size())) { in OutputDexFile()
1935 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile() local
1937 << main_section->Size() << " " << data_section->Size(); in ProcessDexFile()
1942 data_section->Begin(), in ProcessDexFile()
1943 data_section->Size(), in ProcessDexFile()