Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.h29 using AnnotationData = panda::pandasm::AnnotationData; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.h39 class AnnotationData; variable
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h37 AnnotationData(std::string_view recordName, std::vector<AnnotationElement> elements) in AnnotationData() function
42 explicit AnnotationData(std::string_view recordName) : recordName_(recordName) {} in AnnotationData() function
/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/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp25 using AnnotationData = panda::pandasm::AnnotationData; typedef