Home
last modified time | relevance | path

Searched defs:ProfileSampleAnnotation (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_test_helper.h34 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; variable
H A Dprofile_compilation_info.h265 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function
/aosp12/art/profman/
H A Dprofman.cc70 using ProfileSampleAnnotation = ProfileCompilationInfo::ProfileSampleAnnotation; typedef