Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 79) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp199 const PropertyAttributes &attr) in ObjectOperator()
205 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr) in FastAdd()
525 auto attr = dict->GetAttributes(entry).GetValue(); in LookupGlobal() local
554 auto attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local
568 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in LookupPropertyInlinedProps() local
595 auto attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local
599 …perator::TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr) in TransitionForAttributeChanged()
642 PropertyAttributes attr, bool attrChanged) in UpdateValueAndDetails()
705 PropertyAttributes attr = dict->GetAttributes(GetIndex()); in UpdateDataValue() local
728 PropertyAttributes attr = GetAttr(); in UpdateDataValue() local
[all …]
Dlayout_info.cpp25 auto attr = PropertyAttributes(); in Initialize() local
76 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local
91 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local
190 PropertyAttributes attr = GetAttr(index); in IsUninitializedProperty() local
223 auto attr = GetAttr(index); in DumpFieldIndexByPGO() local
242 auto attr = GetAttr(index); in UpdateFieldIndexByPGO() local
Dlayout_info-inl.h51 const PropertyAttributes &attr) in SetPropertyInit()
58 …e void LayoutInfo::SetNormalAttr(const JSThread *thread, int index, const PropertyAttributes &attr) in SetNormalAttr()
190 inline void LayoutInfo::UpdateTrackTypeAttr(int index, const PropertyAttributes &attr) in UpdateTrackTypeAttr()
209 const PropertyAttributes &attr) in AddKey()
Dglobal_dictionary-inl.h111 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
Dobject_operator.h175 inline void SetAttr(uint64_t attr) in SetAttr()
180 inline void SetAttr(const PropertyAttributes &attr) in SetAttr()
322 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddPropertyInHolder()
Djs_object-inl.h247 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(PropertyAttributes attr, JSTaggedValue… in ConvertValueWithRep()
272 auto attr = layout->GetAttr(index); in SetPropertyInlinedPropsWithRep() local
286 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep()
292 PropertyAttributes attr) const in GetPropertyInlinedPropsWithRep()
327 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty()
337 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty()
Djs_hclass.cpp282 const PropertyAttributes &attr, const Representation &rep) in AddProperty()
630 const JSHandle<JSTaggedValue> &key, PropertyAttributes attr) in TransitionForRepChange()
750 void JSHClass::UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr) in UpdateFieldType()
757 JSHClass *JSHClass::FindFieldOwnHClass(JSHClass *hclass, const PropertyAttributes &attr) in FindFieldOwnHClass()
773 void JSHClass::VisitAndUpdateLayout(JSHClass *ownHClass, const PropertyAttributes &attr) in VisitAndUpdateLayout()
808 PropertyAttributes &attr) in ConvertOrTransitionWithRep()
1127 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInAotHClass() local
1166 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInPGOHClass() local
1214 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInBuiltinPrototypeHClass() local
1442 auto attr = layout->GetAttr(i); in DumpToString() local
[all …]
Dtagged_dictionary.cpp75 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local
93 PropertyAttributes attr = GetAttributes(hashIndex); in UpdateAllAttributesToNoWitable() local
108 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter() local
138 PropertyAttributes attr = GetAttributes(hashIndex); in GetNumOfEnumKeys() local
158 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllEnumKeys() local
187 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllEnumKeys() local
333 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllKeysByFilter() local
358 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllEnumKeys() local
Dobject_fast_operator-inl.h318 auto attr = dict->GetAttributes(entry); in GetPropertyByName() local
498 auto attr = dict->GetAttributes(entry); in SetPropertyByName() local
564 PropertyAttributes attr = PropertyAttributes::Default(); in SetPropertyByName() local
611 auto attr = dict->GetAttributes(entry); in GetPropertyByIndex() local
684 auto attr = dict->GetAttributes(entry); in SetPropertyByIndex() local
877 PropertyAttributes attr) in AddPropertyByName()
994 PropertyAttributes attr) in ShouldCallSetter()
1247 PropertyAttributes attr = layoutInfo->GetAttr(index); in FastGetPropertyByPorpsIndex() local
Djs_hclass-inl.h81 auto attr = JSHandle<JSTaggedValue>(thread, PropertyAttributes(0).GetTaggedValue()); in AddExtensionTransitions() local
357 const PropertyAttributes &attr) in AddPropertyToNewHClass()
386const PropertyAttributes &attr, const Representation &rep) in SetPropertyOfObjHClass()
/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp146 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp68 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, val); in AddAttr() local
79 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, reinterpret_cast<uint64>(p)); in AddSimpLocAttr() local
88 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, reinterpret_cast<uint64>(p)); in AddGlobalLocAttr() local
96 DBGDieAttr *attr = module->GetDbgInfo()->CreateAttr(at, form, reinterpret_cast<uint64>(p)); in AddFrmBaseAttr() local
111 bool DBGDie::SetAttr(DwAt attr, uint64 val) in SetAttr()
122 bool DBGDie::SetAttr(DwAt attr, int val) in SetAttr()
133 bool DBGDie::SetAttr(DwAt attr, uint32 val) in SetAttr()
144 bool DBGDie::SetAttr(DwAt attr, int64 val) in SetAttr()
155 bool DBGDie::SetAttr(DwAt attr, float val) in SetAttr()
166 bool DBGDie::SetAttr(DwAt attr, double val) in SetAttr()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_parameter.h63 void SetAttributes(EtsInt attr) in SetAttributes()
Dets_typeapi_method.h73 void SetAttributes(EtsInt attr) in SetAttributes()
Dets_typeapi_field.h73 void SetAttributes(EtsInt attr) in SetAttributes()
/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp425 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in TryCacheSerializeElements() local
521 PropertyAttributes attr(layoutInfo->GetAttr(index)); in TryCacheSerializeKeysFromPropertiesArray() local
558 PropertyAttributes attr(layoutInfo->GetAttr(index)); in TryCacheSerializeKeysFromEnumCache() local
590 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in TryCacheSerializeKeysFromGlobalObject() local
627 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in TryCacheSerializeKeysFromNameDictionary() local
663 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeysWithCache() local
777 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in DefaultSerializeElements() local
867 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in SerializeKeysFromGlobalDictionary() local
904 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeysFromNameDictionary() local
936 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeyValue() local
Djson_stringifier.cpp907 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in SerializeElements() local
957 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local
987 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys() local
1017 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local
1045 PropertyAttributes attr = nameDic->GetAttributes(index); in SerializeKeys() local
1072 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in SerializeKeys() local
1107 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1621 inline GateRef StubBuilder::IsWritable(GateRef attr) in IsWritable()
1630 inline GateRef StubBuilder::IsDefaultAttribute(GateRef attr) in IsDefaultAttribute()
1639 inline GateRef StubBuilder::IsConfigable(GateRef attr) in IsConfigable()
1648 inline GateRef StubBuilder::IsAccessor(GateRef attr) in IsAccessor()
1657 inline GateRef StubBuilder::IsEnumerable(GateRef attr) in IsEnumerable()
1666 inline GateRef StubBuilder::IsInlinedProperty(GateRef attr) in IsInlinedProperty()
1808 inline GateRef StubBuilder::IsField(GateRef attr) in IsField()
1817 inline GateRef StubBuilder::IsNonSharedStoreField(GateRef attr) in IsNonSharedStoreField()
1826 inline GateRef StubBuilder::IsStoreShared(GateRef attr) in IsStoreShared()
1835 inline GateRef StubBuilder::IsElement(GateRef attr) in IsElement()
[all …]
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp135 auto attr = dwarf_add_AT_targ_address_b(dwarf_, die, DW_AT_low_pc, 0, symbol, &error); in BuildGraphNestedFunction() local
234 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/
Ddebug_info.cpp120 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/runtime_core/platforms/unix/libpandabase/
Dthread.cpp120 pthread_attr_t attr; in ThreadGetStackInfo() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp226 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
255 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
289 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
327 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp25 auto attr = call->getFnAttr("original-method-id"); in GetMethodIdFromAttr() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.cpp102 auto attr = layout->GetAttr(index++); in VisitAllObjects() local
597 auto attr = layout->GetAttr(index++); in VerifyMark() local
647 auto attr = layout->GetAttr(index++); in VerifyMark() local
708 auto attr = layout->GetAttr(index++); in VerifySweep() local
759 auto attr = layout->GetAttr(index++); in VerifySweep() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp170 pthread_attr_t attr; in ThreadGetStackInfo() local

1234