/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | overloadReturnTypes.ts | 23 function attr(name: string): string; function 49 attr(name:string):string; method 50 attr(name: string, value: string): Accessor; method 51 attr(map: any): Accessor; method
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.cpp | 205 const PropertyAttributes &attr) in ObjectOperator() 211 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr) in FastAdd() 316 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupGlobal() local 345 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local 359 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in LookupPropertyInlinedProps() local 386 uint32_t attr = dict->GetAttributes(entry).GetValue(); in LookupPropertyInlinedProps() local 390 …perator::TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr) in TransitionForAttributeChanged() 430 PropertyAttributes attr, bool attrChanged) in UpdateValueAndDetails() 445 const JSHandle<JSTaggedValue> &value, PropertyAttributes &attr, bool &needBarrier) in ConvertOrTransitionWithRep() 502 PropertyAttributes attr = dict->GetAttributes(GetIndex()); in UpdateDataValue() local [all …]
|
D | layout_info.cpp | 29 auto attr = PropertyAttributes(); in Initialize() local 36 const PropertyAttributes &attr) in AddKey() 103 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local 118 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local 168 PropertyAttributes attr = GetAttr(index); in IsUninitializedProperty() local 181 auto attr = GetAttr(index); in DumpFieldIndexForProfile() local
|
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 | js_object-inl.h | 229 auto attr = layout->GetAttr(index); in ConvertValueWithRep() local 253 auto attr = layout->GetAttr(index); in SetPropertyInlinedPropsWithRep() local 267 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep() 273 PropertyAttributes attr) const in GetPropertyInlinedPropsWithRep() 307 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty() 317 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty()
|
D | object_operator.h | 138 inline void SetAttr(uint32_t attr) in SetAttr() 143 inline void SetAttr(const PropertyAttributes &attr) in SetAttr() 271 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddPropertyInHolder()
|
D | global_dictionary-inl.h | 111 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local 135 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter() local 170 PropertyAttributes attr = GetAttributes(hashIndex); in GetEnumAllKeys() local 215 PropertyAttributes attr = dictHandle->GetAttributes(entry); in InvalidateAndReplaceEntry() local
|
D | tagged_dictionary.cpp | 73 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local 93 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter() local 123 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllEnumKeys() local 264 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllKeysByFilter() local 290 PropertyAttributes attr = obj->GetAttributes(hashIndex); in GetAllEnumKeys() 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 | 94 auto attr = dict->GetAttributes(entry); in GetPropertyByName() local 179 auto attr = dict->GetAttributes(entry); in SetPropertyByName() local 260 auto attr = dict->GetAttributes(entry); in GetPropertyByIndex() local 489 PropertyAttributes attr) in AddPropertyByName() 580 PropertyAttributes attr) in ShouldCallSetter()
|
D | vtable.cpp | 29 PropertyAttributes attr = layoutInfo->GetAttr(propIndex); in CreateTuple() 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/ts_types/ |
D | ts_obj_layout_info.cpp | 19 const JSTaggedValue typeIdVal, const uint32_t attr) in AddProperty() 25 const JSTaggedValue typeIdVal, const JSTaggedValue attr) in AddProperty()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | json_stringifier.cpp | 697 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in SerializeElements() local 745 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local 775 PropertyAttributes attr(layoutInfo->GetAttr(index)); in SerializeKeys() local 802 PropertyAttributes attr = nameDic->GetAttributes(index); in SerializeKeys() local 829 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in SerializeKeys() local 863 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys() local
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | thread.cpp | 120 pthread_attr_t attr; in ThreadGetStackInfo() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1263 inline GateRef StubBuilder::IsWritable(GateRef attr) in IsWritable() 1272 inline GateRef StubBuilder::IsAccessor(GateRef attr) in IsAccessor() 1281 inline GateRef StubBuilder::IsInlinedProperty(GateRef attr) in IsInlinedProperty() 1346 inline GateRef StubBuilder::IsField(GateRef attr) in IsField() 1355 inline GateRef StubBuilder::IsNonExist(GateRef attr) in IsNonExist() 1364 inline GateRef StubBuilder::HandlerBaseIsAccessor(GateRef attr) in HandlerBaseIsAccessor() 1373 inline GateRef StubBuilder::HandlerBaseIsJSArray(GateRef attr) in HandlerBaseIsJSArray() 1382 inline GateRef StubBuilder::HandlerBaseIsInlinedProperty(GateRef attr) in HandlerBaseIsInlinedProperty() 1391 inline GateRef StubBuilder::HandlerBaseGetOffset(GateRef attr) in HandlerBaseGetOffset() 1399 inline GateRef StubBuilder::HandlerBaseGetAttrIndex(GateRef attr) in HandlerBaseGetAttrIndex() [all …]
|
D | profiler_stub_builder.cpp | 221 GateRef ProfilerStubBuilder::UpdateTrackTypeInPropAttr(GateRef attr, GateRef value, ProfileOperatio… in UpdateTrackTypeInPropAttr() 270 GateRef attr = GetInt32OfTInt(propAttr); in UpdatePropAttrIC() local 274 …rStubBuilder::UpdatePropAttrWithValue(GateRef glue, GateRef receiver, GateRef layout, GateRef attr, in UpdatePropAttrWithValue()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_env.cpp | 73 auto attr = layout->GetAttr(index++); in HandleObjectField() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_hclass_test.cpp | 245 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local 270 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local 302 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local 338 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 222 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 308 PropertyAttributes attr = layout->GetAttr(index); in CorrectConstructorHClass() local 313 PropertyAttributes attr = layout->GetAttr(index); in CorrectConstructorHClass() local 320 PropertyAttributes attr = layout->GetAttr(index); in CorrectConstructorHClass() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_lazy_callback.cpp | 228 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in ITERATE_INTL() local 238 auto attr = dict->GetAttributes(entry); in ITERATE_INTL() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | verification.cpp | 36 auto attr = layout->GetAttr(index++); in VisitAllObjects() local
|
D | parallel_evacuator-inl.h | 50 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_layout.h | 50 bool SetAttribute(PropertyAttributes &attr) const in SetAttribute()
|