Searched defs:dex_files_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_method_iterator.h29 : dex_files_(dex_files),
36 CHECK_NE(0U, dex_files_.size());
45 if (dex_file_index_ == dex_files_.size()) {
129 CHECK_LT(dex_file_index_, dex_files_.size());
130 const DexFile* dex_file = dex_files_[dex_file_index_];
135 const std::vector<const DexFile*>& dex_files_; member in class:art::DexMethodIterator
/art/compiler/
H A Doat_writer.h170 const std::vector<const DexFile*>* dex_files_; member in class:art::OatWriter

Completed in 58 milliseconds