Home
last modified time | relevance | path

Searched defs:opened_dex_files_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h697 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; variable
/art/dex2oat/
Ddex2oat.cc1906 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in art::FINAL