Searched refs:FindOrCreateTypeIndex (Results 1 – 3 of 3) sorted by relevance
326 dex::TypeIndex FindOrCreateTypeIndex(const DexFile& dex_file, TypeReference class_ref);327 dex::TypeIndex FindOrCreateTypeIndex(const DexFile& dex_file, const char* descriptor);
672 dex::TypeIndex ProfileCompilationInfo::FindOrCreateTypeIndex(const DexFile& dex_file, in FindOrCreateTypeIndex() function in art::ProfileCompilationInfo682 return FindOrCreateTypeIndex(dex_file, descriptor); in FindOrCreateTypeIndex()685 dex::TypeIndex ProfileCompilationInfo::FindOrCreateTypeIndex(const DexFile& dex_file, in FindOrCreateTypeIndex() function in art::ProfileCompilationInfo720 dex::TypeIndex type_index = FindOrCreateTypeIndex(dex_file, descriptor); in AddClass()1264 dex::TypeIndex type_index = FindOrCreateTypeIndex(*pmi.ref.dex_file, class_ref); in AddMethod()
681 profile_info->FindOrCreateTypeIndex(*dex_file, array_class_descriptor.c_str()); in UpdateProfile()735 profile_info->FindOrCreateTypeIndex(*dex_file, array_class_descriptor.c_str()); in UpdateProfile()