Home
last modified time | relevance | path

Searched refs:IsRuntimeAnnotation (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp93 EXPECT_FALSE(rmd.IsRuntimeAnnotation());
/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h45 bool IsRuntimeAnnotation() const override in IsRuntimeAnnotation() function
/arkcompiler/runtime_core/assembler/
Dmeta.cpp452 bool RecordMetadata::IsRuntimeAnnotation() const in IsRuntimeAnnotation() function in panda::pandasm::RecordMetadata
Dmeta.h495 virtual bool IsRuntimeAnnotation() const;
Dassembly-emitter.cpp503 if (record.metadata->IsRuntimeAnnotation()) { in AddAnnotations()