Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.h241 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; member
/art/dex2oat/linker/
Dimage_test.h244 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in DoCompile() local
Doat_writer.cc562 /*out*/ std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in WriteAndOpenDexFiles()
3448 /*out*/ std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in OpenDexFiles()
3519 const std::vector<std::unique_ptr<const DexFile>>& opened_dex_files) { in InitializeTypeLookupTables()
3544 const std::vector<const DexFile*>& opened_dex_files) { in WriteDexLayoutSections()
Doat_writer_test.cc183 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.cc1503 std::vector<std::unique_ptr<const DexFile>> opened_dex_files; in Setup() local
/art/oatdump/
Doatdump.cc116 static std::map<const OatDexFile*, std::unique_ptr<const DexFile>> opened_dex_files; variable