Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_file_count

556   uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
557 oat_dex_files_storage_.reserve(dex_file_count);
558 for (size_t i = 0; i < dex_file_count; i++) {
672 if (uncompressed_dex_files_->size() != dex_file_count) {
676 dex_file_count,