/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.cpp | 203 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 …]
|
D | js_hclass-inl.h | 47 …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
|
D | object_operator.h | 138 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()
|
D | layout_info.cpp | 25 const PropertyAttributes &attr) in AddKey() 116 PropertyAttributes attr = GetAttr(index); in IsUninitializedProperty() local
|
D | global_dictionary-inl.h | 109 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local 134 PropertyAttributes attr = GetAttributes(hashIndex); in GetEnumAllKeys() local 176 PropertyAttributes attr = dictHandle->GetAttributes(entry); in InvalidateAndReplaceEntry() local
|
D | js_for_in_iterator.cpp | 86 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
|
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()
|
D | object_fast_operator-inl.h | 95 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()
|
D | tagged_dictionary.cpp | 51 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local 71 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllEnumKeys() local 191 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllEnumKeys() local
|
D | js_object-inl.h | 249 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()
|
D | js_object.cpp | 159 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()
|
D | js_hclass.cpp | 189 const PropertyAttributes &attr) in SetPropertyOfObjHClass() 217 const PropertyAttributes &attr) in AddProperty()
|
D | js_thread.cpp | 508 pthread_attr_t attr; in GetAsmStackLimit() local
|
D | js_array.cpp | 193 uint32_t attr = dictHandle->GetAttributes(entry).GetValue(); in SetCapacity() local
|
D | tagged_hash_table.h | 466 PropertyAttributes attr = table->GetAttributes(oldIndex); in NextEnumerationIndex() local
|
D | dump.cpp | 538 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/ |
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 | json_stringifier.cpp | 680 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/ |
D | js_hclass_test.cpp | 240 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/ |
D | thread.cpp | 120 pthread_attr_t attr; in ThreadGetStackInfo() local
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 218 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1180 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 …]
|
D | llvm_codegen.cpp | 290 llvm::Attribute attr = llvm::unwrap(attrirbuteRef); in GetFpDeltaPrevFramSp() local
|
D | stub_builder.cpp | 327 …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/ |
D | debug_info.cpp | 127 Dwarf_Attribute attr; in IterateDieRanges() local 387 Dwarf_Attribute attr = nullptr; in GetFunctionName() local 521 Dwarf_Attribute attr; in GetDieRangeForPc() local
|