Lines Matching defs:slotId
2709 bool updateHandler, GateRef profileTypeInfo, GateRef slotId)
2792 GateRef oldHandler = GetValueFromTaggedArray(profileTypeInfo, slotId);
2796 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, handler);
5558 GateRef glue, GateRef object, GateRef target, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
5587 GateRef instof = GetMethod(glue, target, hasInstanceSymbol, profileTypeInfo, slotId);
5672 GateRef StubBuilder::GetMethod(GateRef glue, GateRef obj, GateRef key, GateRef profileTypeInfo, GateRef slotId)
5682 GateRef value = builder.LoadObjByName(glue, obj, key, info, profileTypeInfo, slotId, ProfileOperation());
10196 GateRef profileTypeInfo, GateRef slotId)
10209 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
10214 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, newProfileTypeInfoCell);