Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h326 dex::TypeIndex FindOrCreateTypeIndex(const DexFile& dex_file, TypeReference class_ref);
327 dex::TypeIndex FindOrCreateTypeIndex(const DexFile& dex_file, const char* descriptor);
Dprofile_compilation_info.cc672 dex::TypeIndex ProfileCompilationInfo::FindOrCreateTypeIndex(const DexFile& dex_file, in FindOrCreateTypeIndex() function in art::ProfileCompilationInfo
682 return FindOrCreateTypeIndex(dex_file, descriptor); in FindOrCreateTypeIndex()
685 dex::TypeIndex ProfileCompilationInfo::FindOrCreateTypeIndex(const DexFile& dex_file, in FindOrCreateTypeIndex() function in art::ProfileCompilationInfo
720 dex::TypeIndex type_index = FindOrCreateTypeIndex(dex_file, descriptor); in AddClass()
1264 dex::TypeIndex type_index = FindOrCreateTypeIndex(*pmi.ref.dex_file, class_ref); in AddMethod()
/art/runtime/jit/
Dprofile_saver.cc681 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()