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.cc1821 std::unique_ptr<DexContainer>* dex_container, in OutputDexFile() argument
1849 if (!DexWriter::Output(this, dex_container, compute_offsets, error_msg)) { in OutputDexFile()
1853 DexContainer* const container = dex_container->get(); in OutputDexFile()
1877 std::unique_ptr<DexContainer>* dex_container, in ProcessDexFile() argument
1879 const bool has_output_container = dex_container != nullptr; in ProcessDexFile()
1924 if (dex_container == nullptr) { in ProcessDexFile()
1925 dex_container = &temp_container; in ProcessDexFile()
1928 if (!OutputDexFile(dex_file, do_layout || !eagerly_assign_offsets, dex_container, error_msg)) { in ProcessDexFile()
1942 DexContainer::Section* const main_section = (*dex_container)->GetMainSection(); in ProcessDexFile()
1943 DexContainer::Section* const data_section = (*dex_container)->GetDataSection(); in ProcessDexFile()
/art/oatdump/
Doatdump.cc626 std::unique_ptr<art::DexContainer> dex_container; in Dump() local
630 &dex_container, in Dump()
637 DexContainer::Section* main_section = dex_container->GetMainSection(); in Dump()
638 CHECK_EQ(dex_container->GetDataSection()->Size(), 0u); in Dump()