Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc1301 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexDataUsingAnnotations( in FindDexDataUsingAnnotations() function in art::ProfileCompilationInfo
2096 const DexFileData* dex_data = FindDexDataUsingAnnotations(method_ref.dex_file, annotation); in GetMethodHotness()
2105 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in ContainsClass()
2240 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in GetClassesAndMethods()
2265 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in GetClasses()
2504 const DexFileData* data = FindDexDataUsingAnnotations(dex_file, annotation); in GetClassDescriptors()
H A Dprofile_compilation_info.h308 const DexFileData* data = FindDexDataUsingAnnotations(&dex_file, annotation);
984 const DexFileData* FindDexDataUsingAnnotations(