Home
last modified time | relevance | path

Searched refs:unloaded_types (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file_manager.cc470 std::vector<TypeIndexInfo> unloaded_types; in CollisionCheck() local
472 unloaded_types.push_back(TypeIndexInfo(dex_file)); in CollisionCheck()
483 if (unloaded_types[i].GetIterator() != unloaded_types[i].GetIteratorEnd()) { in CollisionCheck()
484 queue.emplace(dex_files_unloaded[i], &unloaded_types[i], /*from_loaded_oat*/false); in CollisionCheck()