Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h510 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);
941 const std::string& augmented_key);
Dprofile_compilation_info.cc193 const std::string& augmented_key) { in MigrateAnnotationInfo() argument
194 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in MigrateAnnotationInfo()
197 : base_key + augmented_key.substr(pos); in MigrateAnnotationInfo()
201 const std::string& augmented_key) { in GetAnnotationFromKey() argument
202 size_t pos = augmented_key.rfind(kSampleMetadataSeparator); in GetAnnotationFromKey()
205 : ProfileSampleAnnotation(augmented_key.substr(pos + 1)); in GetAnnotationFromKey()