Searched refs:TypeIndexInfo (Results 1 – 1 of 1) sorted by relevance
163 class TypeIndexInfo { class165 explicit TypeIndexInfo(const DexFile* dex_file) in TypeIndexInfo() function in art::TypeIndexInfo202 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()