Lines Matching defs:propKey
350 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); \
392 GateRef entry = FindEntryFromNameDictionary(glue, array, propKey); \
399 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, propKey, propsNum); \
424 result = DefineField(glue, receiver, propKey, acc); \
1773 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
1778 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback);
1787 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
1792 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback);
1803 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
1816 GateRef result = SetPropertyByValue(glue, receiver, propKey, acc, true, callback); // acc is value
1824 GateRef result = CallRuntime(glue, RTSTUB_ID(StOwnByValue), { receiver, propKey, acc });
1836 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
1849 GateRef result = SetPropertyByValue(glue, receiver, propKey, acc, true, callback); // acc is value
1857 GateRef result = CallRuntime(glue, RTSTUB_ID(StOwnByValue), { receiver, propKey, acc });
1867 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
1869 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
1878 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
1880 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
1889 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
1890 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
1899 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
1900 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
2149 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc)));
2167 GateRef res = SetPropertyByValue(glue, receiver, propKey, acc, true, callback, true);
2173 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
2181 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByValueWithNameSet), { receiver, propKey, acc });
2192 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc)));
2210 GateRef res = SetPropertyByValue(glue, receiver, propKey, acc, true, callback, true);
2216 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
2224 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByValueWithNameSet), { receiver, propKey, acc });
2235 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
2253 result = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
2260 result = CallRuntime(glue, RTSTUB_ID(StOwnByName), { receiver, propKey, acc });
2273 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
2291 result = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
2298 result = CallRuntime(glue, RTSTUB_ID(StOwnByName), { receiver, propKey, acc });
2312 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
2329 GateRef res = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback, false, true);
2335 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
2343 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByNameWithNameSet), { receiver, propKey, acc });
2354 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
2371 GateRef res = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback, false, true);
2377 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
2385 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByNameWithNameSet), { receiver, propKey, acc });
3625 GateRef propKey = acc;
3626 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey }); // sp for thisFunc
3633 GateRef propKey = acc;
3634 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey }); // sp for thisFunc
3643 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
3644 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey }); // sp for thisFunc
3664 GateRef propKey = acc;
3668 GateRef result = builder.LoadObjByValue(glue, receiver, propKey, profileTypeInfo, slotId, callback);
3678 GateRef propKey = acc;
3682 GateRef result = builder.LoadObjByValue(glue, receiver, propKey, profileTypeInfo, slotId, callback);
3693 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
3696 GateRef result = builder.DeprecatedLoadObjByValue(glue, receiver, propKey);
3706 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
3707 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey });
3717 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
3718 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey });
3729 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3730 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey });
3840 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
3842 { propKey, *varAcc, TaggedTrue() });
3851 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
3853 { propKey, *varAcc, TaggedFalse() });
3862 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3864 { propKey, *varAcc, TaggedTrue() });
3873 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3875 { propKey, *varAcc, TaggedFalse() });
3884 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3886 { propKey, *varAcc, TaggedFalse() });
4223 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
4225 GateRef result = builder.DeprecatedLoadObjByName(glue, receiver, propKey);
5097 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v0));
5102 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback);
5109 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v0));
5114 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback);
5122 GateRef propKey = acc;
5126 GateRef result = builder.LoadObjByValue(glue, receiver, propKey, profileTypeInfo, slotId, callback);
5134 GateRef propKey = acc;
5138 GateRef result = builder.LoadObjByValue(glue, receiver, propKey, profileTypeInfo, slotId, callback);
5577 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v0));
5578 GateRef res = DefineField(glue, obj, propKey, acc); // acc as value
5587 GateRef propKey = IntToTaggedInt(index);
5588 GateRef res = DefineField(glue, obj, propKey, acc); // acc as value