Home
last modified time | relevance | path

Searched defs:anno (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
H A DannotationProto.cpp19 void AnnotationData::Serialize(const panda::pandasm::AnnotationData &anno, protoPanda::AnnotationData &protoAnno) in Serialize() argument
28 void AnnotationData::Deserialize(const protoPanda::AnnotationData &protoAnno, panda::pandasm::AnnotationData &anno, in Deserialize() argument
/arkcompiler/runtime_core/disassembler/tests/
H A Ddisassembler_user_annotations_test.cpp124 auto anno = disasm->GetSerializedMethodAnnotation(method_name, anno_name); in ValidateMethodAnnotation() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp406 pandasm::AnnotationData FunctionEmitter::CreateAnnotation(const ir::Annotation *anno) in CreateAnnotation() argument
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp992 auto anno = std::find_if(annotations.begin(), annotations.end(), [](const pandasm::AnnotationData &anno) { in HWTEST_F() local

Completed in 6 milliseconds