Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1269 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexDataUsingAnnotations( in FindDexDataUsingAnnotations() function in art::ProfileCompilationInfo
2064 const DexFileData* dex_data = FindDexDataUsingAnnotations(method_ref.dex_file, annotation); in GetMethodHotness()
2073 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in ContainsClass()
2208 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in GetClassesAndMethods()
2233 const DexFileData* dex_data = FindDexDataUsingAnnotations(&dex_file, annotation); in GetClasses()
2472 const DexFileData* data = FindDexDataUsingAnnotations(dex_file, annotation); in GetClassDescriptors()
Dprofile_compilation_info.h308 const DexFileData* data = FindDexDataUsingAnnotations(&dex_file, annotation);
972 const DexFileData* FindDexDataUsingAnnotations(