Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc163 class TypeIndexInfo { class
165 explicit TypeIndexInfo(const DexFile* dex_file) in TypeIndexInfo() function in art::TypeIndexInfo
202 DexFileAndClassPair(const DexFile* dex_file, TypeIndexInfo* type_info, bool from_loaded_oat) in DexFileAndClassPair()
246 TypeIndexInfo* type_info_;
283 std::vector<TypeIndexInfo> loaded_types; in CollisionCheck()
285 loaded_types.push_back(TypeIndexInfo(dex_file)); in CollisionCheck()
287 std::vector<TypeIndexInfo> unloaded_types; in CollisionCheck()
289 unloaded_types.push_back(TypeIndexInfo(dex_file)); in CollisionCheck()