Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dfixed_up_dex_file.cc134 std::unique_ptr<art::DexContainer> dex_container; in Create() local
139 &dex_container, in Create()
142 art::DexContainer::Section* main_section = dex_container->GetMainSection(); in Create()
143 CHECK_EQ(dex_container->GetDataSection()->Size(), 0u); in Create()
/art/dexlayout/
Ddexlayout.h116 std::unique_ptr<DexContainer>* dex_container,
173 std::unique_ptr<DexContainer>* dex_container,
Ddexlayout.cc1819 std::unique_ptr<DexContainer>* dex_container, in OutputDexFile() argument
1841 if (!DexWriter::Output(this, dex_container, compute_offsets, error_msg)) { in OutputDexFile()
1845 DexContainer* const container = dex_container->get(); in OutputDexFile()
1869 std::unique_ptr<DexContainer>* dex_container, in ProcessDexFile() argument
1871 const bool has_output_container = dex_container != nullptr; in ProcessDexFile()
1916 if (dex_container == nullptr) { in ProcessDexFile()
1917 dex_container = &temp_container; in ProcessDexFile()
1920 if (!OutputDexFile(dex_file, do_layout || !eagerly_assign_offsets, dex_container, error_msg)) { in ProcessDexFile()
1934 DexContainer::Section* const main_section = (*dex_container)->GetMainSection(); in ProcessDexFile()
1935 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile()