Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp222 const PropertyAttributes &attr) in ObjectOperator()
228 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr) in FastAdd()
552 auto attr = dict->GetAttributes(entry).GetValue(); in LookupGlobal() local
577 auto attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local
591 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in LookupPropertyInlinedProps() local
618 auto attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local
622 …perator::TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr) in TransitionForAttributeChanged()
665 PropertyAttributes attr, bool attrChanged) in UpdateValueAndDetails()
734 PropertyAttributes attr = dict->GetAttributes(GetIndex()); in UpdateDataValue() local
757 PropertyAttributes attr = GetAttr(); in UpdateDataValue() local
[all …]
Dlayout_info.cpp25 auto attr = PropertyAttributes(); in Initialize() local
69 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local
84 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local
194 auto attr = GetAttr(index); in DumpFieldIndexByPGO() local
213 auto attr = GetAttr(index); in UpdateFieldIndexByPGO() local
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
Dlayout_info-inl.h60 const PropertyAttributes &attr) in SetPropertyInit()
67 …e void LayoutInfo::SetNormalAttr(const JSThread *thread, int index, const PropertyAttributes &attr) in SetNormalAttr()
199 inline void LayoutInfo::UpdateTrackTypeAttr(int index, const PropertyAttributes &attr) in UpdateTrackTypeAttr()
218 const PropertyAttributes &attr) in AddKey()
Dobject_operator.h163 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()
Djs_object-inl.h252 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(PropertyAttributes attr, JSTaggedValue… in ConvertValueWithRep()
277 auto attr = layout->GetAttr(index); in SetPropertyInlinedPropsWithRep() local
302 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep()
308 PropertyAttributes attr) const in GetPropertyInlinedPropsWithRep()
350 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty()
360 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty()
Djs_hclass.cpp307 const PropertyAttributes &attr, const Representation &rep) in AddProperty()
664 const JSHandle<JSTaggedValue> &key, PropertyAttributes attr) in TransitionForRepChange()
774 void JSHClass::UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr) in UpdateFieldType()
781 JSHClass *JSHClass::FindFieldOwnHClass(JSHClass *hclass, const PropertyAttributes &attr) in FindFieldOwnHClass()
797 void JSHClass::VisitAndUpdateLayout(JSHClass *ownHClass, const PropertyAttributes &attr) in VisitAndUpdateLayout()
892 PropertyAttributes &attr) in ConvertOrTransitionWithRep()
1212 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInAotHClass() local
1251 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInPGOHClass() local
1299 … PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry); in LookupPropertyInBuiltinPrototypeHClass() local
1534 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.h320 auto attr = dict->GetAttributes(entry); in GetPropertyByName() local
518 auto attr = dict->GetAttributes(entry); in SetPropertyByName() local
593 PropertyAttributes attr = PropertyAttributes::Default(); in SetPropertyByName() local
640 auto attr = dict->GetAttributes(entry); in GetPropertyByIndex() local
713 auto attr = dict->GetAttributes(entry); in SetPropertyByIndex() local
906 PropertyAttributes attr) in AddPropertyByName()
1019 PropertyAttributes attr) in ShouldCallSetter()
Djs_hclass-inl.h82 auto attr = JSHandle<JSTaggedValue>(thread, PropertyAttributes(0).GetTaggedValue()); in AddExtensionTransitions() local
428 const PropertyAttributes &attr) in AddPropertyToNewHClass()
462const 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/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/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp136 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_runtime/ecmascript/mem/
Dparallel_evacuator_visitor-inl.h40 PropertyAttributes attr = layout->GetAttr(index++); in VisitObjectRangeImpl() local
Dverification.h191 auto attr = layout->GetAttr(index++); in VisitObjectRangeImpl() local
Dyoung_gc_visitor-inl.h86 PropertyAttributes attr = layout->GetAttr(index++); in VisitObjectRangeImpl() 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/ets_runtime/ecmascript/base/
Djson_stringifier.cpp1066 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in SerializeElements() local
1116 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local
1146 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys() local
1176 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local
1204 PropertyAttributes attr = nameDic->GetAttributes(index); in SerializeKeys() local
1232 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in SerializeKeys() local
1267 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1747 inline GateRef StubBuilder::IsWritable(GateRef attr) in IsWritable()
1756 inline GateRef StubBuilder::IsDefaultAttribute(GateRef attr) in IsDefaultAttribute()
1765 inline GateRef StubBuilder::IsConfigable(GateRef attr) in IsConfigable()
1774 inline GateRef StubBuilder::IsAccessor(GateRef attr) in IsAccessor()
1783 inline GateRef StubBuilder::IsEnumerable(GateRef attr) in IsEnumerable()
1792 inline GateRef StubBuilder::IsInlinedProperty(GateRef attr) in IsInlinedProperty()
1961 inline GateRef StubBuilder::IsField(GateRef attr) in IsField()
1970 inline GateRef StubBuilder::IsNonSharedStoreField(GateRef attr) in IsNonSharedStoreField()
1979 inline GateRef StubBuilder::IsStoreShared(GateRef attr) in IsStoreShared()
1988 inline GateRef StubBuilder::IsElement(GateRef attr) in IsElement()
[all …]
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp107 pthread_attr_t attr; in ThreadGetStackInfo() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp230 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
259 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
293 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
331 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_full_gc-inl.h74 PropertyAttributes attr = layout->GetAttr(index++); in VisitObjectRangeImpl() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp25 auto attr = call->getFnAttr("original-method-id"); in GetMethodIdFromAttr() local

1234