| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 210 const PropertyAttributes &attr) in ObjectOperator() 216 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr) in FastAdd() 541 auto attr = dict->GetAttributes(thread_, entry).GetValue(); in LookupGlobal() local 566 auto attr = dict->GetAttributes(thread_, entry).GetValue(); in LookupPropertyInlinedProps() local 580 PropertyAttributes attr(layoutInfo->GetAttr(thread_, entry)); in LookupPropertyInlinedProps() local 607 auto attr = dict->GetAttributes(thread_, entry).GetValue(); in LookupPropertyInlinedProps() local 611 …perator::TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr) in TransitionForAttributeChanged() 654 PropertyAttributes attr, bool attrChanged) in UpdateValueAndDetails() 723 PropertyAttributes attr = dict->GetAttributes(thread_, GetIndex()); in UpdateDataValue() local 747 PropertyAttributes attr = GetAttr(); in UpdateDataValue() local [all …]
|
| D | layout_info.cpp | 25 auto attr = PropertyAttributes(); in Initialize() local 69 PropertyAttributes attr = GetAttr(thread, static_cast<int>(i)); in GetAllKeysByFilter() local 84 PropertyAttributes attr = GetAttr(thread, static_cast<int>(i)); in GetAllKeysByFilter() local 194 auto attr = GetAttr(thread, index); in DumpFieldIndexByPGO() local 213 auto attr = GetAttr(thread, index); in UpdateFieldIndexByPGO() local
|
| D | global_dictionary-inl.h | 112 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetAllKeys() local 136 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetAllKeysByFilter() local 167 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetNumOfEnumKeys() local 190 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetEnumAllKeys() local 230 PropertyAttributes attr = dictHandle->GetAttributes(thread, entry); in InvalidateAndReplaceEntry() local
|
| D | object_operator.h | 163 inline void SetAttr(uint64_t attr) in SetAttr() 168 inline void SetAttr(const PropertyAttributes &attr) in SetAttr() 314 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddPropertyInHolder()
|
| D | layout_info-inl.h | 60 const PropertyAttributes &attr) in SetPropertyInit() 67 …e void LayoutInfo::SetNormalAttr(const JSThread *thread, int index, const PropertyAttributes &attr) in SetNormalAttr() 219 … LayoutInfo::UpdateTrackTypeAttr(const JSThread *thread, int index, const PropertyAttributes &attr) in UpdateTrackTypeAttr() 253 const PropertyAttributes &attr) in AddKey()
|
| D | js_object-inl.h | 252 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(PropertyAttributes attr, JSTaggedValue… in ConvertValueWithRep() 277 auto attr = layout->GetAttr(thread, index); in SetPropertyInlinedPropsWithRep() local 303 PropertyAttributes attr) const in GetPropertyInlinedPropsWithRep() 309 PropertyAttributes attr) const in GetPropertyInlinedPropsWithRep() 351 …SObject::GetProperty(const JSThread* thread, const JSHClass *hclass, PropertyAttributes attr) const in GetProperty() 361 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty()
|
| D | object_fast_operator-inl.h | 339 auto attr = dict->GetAttributes(thread, entry); in GetPropertyByName() local 556 auto attr = dict->GetAttributes(thread, entry); in SetPropertyByName() local 631 PropertyAttributes attr = PropertyAttributes::Default(); in SetPropertyByName() local 650 PropertyAttributes attr = PropertyAttributes::Default(); in SetJsonPropertyByName() local 673 PropertyAttributes attr = PropertyAttributes::Default(); in SetJsonPropertyByName() local 722 auto attr = dict->GetAttributes(thread, entry); in GetPropertyByIndex() local 795 auto attr = dict->GetAttributes(thread, entry); in SetPropertyByIndex() local 988 PropertyAttributes attr) in AddPropertyByName() 1101 PropertyAttributes attr) in ShouldCallSetter()
|
| D | js_hclass.cpp | 320 const PropertyAttributes &attr, const Representation &rep) in AddProperty() 360 const PropertyAttributes &attr) in AddPropertyToNewHClassWithoutTransition() 713 const JSHandle<JSTaggedValue> &key, PropertyAttributes attr) in TransitionForRepChange() 823 …JSHClass::UpdateFieldType(const JSThread *thread, JSHClass *hclass, const PropertyAttributes &attr) in UpdateFieldType() 830 …Class::FindFieldOwnHClass(const JSThread *thread, JSHClass *hclass, const PropertyAttributes &attr) in FindFieldOwnHClass() 846 …::VisitAndUpdateLayout(const JSThread *thread, JSHClass *ownHClass, const PropertyAttributes &attr) in VisitAndUpdateLayout() 935 PropertyAttributes &attr) in ConvertOrTransitionWithRep() 1291 …PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject())->GetAttr(t… in LookupPropertyInAotHClass() local 1330 …PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject())->GetAttr(t… in LookupPropertyInPGOHClass() local 1378 …PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout(thread).GetTaggedObject())->GetAttr(t… in LookupPropertyInBuiltinPrototypeHClass() local [all …]
|
| D | tagged_dictionary.cpp | 76 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetAllKeys() local 94 PropertyAttributes attr = GetAttributes(thread, hashIndex); in UpdateAllAttributesToNoWitable() local 109 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetAllKeysByFilter() local 139 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetNumOfEnumKeys() local 159 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetAllEnumKeys() local 188 PropertyAttributes attr = GetAttributes(thread, hashIndex); in GetAllEnumKeys() local 335 PropertyAttributes attr = obj->GetAttributes(thread, hashIndex); in GetAllKeysByFilter() local 360 PropertyAttributes attr = obj->GetAttributes(thread, hashIndex); in GetAllEnumKeys() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | asm_stack.cpp | 33 pthread_attr_t attr; in GetAsmStackLimit() local 49 pthread_attr_t attr; in GetAsmStackLimit() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/ |
| D | DependsGraph.ts | 31 private attr: NodeAttr; property in DependsNode 52 private attr: EdgeAttr; property in DependsEdge
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | metaProto.cpp | 146 for (const auto &attr : meta.GetBoolAttributes()) { in Serialize() local 152 for (const auto &attr : attrs) { in Serialize() local 160 for (const auto &attr : protoMeta.set_attributes()) { in Deserialize() local 165 for (const auto &attr : protoKeyVal.value()) { in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi_parameter.h | 72 void SetAttributes(EtsInt attr) in SetAttributes()
|
| D | ets_typeapi_method.h | 76 void SetAttributes(EtsInt attr) in SetAttributes()
|
| D | ets_typeapi_field.h | 82 void SetAttributes(EtsInt attr) in SetAttributes()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | object_operator_stub_builder.cpp | 270 GateRef attr = GetPropAttrFromLayoutInfo(glue, layOutInfo, entryA); in LookupPropertyInlinedProps() local 300 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(glue, array, entryB); in LookupPropertyInlinedProps() local 351 GateRef attr = Int64(PropertyAttributes::GetDefaultAttributes()); in LookupElementInlinedProps() local 434 … GateRef attr = GetAttributesFromDictionary<NumberDictionary>(glue, elements, entryA); in LookupElementInlinedProps() local 638 …orStubBuilder::SetFound(ObjectOperatorResult &opResult, GateRef value, GateRef index, GateRef attr) in SetFound()
|
| D | stub_builder-inl.h | 1865 inline GateRef StubBuilder::IsWritable(GateRef attr) in IsWritable() 1874 inline GateRef StubBuilder::SetWritableFieldInPropAttr(GateRef attr, GateRef value) in SetWritableFieldInPropAttr() 1883 inline GateRef StubBuilder::IsDefaultAttribute(GateRef attr) in IsDefaultAttribute() 1892 inline GateRef StubBuilder::IsConfigable(GateRef attr) in IsConfigable() 1901 inline GateRef StubBuilder::SetConfigurableFieldInPropAttr(GateRef attr, GateRef value) in SetConfigurableFieldInPropAttr() 1911 inline GateRef StubBuilder::IsAccessor(GateRef attr) in IsAccessor() 1920 inline GateRef StubBuilder::IsEnumerable(GateRef attr) in IsEnumerable() 1929 inline GateRef StubBuilder::SetEnumerableFiledInPropAttr(GateRef attr, GateRef value) in SetEnumerableFiledInPropAttr() 1939 inline GateRef StubBuilder::IsInlinedProperty(GateRef attr) in IsInlinedProperty() 2124 inline GateRef StubBuilder::IsField(GateRef attr) in IsField() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 895 PropertyAttributes attr = numberDic->GetAttributes(thread_, hashIndex); in SerializeElements() local 944 PropertyAttributes attr(layoutInfo->GetAttr(thread_, index)); in SerializeKeys() local 974 PropertyAttributes attr = nameDic->GetAttributes(thread_, hashIndex); in SerializeKeys() local 1000 PropertyAttributes attr(layoutInfo->GetAttr(thread_, i)); in SerializeKeys() local 1030 PropertyAttributes attr = nameDic->GetAttributes(thread_, index); in SerializeKeys() local 1058 PropertyAttributes attr = globalDic->GetAttributes(thread_, hashIndex); in SerializeKeys() local 1093 PropertyAttributes attr = nameDic->GetAttributes(thread_, hashIndex); in SerializeKeys() local
|
| D | json_stringifier_optimized.cpp | 873 PropertyAttributes attr = numberDic->GetAttributes(thread_, hashIndex); in SerializeElements() local 922 PropertyAttributes attr(layoutInfo->GetAttr(thread_, index)); in SerializeKeys() local 952 PropertyAttributes attr = nameDic->GetAttributes(thread_, hashIndex); in SerializeKeys() local 978 PropertyAttributes attr(layoutInfo->GetAttr(thread_, i)); in SerializeKeys() local 1008 PropertyAttributes attr = nameDic->GetAttributes(thread_, index); in SerializeKeys() local 1036 PropertyAttributes attr = globalDic->GetAttributes(thread_, hashIndex); in SerializeKeys() local 1071 PropertyAttributes attr = nameDic->GetAttributes(thread_, hashIndex); in SerializeKeys() 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 498 Dwarf_Attribute attr = nullptr; in GetFunctionName() local 612 Dwarf_Attribute attr; in GetDieRangeForPc() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_class_creation_helper.cpp | 26 …NApiClassCreationHelper::ConstructDescByAttr(const JSThread *thread, const PropertyAttribute &attr, in ConstructDescByAttr() 38 void JSNApiClassCreationHelper::DestructAttr(PropertyAttribute *attr) in DestructAttr()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 136 auto attr = dwarf_add_AT_targ_address_b(dwarf_, die, DW_AT_low_pc, 0, symbol, &error); in BuildGraphNestedFunction() local 235 auto attr = dwarf_add_AT_targ_address_b(dwarf_, compileUnitDie_, DW_AT_low_pc, 0, 0, &error); in Finalize() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/ |
| D | fileComponent.ts | 57 attr: Map<string, ImportInfo4Dep>; property
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator_visitor-inl.h | 43 PropertyAttributes attr = layout->GetAttr(thread, index++); in VisitObjectRangeImpl() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 107 pthread_attr_t attr; in ThreadGetStackInfo() local
|