Home
last modified time | relevance | path

Searched defs:opened_dex_files (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dclass_loader_context.h185 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; member
Doat_file_manager.cc267 std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in AddDexFilesFromOat()
294 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in CheckClassCollision() local
/art/dex2oat/linker/
Dimage_test.h245 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in DoCompile() local
Doat_writer.cc667 /*out*/ std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in WriteAndOpenDexFiles()
3670 /*out*/ std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in OpenDexFiles()
3782 const std::vector<std::unique_ptr<const DexFile>>& opened_dex_files) { in WriteTypeLookupTables()
3864 const std::vector<std::unique_ptr<const DexFile>>& opened_dex_files) { in WriteDexLayoutSections()
Doat_writer_test.cc178 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in DoWriteElf() local
/art/test/674-hiddenapi/
Dhiddenapi.cc30 std::vector<std::vector<std::unique_ptr<const DexFile>>> opened_dex_files; variable
/art/dex2oat/
Ddex2oat.cc1575 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in Setup() local
/art/oatdump/
Doatdump.cc121 static std::map<const OatDexFile*, std::unique_ptr<const DexFile>> opened_dex_files; variable