Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dfixed_up_dex_file.cc119 std::unique_ptr<art::DexContainer> dex_container; in Create() local
124 &dex_container, in Create()
127 art::DexContainer::Section* main_section = dex_container->GetMainSection(); in Create()
128 CHECK_EQ(dex_container->GetDataSection()->Size(), 0u); in Create()
/art/dexlayout/
Ddexlayout.h118 std::unique_ptr<DexContainer>* dex_container,
183 std::unique_ptr<DexContainer>* dex_container,
Ddexlayout.cc1825 std::unique_ptr<DexContainer>* dex_container, in OutputDexFile() argument
1853 if (!DexWriter::Output(this, dex_container, compute_offsets, error_msg)) { in OutputDexFile()
1857 DexContainer* const container = dex_container->get(); in OutputDexFile()
1881 std::unique_ptr<DexContainer>* dex_container, in ProcessDexFile() argument
1883 const bool has_output_container = dex_container != nullptr; in ProcessDexFile()
1928 if (dex_container == nullptr) { in ProcessDexFile()
1929 dex_container = &temp_container; in ProcessDexFile()
1932 if (!OutputDexFile(dex_file, do_layout || !eagerly_assign_offsets, dex_container, error_msg)) { in ProcessDexFile()
1946 DexContainer::Section* const main_section = (*dex_container)->GetMainSection(); in ProcessDexFile()
1947 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile()
/art/oatdump/
Doatdump.cc629 std::unique_ptr<art::DexContainer> dex_container; in Dump() local
633 &dex_container, in Dump()
640 DexContainer::Section* main_section = dex_container->GetMainSection(); in Dump()
641 CHECK_EQ(dex_container->GetDataSection()->Size(), 0u); in Dump()