Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc207 std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in AddDexFilesFromOat()
468 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in HasCollisions() local
/art/compiler/
Dimage_test.cc122 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in TestWriteRead() local
Doat_writer.cc424 /*out*/ std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in WriteAndOpenDexFiles()
2126 /*out*/ std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in OpenDexFiles()
2199 const std::vector<std::unique_ptr<const DexFile>>& opened_dex_files) { in WriteTypeLookupTables()
Doat_test.cc185 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in DoWriteElf() local
/art/dex2oat/
Ddex2oat.cc1380 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in Setup() local
1983 std::vector<std::unique_ptr<const DexFile>>* opened_dex_files, in OpenClassPathFiles()
/art/oatdump/
Doatdump.cc87 std::unique_ptr<const DexFile>> opened_dex_files; variable