Home
last modified time | relevance | path

Searched refs:IsAnnotation (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp92 EXPECT_FALSE(rmd.IsAnnotation());
/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h40 bool IsAnnotation() const override in IsAnnotation() function
/arkcompiler/runtime_core/assembler/
Dmeta.cpp449 bool RecordMetadata::IsAnnotation() const in IsAnnotation() function in panda::pandasm::RecordMetadata
Dmeta.h494 virtual bool IsAnnotation() const;
Dassembly-emitter.cpp424 if (!record.metadata->IsAnnotation()) { in CreateAnnotationItem()
505 } else if (record.metadata->IsAnnotation()) { in AddAnnotations()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp123 …T_TRUE(program.record_table.find(TSTYPE_ANNO_RECORD_NAME.data())->second.metadata->IsAnnotation()); in SetTypeAnnotationForFunc()