Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h510 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);
Dprofile_compilation_info.cc200 ProfileCompilationInfo::ProfileSampleAnnotation ProfileCompilationInfo::GetAnnotationFromKey( in GetAnnotationFromKey() function in art::ProfileCompilationInfo
2319 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData()