Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp203 const PropertyAttributes &attr) in ObjectOperator()
209 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr) in FastAdd()
305 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupGlobal() local
330 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local
345 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in LookupPropertyInlinedProps() local
372 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local
376 …perator::TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr) in TransitionForAttributeChanged()
414 PropertyAttributes attr, bool attrChanged) in UpdateValueAndDetails()
465 PropertyAttributes attr = GetAttr(); in UpdateDataValue() local
485 PropertyAttributes attr = GetAttr(); in WriteDataProperty() local
[all …]
Djs_hclass-inl.h47 …auto attr = JSHandle<JSTaggedValue>(thread, JSTaggedValue(layoutInfo->GetAttr(last).GetPropertyMet… in AddTransitions() local
53 auto attr = JSHandle<JSTaggedValue>(thread, JSTaggedValue(attributes.GetPropertyMetaData())); in AddTransitions() local
63 auto attr = JSHandle<JSTaggedValue>(thread, PropertyAttributes(0).GetTaggedValue()); in AddExtensionTransitions() local
79 …auto attr = JSHandle<JSTaggedValue>(thread, JSTaggedValue(layoutInfo->GetAttr(last).GetPropertyMet… in AddProtoTransitions() local
103 auto attr = layoutInfo->GetAttr(last).GetPropertyMetaData(); in FindTransitions() local
Dobject_operator.h138 inline void SetAttr(uint32_t attr) in SetAttr()
143 inline void SetAttr(const PropertyAttributes &attr) in SetAttr()
264 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddPropertyInHolder()
Dlayout_info.cpp25 const PropertyAttributes &attr) in AddKey()
116 PropertyAttributes attr = GetAttr(index); in IsUninitializedProperty() local
Dglobal_dictionary-inl.h109 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local
134 PropertyAttributes attr = GetAttributes(hashIndex); in GetEnumAllKeys() local
176 PropertyAttributes attr = dictHandle->GetAttributes(entry); in InvalidateAndReplaceEntry() local
Djs_for_in_iterator.cpp86 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in FastGetAllEnumKeys() local
108 PropertyAttributes attr = dict->GetAttributes(hashIndex); in FastGetAllEnumKeys() local
170 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in FastGetAllEnumKeys() 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()
Dobject_fast_operator-inl.h95 auto attr = dict->GetAttributes(entry); in GetPropertyByName() local
183 auto attr = dict->GetAttributes(entry); in SetPropertyByName() local
261 auto attr = dict->GetAttributes(entry); in GetPropertyByIndex() local
487 PropertyAttributes attr) in AddPropertyByName()
577 PropertyAttributes attr) in ShouldCallSetter()
Dtagged_dictionary.cpp51 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local
71 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllEnumKeys() local
191 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllEnumKeys() local
Djs_object-inl.h249 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty()
258 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty()
Djs_object.cpp159 PropertyAttributes attr = layoutInfoHandle->GetAttr(i); in TransitionToDictionary() local
197 auto attr = PropertyAttributes(PropertyAttributes::GetDefaultAttributes()); in ElementsToDictionary() local
220 PropertyAttributes attr(layoutInfo->GetAttr(JSArray::LENGTH_INLINE_PROPERTY_INDEX)); in IsArrayLengthWritable() local
229 const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddElementInternal()
479 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in GlobalSetProperty() local
915 PropertyAttributes attr(desc); in ValidateAndApplyPropertyDescriptor() local
1628 auto attr = layoutInfo->GetAttr(i); in ToPropertyDescriptorFast() local
1855 PropertyAttributes attr = useForClass ? PropertyAttributes::Default(true, false, true) in DefinePropertyByLiteral() local
1918 PropertyAttributes attr = PropertyAttributes::Default(); in CreateObjectFromProperties() local
1932 const JSHandle<AccessorData> &value, PropertyAttributes attr) in AddAccessor()
Djs_hclass.cpp189 const PropertyAttributes &attr) in SetPropertyOfObjHClass()
217 const PropertyAttributes &attr) in AddProperty()
Djs_thread.cpp508 pthread_attr_t attr; in GetAsmStackLimit() local
Djs_array.cpp193 uint32_t attr = dictHandle->GetAttributes(entry).GetValue(); in SetCapacity() local
Dtagged_hash_table.h466 PropertyAttributes attr = table->GetAttributes(oldIndex); in NextEnumerationIndex() local
Ddump.cpp538 static void DumpAttr(const PropertyAttributes &attr, bool fastMode, std::ostream &os) in DumpAttr()
1186 PropertyAttributes attr = GetAttr(i); in Dump() local
1338 PropertyAttributes attr = layoutInfo->GetAttr(i); in Dump() local
3431 PropertyAttributes attr = layoutInfo->GetAttr(i); in Dump() local
4190 PropertyAttributes attr = layoutInfo->GetAttr(i); in DumpForSnapshot() local
/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp145 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/
Djson_stringifier.cpp680 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in SerializeElements() local
725 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local
755 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local
782 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp240 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
265 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
297 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
333 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp120 pthread_attr_t attr; in ThreadGetStackInfo() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp218 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1180 inline GateRef StubBuilder::IsWritable(GateRef attr) in IsWritable()
1189 inline GateRef StubBuilder::IsAccessor(GateRef attr) in IsAccessor()
1198 inline GateRef StubBuilder::IsInlinedProperty(GateRef attr) in IsInlinedProperty()
1263 inline GateRef StubBuilder::IsField(GateRef attr) in IsField()
1272 inline GateRef StubBuilder::IsNonExist(GateRef attr) in IsNonExist()
1281 inline GateRef StubBuilder::HandlerBaseIsAccessor(GateRef attr) in HandlerBaseIsAccessor()
1290 inline GateRef StubBuilder::HandlerBaseIsJSArray(GateRef attr) in HandlerBaseIsJSArray()
1299 inline GateRef StubBuilder::HandlerBaseIsInlinedProperty(GateRef attr) in HandlerBaseIsInlinedProperty()
1308 inline GateRef StubBuilder::HandlerBaseGetOffset(GateRef attr) in HandlerBaseGetOffset()
1315 inline GateRef StubBuilder::IsInternalAccessor(GateRef attr) in IsInternalAccessor()
[all …]
Dllvm_codegen.cpp290 llvm::Attribute attr = llvm::unwrap(attrirbuteRef); in GetFpDeltaPrevFramSp() local
Dstub_builder.cpp327 …uilder::IsMatchInTransitionDictionary(GateRef element, GateRef key, GateRef metaData, GateRef attr) in IsMatchInTransitionDictionary()
440 GateRef StubBuilder::JSObjectGetProperty(GateRef obj, GateRef hclass, GateRef attr) in JSObjectGetProperty()
473 void StubBuilder::JSObjectSetProperty(GateRef glue, GateRef obj, GateRef hclass, GateRef attr, Gate… in JSObjectSetProperty()
638 …Ref StubBuilder::ShouldCallSetter(GateRef receiver, GateRef holder, GateRef accessor, GateRef attr) in ShouldCallSetter()
675 void StubBuilder::JSHClassAddProperty(GateRef glue, GateRef receiver, GateRef key, GateRef attr) in JSHClassAddProperty()
1933 GateRef value, GateRef attr) in UpdateValueAndAttributes()
2048 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, entryA); in GetPropertyByIndex() local
2227 GateRef attr = GetInt32OfTInt(propAttr); in GetPropertyByName() local
2274 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, entryB); in GetPropertyByName() local
2659 GateRef attr = GetInt32OfTInt(propAttr); in SetPropertyByName() local
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp127 Dwarf_Attribute attr; in IterateDieRanges() local
387 Dwarf_Attribute attr = nullptr; in GetFunctionName() local
521 Dwarf_Attribute attr; in GetDieRangeForPc() local

12