Searched refs:CreateAnnotationElement (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | meta.h | 281 AnnotationElement CreateAnnotationElement() in CreateAnnotationElement() function 448 annotationBuilder_.AddElement(annotationElementBuilder_.CreateAnnotationElement()); in ResetAnnotationElementBuilder()
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.h | 299 AnnotationElement CreateAnnotationElement() in CreateAnnotationElement() function 470 annotation_builder_.AddElement(annotation_element_builder_.CreateAnnotationElement()); in ResetAnnotationElementBuilder()
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.h | 96 void CreateAnnotationElement(panda_file::AnnotationDataAccessor &ada, pandasm::Function &method,
|
| D | disassembler.cpp | 539 CreateAnnotationElement(ada, method, MODULE_REQUEST_ANN_NAME, in GetMethodAnnotations() 542 … CreateAnnotationElement(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
|