Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:main_section

1846     DexContainer::Section* const main_section = container->GetMainSection();
1847 if (!new_file->WriteFully(main_section->Begin(), main_section->Size())) {
1934 DexContainer::Section* const main_section = (*dex_container)->GetMainSection();
1936 DCHECK_EQ(file_size, main_section->Size())
1937 << main_section->Size() << " " << data_section->Size();
1940 main_section->Begin(),
1941 main_section->Size(),