Home
last modified time | relevance | path

Searched refs:attr_ (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi_parameter.h65 ObjectAccessor::SetPrimitive(this, MEMBER_OFFSET(EtsTypeAPIParameter, attr_), attr); in SetAttributes()
71 FIELD_UNUSED EtsInt attr_; member in ark::ets::EtsTypeAPIParameter
H A Dets_typeapi_method.h75 ObjectAccessor::SetPrimitive(this, MEMBER_OFFSET(EtsTypeAPIMethod, attr_), attr); in SetAttributes()
81 FIELD_UNUSED EtsInt attr_; // note alignment member in ark::ets::EtsTypeAPIMethod
H A Dets_typeapi_field.h75 ObjectAccessor::SetPrimitive(this, MEMBER_OFFSET(EtsTypeAPIField, attr_), attr); in SetAttributes()
82 FIELD_UNUSED EtsInt attr_; // note alignment member in ark::ets::EtsTypeAPIField
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.h27 JSTaggedValue attr_; member
H A Dshared_object_factory.cpp442 newArr->AddKey(thread_, i, sp[i].key_, PropertyAttributes(sp[i].attr_)); in CopyAndReSortSLayoutInfo()
H A Dobject_factory.cpp3092 newArr->AddKey(thread_, i, sp[i].key_, PropertyAttributes(sp[i].attr_)); in CopyAndReSort()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h502 FunctionBuilder &Attribute(FuncAttr attr_) in Attribute() argument
504 attr = attr_; in Attribute()

Completed in 22 milliseconds