Searched refs:propAttr (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | profiler_stub_builder.cpp | 269 GateRef propAttr = GetPropAttrFromLayoutInfo(layout, attrIndex); in UpdatePropAttrIC() local 270 GateRef attr = GetInt32OfTInt(propAttr); in UpdatePropAttrIC()
|
D | stub_builder.h | 442 GateRef JSObjectGetProperty(GateRef obj, GateRef hClass, GateRef propAttr);
|
D | stub_builder.cpp | 2464 GateRef propAttr = GetPropAttrFromLayoutInfo(layOutInfo, entryA); in GetPropertyByName() local 2465 GateRef attr = GetInt32OfTInt(propAttr); in GetPropertyByName() 2966 GateRef propAttr = GetPropAttrFromLayoutInfo(layOutInfo, entry); in SetPropertyByName() local 2967 GateRef attr = GetInt32OfTInt(propAttr); in SetPropertyByName()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array.cpp | 199 PropertyAttributes propAttr(attr); in SetCapacity() local 200 if (propAttr.IsConfigurable()) { in SetCapacity()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 247 PropertyAttributes propAttr(attr.GetInt()); in DEF_RUNTIME_STUBS() local 252 … PutIfAbsent(thread, dictHandle, keyHandle, valueHandle, propAttr).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS() 256 … PutIfAbsent(thread, dictHandle, keyHandle, valueHandle, propAttr).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
|