Home
last modified time | relevance | path

Searched refs:CreateAnnotationElement (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dmeta.h281 AnnotationElement CreateAnnotationElement() in CreateAnnotationElement() function
448 annotationBuilder_.AddElement(annotationElementBuilder_.CreateAnnotationElement()); in ResetAnnotationElementBuilder()
/arkcompiler/runtime_core/assembler/
Dmeta.h299 AnnotationElement CreateAnnotationElement() in CreateAnnotationElement() function
470 annotation_builder_.AddElement(annotation_element_builder_.CreateAnnotationElement()); in ResetAnnotationElementBuilder()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.h96 void CreateAnnotationElement(panda_file::AnnotationDataAccessor &ada, pandasm::Function &method,
Ddisassembler.cpp539 CreateAnnotationElement(ada, method, MODULE_REQUEST_ANN_NAME, in GetMethodAnnotations()
542CreateAnnotationElement(ada, method, SLOT_NUMBER_ANN_NAME, "SlotNumber", "slotNumberIdx"); in GetMethodAnnotations()
547 void Disassembler::CreateAnnotationElement(panda_file::AnnotationDataAccessor &ada, pandasm::Functi… in CreateAnnotationElement() function in panda::disasm::Disassembler