Home
last modified time | relevance | path

Searched defs:AnnotationData (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dannotation.h37 AnnotationData(std::string_view record_name, std::vector<AnnotationElement> elements) in AnnotationData() function
42 explicit AnnotationData(std::string_view record_name) : record_name_(record_name) {} in AnnotationData() function
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto65 message AnnotationData { message
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp25 using AnnotationData = panda::pandasm::AnnotationData; typedef
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp23 using AnnotationData = panda::pandasm::AnnotationData; typedef