Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.h162 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; member
Doat_file_manager.cc258 std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in AddDexFilesFromOat()
385 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in HasCollisions() local
/art/dex2oat/linker/
Dimage_test.h257 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in Compile() local
Doat_writer_test.cc192 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in DoWriteElf() local
/art/dex2oat/
Ddex2oat.cc1648 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in Setup() local
/art/oatdump/
Doatdump.cc111 std::unique_ptr<const DexFile>> opened_dex_files; variable