Lines Matching defs:propKey
233 GateRef entry = FindEntryFromNameDictionary(glue, array, propKey); \
240 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, propKey, propsNum); \
265 result = DefineField(glue, receiver, propKey, acc); \
350 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
352 { propKey, acc, TaggedFalse() });
1977 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStthisbyvalueImm8V8, PROP_KEY));
1983 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
1992 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStthisbyvalueImm16V8, PROP_KEY));
1998 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2298 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStobjbyvalueImm8V8V8, PROP_KEY));
2303 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2313 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStobjbyvalueImm16V8V8, PROP_KEY));
2318 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2332 GateRef propKey = GetVregValue(sp, ZExtInt32ToPtr(propKeyId));
2348 GateRef result = SetPropertyByValue(glue, receiver, propKey, acc, true, callback); // acc is value
2356 GateRef result = CallRuntime(glue, RTSTUB_ID(StOwnByValue), { receiver, propKey, acc });
2366 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStownbyvalueImm16V8V8, PROP_KEY));
2384 GateRef result = SetPropertyByValue(glue, receiver, propKey, acc, true, callback); // acc is value
2392 GateRef result = CallRuntime(glue, RTSTUB_ID(StOwnByValue), { receiver, propKey, acc });
2424 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStsuperbyvalueImm8V8V8, PROP_KEY));
2429 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
2438 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStsuperbyvalueImm16V8V8, PROP_KEY));
2443 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
2927 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
2944 result = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
2951 result = CallRuntime(glue, RTSTUB_ID(StOwnByName), { receiver, propKey, acc });
2973 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
2990 result = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
2997 result = CallRuntime(glue, RTSTUB_ID(StOwnByName), { receiver, propKey, acc });
3017 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3018 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { acc, propKey });
3033 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3034 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { acc, propKey });
3050 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3051 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
3067 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3068 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
3091 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3093 { propKey, acc, TaggedTrue() });
3106 GateRef propKey = GetVregValue(sp, ZExtInt32ToPtr(propKeyId));
3126 GateRef res = SetPropertyByValue(glue, receiver, propKey, acc, true, callback);
3132 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3140 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByValueWithNameSet), { receiver, propKey, acc });
3152 GateRef propKey = TaggedArgument(PARAM_INDEX(BaselineStownbyvaluewithnamesetImm16V8V8, PROP_KEY));
3174 GateRef res = SetPropertyByValue(glue, receiver, propKey, acc, true, callback);
3180 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3188 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByValueWithNameSet), { receiver, propKey, acc });
3209 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3226 GateRef res = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
3232 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3240 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByNameWithNameSet), { receiver, propKey, acc });
3260 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
3277 GateRef res = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
3283 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3291 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByNameWithNameSet), { receiver, propKey, acc });
5037 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
5040 GateRef result = builder.DeprecatedLoadObjByValue(glue, receiver, propKey);
5054 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v1));
5056 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey }); // sp for thisFunc
5255 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
5257 GateRef result = builder.DeprecatedLoadObjByName(glue, receiver, propKey);
5273 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
5274 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, propKey });
5305 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
5307 { propKey, acc, TaggedTrue() });
5322 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
5324 { propKey, acc, TaggedFalse() });
5339 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
5341 { propKey, acc, TaggedFalse() });
5411 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId);
5434 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
5448 GateRef propKey = GetVregValue(sp, ZExtInt8ToPtr(v0));
5450 GateRef res = DefineField(glue, obj, propKey, acc);
5462 GateRef propKey = IntToTaggedInt(index);
5464 GateRef res = DefineField(glue, obj, propKey, acc);