/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.cpp | 207 const PropertyAttributes &attr) in ObjectOperator() 213 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr) in FastAdd() 507 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupGlobal() local 536 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local 550 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in LookupPropertyInlinedProps() local 577 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local 581 …perator::TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr) in TransitionForAttributeChanged() 620 PropertyAttributes attr, bool attrChanged) in UpdateValueAndDetails() 680 PropertyAttributes attr = dict->GetAttributes(GetIndex()); in UpdateDataValue() local 703 PropertyAttributes attr = GetAttr(); in UpdateDataValue() local [all …]
|
D | js_hclass-inl.h | 48 …auto attr = JSHandle<JSTaggedValue>(thread, JSTaggedValue(layoutInfo->GetAttr(last).GetPropertyMet… in AddTransitions() local 54 auto attr = JSHandle<JSTaggedValue>(thread, JSTaggedValue(attributes.GetPropertyMetaData())); in AddTransitions() local 64 auto attr = JSHandle<JSTaggedValue>(thread, PropertyAttributes(0).GetTaggedValue()); in AddExtensionTransitions() local 81 …auto attr = JSHandle<JSTaggedValue>(thread, JSTaggedValue(layoutInfo->GetAttr(last).GetPropertyMet… in AddProtoTransitions() local 105 auto attr = layoutInfo->GetAttr(last).GetPropertyMetaData(); in FindTransitions() local 299 const PropertyAttributes &attr) in AddPropertyToNewHClass() 328 const PropertyAttributes &attr) in SetPropertyOfObjHClass()
|
D | layout_info.cpp | 31 auto attr = PropertyAttributes(); in Initialize() local 82 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local 97 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local 196 PropertyAttributes attr = GetAttr(index); in IsUninitializedProperty() local 209 auto attr = GetAttr(index); in DumpFieldIndex() local 221 auto attr = GetAttr(index); in UpdateFieldIndex() local
|
D | global_dictionary-inl.h | 111 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local 135 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter() local 166 PropertyAttributes attr = GetAttributes(hashIndex); in GetNumOfEnumKeys() local 189 PropertyAttributes attr = GetAttributes(hashIndex); in GetEnumAllKeys() local 229 PropertyAttributes attr = dictHandle->GetAttributes(entry); in InvalidateAndReplaceEntry() local
|
D | object_operator.h | 162 inline void SetAttr(uint32_t attr) in SetAttr() 167 inline void SetAttr(const PropertyAttributes &attr) in SetAttr() 299 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddPropertyInHolder()
|
D | layout_info-inl.h | 51 const PropertyAttributes &attr) in SetPropertyInit() 58 …e void LayoutInfo::SetNormalAttr(const JSThread *thread, int index, const PropertyAttributes &attr) in SetNormalAttr() 188 const PropertyAttributes &attr) in AddKey()
|
D | js_object-inl.h | 238 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(PropertyAttributes attr, JSTaggedValue… in ConvertValueWithRep() 263 auto attr = layout->GetAttr(index); in SetPropertyInlinedPropsWithRep() local 277 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep() 283 PropertyAttributes attr) const in GetPropertyInlinedPropsWithRep() 317 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty() 327 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty()
|
D | tagged_dictionary.cpp | 77 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local 97 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter() local 127 PropertyAttributes attr = GetAttributes(hashIndex); in GetNumOfEnumKeys() local 147 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllEnumKeys() local 176 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllEnumKeys() local 317 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllKeysByFilter() local 342 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllEnumKeys() local
|
D | object_fast_operator-inl.h | 163 auto attr = dict->GetAttributes(entry); in GetPropertyByName() local 258 auto attr = dict->GetAttributes(entry); in SetPropertyByName() local 345 auto attr = dict->GetAttributes(entry); in GetPropertyByIndex() local 415 auto attr = dict->GetAttributes(entry); in SetPropertyByIndex() local 603 PropertyAttributes attr) in AddPropertyByName() 707 PropertyAttributes attr) in ShouldCallSetter()
|
D | js_hclass.cpp | 234 const PropertyAttributes &attr) in AddProperty() 507 const JSHandle<JSTaggedValue> &key, PropertyAttributes attr) in TransitionForRepChange() 610 PropertyAttributes &attr) in ConvertOrTransitionWithRep() 919 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInAotHClass() local 976 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInPGOHClass() local 1024 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInBuiltinPrototypeHClass() local 1207 auto attr = layout->GetAttr(i); in DumpToString() local 1235 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInBuiltinHClass() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
D | debug_info.cpp | 75 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, val); in AddAttr() local 86 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, reinterpret_cast<uint64>(p)); in AddSimpLocAttr() local 95 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, reinterpret_cast<uint64>(p)); in AddGlobalLocAttr() local 103 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, reinterpret_cast<uint64>(p)); in AddFrmBaseAttr() local 118 bool DBGDie::SetAttr(DwAt attr, uint64 val) in SetAttr() 129 bool DBGDie::SetAttr(DwAt attr, int val) in SetAttr() 140 bool DBGDie::SetAttr(DwAt attr, uint32 val) in SetAttr() 151 bool DBGDie::SetAttr(DwAt attr, int64 val) in SetAttr() 162 bool DBGDie::SetAttr(DwAt attr, float val) in SetAttr() 173 bool DBGDie::SetAttr(DwAt attr, double val) in SetAttr() [all …]
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | metaProto.cpp | 145 for (const auto &attr : meta.GetBoolAttributes()) { in Serialize() local 151 for (const auto &attr : attrs) { in Serialize() local 159 for (const auto &attr : protoMeta.set_attributes()) { in Deserialize() local 164 for (const auto &attr : protoKeyVal.value()) { in Deserialize() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | fast_json_stringifier.cpp | 429 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in TryCacheSerializeElements() local 507 PropertyAttributes attr(layoutInfo->GetAttr(index)); in TryCacheSerializeKeys() local 537 PropertyAttributes attr(layoutInfo->GetAttr(index)); in TryCacheSerializeKeys() local 566 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in TryCacheSerializeKeys() local 598 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in TryCacheSerializeKeys() local 634 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeysWithCache() local 748 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in DefaultSerializeElements() local 792 PropertyAttributes attr(layoutInfo->GetAttr(index)); in DefaultSerializeKeys() local 822 PropertyAttributes attr(layoutInfo->GetAttr(index)); in DefaultSerializeKeys() local 851 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in DefaultSerializeKeys() local [all …]
|
D | json_stringifier.cpp | 611 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in SerializeElements() local 660 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local 691 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local 719 PropertyAttributes attr = nameDic->GetAttributes(index); in SerializeKeys() local 747 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in SerializeKeys() local 782 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_typeapi_parameter.h | 63 void SetAttributes(EtsInt attr) in SetAttributes()
|
D | ets_typeapi_method.h | 73 void SetAttributes(EtsInt attr) in SetAttributes()
|
D | ets_typeapi_field.h | 73 void SetAttributes(EtsInt attr) in SetAttributes()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_obj_layout_info.cpp | 19 const JSTaggedValue typeIdVal, const uint32_t attr) in AddProperty() 25 const JSTaggedValue typeIdVal, const JSTaggedValue attr) in AddProperty()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1389 inline GateRef StubBuilder::IsWritable(GateRef attr) in IsWritable() 1398 inline GateRef StubBuilder::IsDefaultAttribute(GateRef attr) in IsDefaultAttribute() 1407 inline GateRef StubBuilder::IsConfigable(GateRef attr) in IsConfigable() 1416 inline GateRef StubBuilder::IsAccessor(GateRef attr) in IsAccessor() 1425 inline GateRef StubBuilder::IsEnumerable(GateRef attr) in IsEnumerable() 1434 inline GateRef StubBuilder::IsInlinedProperty(GateRef attr) in IsInlinedProperty() 1576 inline GateRef StubBuilder::IsField(GateRef attr) in IsField() 1585 inline GateRef StubBuilder::IsNonSharedStoreField(GateRef attr) in IsNonSharedStoreField() 1594 inline GateRef StubBuilder::IsStoreShared(GateRef attr) in IsStoreShared() 1603 inline GateRef StubBuilder::IsElement(GateRef attr) in IsElement() [all …]
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
D | dwarf_builder.cpp | 166 auto attr = dwarf_add_AT_targ_address_b(dwarf_, die, DW_AT_low_pc, 0, symbol, &error); in BuildGraph() local 186 auto attr = dwarf_add_AT_targ_address_b(dwarf_, compileUnitDie_, DW_AT_low_pc, 0, 0, &error); in Finalize() local
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
D | debug_info.cpp | 120 bool IterateDieRanges([[maybe_unused]] F func, [[maybe_unused]] Dwarf_Attribute attr, [[maybe_unuse… in IterateDieRanges() 179 bool IterateDieRanges(Dwarf_Debug dbg, Dwarf_Die die, F func, Dwarf_Attribute attr, Dwarf_Addr lowP… in IterateDieRanges() 232 Dwarf_Attribute attr; in IterateDieRanges() local 471 Dwarf_Attribute attr = nullptr; in GetFunctionName() local 604 Dwarf_Attribute attr; in GetDieRangeForPc() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_hclass_test.cpp | 248 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local 273 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local 305 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local 341 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | thread.cpp | 120 pthread_attr_t attr; in ThreadGetStackInfo() local
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | thread.cpp | 126 pthread_attr_t attr; in ThreadGetStackInfo() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_lazy_callback.cpp | 233 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in ITERATE_INTL() local 243 auto attr = dict->GetAttributes(entry); in ITERATE_INTL() local
|