Searched refs:attr_ (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_typeapi_parameter.h | 65 ObjectAccessor::SetPrimitive(this, MEMBER_OFFSET(EtsTypeAPIParameter, attr_), attr); in SetAttributes() 71 FIELD_UNUSED EtsInt attr_; member in ark::ets::EtsTypeAPIParameter
|
H A D | ets_typeapi_method.h | 75 ObjectAccessor::SetPrimitive(this, MEMBER_OFFSET(EtsTypeAPIMethod, attr_), attr); in SetAttributes() 81 FIELD_UNUSED EtsInt attr_; // note alignment member in ark::ets::EtsTypeAPIMethod
|
H A D | ets_typeapi_field.h | 75 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 D | layout_info.h | 27 JSTaggedValue attr_; member
|
H A D | shared_object_factory.cpp | 442 newArr->AddKey(thread_, i, sp[i].key_, PropertyAttributes(sp[i].attr_)); in CopyAndReSortSLayoutInfo()
|
H A D | object_factory.cpp | 3092 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 D | lmir_builder.h | 502 FunctionBuilder &Attribute(FuncAttr attr_) in Attribute() argument 504 attr = attr_; in Attribute()
|
Completed in 22 milliseconds