HomeSort by relevance Sort by last modified time
    Searched refs:opened_dex_files_ (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/
dex2oat.cc 611 opened_dex_files_(),
635 for (std::unique_ptr<const DexFile>& dex_file : opened_dex_files_) {
2912 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in class:art::FINAL
    [all...]
  /art/compiler/
oat_test.cc 262 opened_dex_files_.emplace_back(dex_file.release());
275 std::vector<std::unique_ptr<const DexFile>> opened_dex_files_; member in class:art::OatTest
    [all...]

Completed in 666 milliseconds