Searched refs:num_oat_files (Results 1 – 1 of 1) sorted by relevance
1318 size_t num_oat_files = oat_filenames_.size(); in CreateImageRoots() local1319 dchecked_vector<size_t> dex_cache_counts(num_oat_files, 0u); in CreateImageRoots()1346 dex_cache_arrays.reserve(num_oat_files); in CreateImageRoots()1347 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots()1373 image_roots_.reserve(num_oat_files); in CreateImageRoots()1375 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in CreateImageRoots()2037 size_t num_oat_files = image_writer_->oat_filenames_.size(); in ProcessRoots() local2039 for (size_t oat_index = 0; oat_index != num_oat_files; ++oat_index) { in ProcessRoots()