Searched refs:dex_container (Results 1 – 4 of 4) sorted by relevance
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 96 std::unique_ptr<art::DexContainer> dex_container; in Create() local 101 &dex_container, in Create() 104 art::DexContainer::Section* main_section = dex_container->GetMainSection(); in Create() 105 CHECK_EQ(dex_container->GetDataSection()->Size(), 0u); in Create()
|
/art/dexlayout/ |
D | dexlayout.h | 117 std::unique_ptr<DexContainer>* dex_container, 182 std::unique_ptr<DexContainer>* dex_container,
|
D | dexlayout.cc | 1825 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/ |
D | oatdump.cc | 644 std::unique_ptr<art::DexContainer> dex_container; in Dump() local 648 &dex_container, in Dump() 655 DexContainer::Section* main_section = dex_container->GetMainSection(); in Dump() 656 CHECK_EQ(dex_container->GetDataSection()->Size(), 0u); in Dump()
|