Home
last modified time | relevance | path

Searched refs:annotation_iter (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dmeta.h213 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in DeleteAnnotationElementByName() local
217 if (annotation_iter != annotations_.end()) { in DeleteAnnotationElementByName()
218 annotation_iter->DeleteAnnotationElementByName(annotation_elem_name); in DeleteAnnotationElementByName()
224 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in DeleteAnnotationByName() local
228 if (annotation_iter != annotations_.end()) { in DeleteAnnotationByName()
229 (void)annotations_.erase(annotation_iter); in DeleteAnnotationByName()
235 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in AddAnnotationElementByName() local
239 if (annotation_iter != annotations_.end()) { in AddAnnotationElementByName()
240 annotation_iter->AddElement(std::move(element)); in AddAnnotationElementByName()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp695 const auto annotation_iter = in GetSerializedMethodAnnotation() local
698 if (annotation_iter == annotations.end()) { in GetSerializedMethodAnnotation()
703 SerializeMethodAnnotation(*annotation_iter, os); in GetSerializedMethodAnnotation()

Completed in 7 milliseconds