Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc663 const std::string& augmented_key) { in MigrateAnnotationInfo() argument
664 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in MigrateAnnotationInfo()
667 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()
671 const std::string& augmented_key) { in GetAnnotationFromKey() argument
672 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in GetAnnotationFromKey()
675 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()
Dprofile_compilation_info.h613 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);
1058 const std::string& augmented_key);