Lines Matching refs:ProfileSampleAnnotation

263   class ProfileSampleAnnotation {
265 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function
270 bool operator==(const ProfileSampleAnnotation& other) const {
274 bool operator<(const ProfileSampleAnnotation& other) const {
280 static const ProfileSampleAnnotation kNone;
307 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
318 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
347 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
363 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
366 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
371 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
384 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
405 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
417 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
499 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
507 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
550 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
569 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);
593 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
847 const ProfileSampleAnnotation& annotation) { in GetOrAddDexFileData()
866 const ProfileSampleAnnotation& annotation) const;
946 const ProfileSampleAnnotation& annotation);
994 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& GetAnnotations() const { in GetAnnotations()
1011 std::list<ProfileCompilationInfo::ProfileSampleAnnotation> annotations_;