Home
last modified time | relevance | path

Searched refs:IsAnnotationRecordAttribute (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/
H A Dets_meta.h25 static bool IsAnnotationRecordAttribute(std::string_view attribute) in IsAnnotationRecordAttribute() function in ark::pandasm::extensions::ets::AnnotationHelper
99 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override
101 return AnnotationHelper::IsAnnotationRecordAttribute(attribute);
144 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override
146 return AnnotationHelper::IsAnnotationRecordAttribute(attribute);
189 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override
191 return AnnotationHelper::IsAnnotationRecordAttribute(attribute);
234 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override
236 return AnnotationHelper::IsAnnotationRecordAttribute(attribute);
/arkcompiler/runtime_core/assembler/extensions/
H A Decmascript_meta.h51 bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const override
97 bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const override
143 bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const override
189 bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const override
/arkcompiler/runtime_core/assembler/
H A Dmeta.cpp389 if (IsAnnotationRecordAttribute(attribute)) { in StoreValue()
H A Dmeta.h257 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.h218 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationRecordAttribute() function in ark::pandasm::AnnotationMetadata
H A Dmeta.cpp389 if (IsAnnotationRecordAttribute(attribute)) { in StoreValue()

Completed in 5 milliseconds