Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dfixed_up_dex_file.cc127 art::DexContainer::Section* main_section = dex_container->GetMainSection(); in Create() local
129 data.insert(data.end(), main_section->Begin(), main_section->End()); in Create()
/art/dexlayout/
Ddexlayout.cc1858 DexContainer::Section* const main_section = container->GetMainSection(); in OutputDexFile() local
1859 if (!new_file->WriteFully(main_section->Begin(), main_section->Size())) { in OutputDexFile()
1946 DexContainer::Section* const main_section = (*dex_container)->GetMainSection(); in ProcessDexFile() local
1948 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()
/art/oatdump/
Doatdump.cc640 DexContainer::Section* main_section = dex_container->GetMainSection(); in Dump() local
645 main_section->Begin(), in Dump()
646 main_section->Size(), in Dump()