Lines Matching refs:slotId
25 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
38 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId);
55 CallRuntime(glue, RTSTUB_ID(LoadICByName), {profileTypeInfo, receiver, propKey, IntToTaggedInt(slotId)});
65 GateRef glue, GateRef receiver, GateRef key, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
78 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId);
92 result = CallRuntime(glue, RTSTUB_ID(LoadICByName), {profileTypeInfo, receiver, key, IntToTaggedInt(slotId)});
131 GateRef value, GateRef profileTypeInfo, GateRef slotId,
144 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId, callback);
161 glue, RTSTUB_ID(StoreICByName), {profileTypeInfo, receiver, propKey, value, IntToTaggedInt(slotId)});
176 GateRef slotId,
189 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId, callback);
204 glue, RTSTUB_ID(StoreICByName), {profileTypeInfo, receiver, key, value, IntToTaggedInt(slotId)});
230 GateRef slotId, ProfileOperation callback)
243 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId, key);
257 result = CallRuntime(glue, RTSTUB_ID(LoadICByValue), {profileTypeInfo, receiver, key, IntToTaggedInt(slotId)});
296 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
308 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId, key, callback);
323 glue, RTSTUB_ID(StoreICByValue), {profileTypeInfo, receiver, key, value, IntToTaggedInt(slotId)});
333 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
345 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId, IntToTaggedPtr(index), callback);
370 {profileTypeInfo, receiver, IntToTaggedInt(index), value, IntToTaggedInt(slotId)});
380 GateRef profileTypeInfo, GateRef slotId,
394 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId);
419 { profileTypeInfo, propKey, IntToTaggedInt(slotId) });
430 GateRef value, GateRef profileTypeInfo, GateRef slotId,
443 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId);
481 { profileTypeInfo, globalObject, propKey, value, IntToTaggedInt(slotId),
493 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
506 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId);
520 { globalObject, propKey, profileTypeInfo, IntToTaggedInt(slotId) });
531 GateRef value, GateRef profileTypeInfo, GateRef slotId)
543 builder.SetParameters(glue, receiver, profileTypeInfo, value, slotId);
557 { profileTypeInfo, globalObject, propKey, value, IntToTaggedInt(slotId),