Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h569 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);
950 const std::string& augmented_key);
H A Dprofile_compilation_info.cc646 const std::string& augmented_key) { in MigrateAnnotationInfo() argument
647 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in MigrateAnnotationInfo()
650 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()
654 const std::string& augmented_key) { in GetAnnotationFromKey() argument
655 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in GetAnnotationFromKey()
658 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()