Lines Matching defs:slotId
1044 Variable *result, Label *success, Label *failed, GateRef slotId,
1079 SetProfileTypeInfoCellToFunction(jsFunc, result->ReadVariable(), slotId);
1088 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, GateRef slotId)
1096 BRANCH(Equal(slotId, Int32(ProfileTypeInfo::INVALID_SLOT_INDEX)), &exit, &isValidSlotId);
1110 UpdateProfileTypeInfoCellToFunction(glue_, definedFunc, *profileTypeInfo, slotId);
1807 // The caller should ensure that the IC slot for LoadTrackInfo is valid (slotId is not 0xff or slotValue is not Hole).
1809 GateRef profileTypeInfo, GateRef slotId, GateRef slotValue, GateRef arrayLiteral, ProfileOperation callback)
1836 SetValueToTaggedArray(VariableType::JS_POINTER(), glue, profileTypeInfo, slotId, *ret);
1945 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
1959 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
1964 slotId, slotValue, Circuit::NullGate(), callback);
1981 TraceIdInfo traceIdInfo, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
2004 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
2008 trackInfo = LoadTrackInfo(glue, jsFunc, traceIdInfo, profileTypeInfo, slotId, slotValue, obj, callback);