Lines Matching refs:slotId

44     GateRef slotId, const std::vector<GateRef> &values, OperationType type)
46 SlotIDInfo slotIdInfo(slotId, SlotIDInfo::SlotIDInfoType::SLOT_ID);
107 GateRef slotId = GetSlotID(slotInfo);
109 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit);
111 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
128 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, *curTaggedSlotValue);
154 GateRef slotId = GetSlotID(slotInfo);
156 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit);
158 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
194 GateRef slotId = GetSlotID(slotInfo);
196 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit);
199 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
219 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, weakCtor);
270 GateRef slotId = GetSlotID(slotInfo);
272 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit);
274 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
289 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, nonType);
302 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, target);
380 GateRef slotId = GetSlotID(slotInfo);
382 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit);
384 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
399 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, IntToTaggedInt(invalidId));
406 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, IntToTaggedInt(newId));
582 GateRef slotId = GetSlotID(slotInfo);
584 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit);
586 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
621 VariableType::JS_ANY(), glue, profileTypeInfo, slotId, IntToTaggedInt(newSlotValue));
747 GateRef slotId = GetSlotID(slotInfo);
749 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit);
751 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
767 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, IntToTaggedInt(invalidKind));
774 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, IntToTaggedInt(newIterKind));