Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc172 class TypeIndexInfo { class
174 explicit TypeIndexInfo(const DexFile* dex_file) in TypeIndexInfo() function in art::TypeIndexInfo
211 DexFileAndClassPair(const DexFile* dex_file, TypeIndexInfo* type_info, bool from_loaded_oat) in DexFileAndClassPair()
255 TypeIndexInfo* type_info_;
302 std::vector<TypeIndexInfo> loaded_types; in CheckClassCollision()
305 loaded_types.push_back(TypeIndexInfo(dex_file)); in CheckClassCollision()
307 std::vector<TypeIndexInfo> unloaded_types; in CheckClassCollision()
310 unloaded_types.push_back(TypeIndexInfo(dex_file)); in CheckClassCollision()