Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DoverloadReturnTypes.ts23 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/
Dobject_operator.cpp205 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 …]
Dlayout_info.cpp29 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
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
Djs_object-inl.h229 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()
Dobject_operator.h138 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()
Dglobal_dictionary-inl.h111 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
Dtagged_dictionary.cpp73 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
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.h94 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()
Dvtable.cpp29 PropertyAttributes attr = layoutInfo->GetAttr(propIndex); in CreateTuple() 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/ts_types/
Dts_obj_layout_info.cpp19 const JSTaggedValue typeIdVal, const uint32_t attr) in AddProperty()
25 const JSTaggedValue typeIdVal, const JSTaggedValue attr) in AddProperty()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp697 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/
Dthread.cpp120 pthread_attr_t attr; in ThreadGetStackInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1263 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 …]
Dprofiler_stub_builder.cpp221 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/
Dsnapshot_env.cpp73 auto attr = layout->GetAttr(index++); in HandleObjectField() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp245 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/
Dic_runtime.cpp222 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp308 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/
Dbuiltins_lazy_callback.cpp228 PropertyAttributes attr(layoutInfo->GetAttr(entry)); in ITERATE_INTL() local
238 auto attr = dict->GetAttributes(entry); in ITERATE_INTL() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.cpp36 auto attr = layout->GetAttr(index++); in VisitAllObjects() local
Dparallel_evacuator-inl.h50 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h50 bool SetAttribute(PropertyAttributes &attr) const in SetAttribute()

12