Lines Matching refs:slotId
75 GateRef slotId = Int32Argument(5); // 5: 6th argument
81 newBuilder.NewJSFunction(glue, jsFunc, methodId, length, lexEnv, &result, &exit, &failed, slotId);
285 GateRef slotId = Int32Argument(4); // 4 : 5th pars
287 Return(InstanceOf(glue, object, target, profileTypeInfo, slotId, ProfileOperation()));
467 GateRef slotId = Int32Argument(4); // 4 : 5th para
471 Return(builder.LoadObjByName(glue, receiver, id, info, profileTypeInfo, slotId, ProfileOperation()));
490 GateRef slotId = Int32Argument(5); // 5 : 6th para
494 Return(builder.StoreObjByName(glue, receiver, id, info, value, profileTypeInfo, slotId, ProfileOperation()));
521 GateRef slotId = Int32Argument(4); // 4 : 5th para
524 Return(builder.LoadObjByValue(glue, receiver, key, profileTypeInfo, slotId));
542 GateRef slotId = Int32Argument(5); // 5 : 6th para
545 Return(builder.StoreObjByValue(glue, receiver, key, value, profileTypeInfo, slotId));
640 GateRef slotId = Int32Argument(3); // 3 : 4th para
644 Return(builder.TryLoadGlobalByName(glue, id, info, profileTypeInfo, slotId, ProfileOperation()));
653 GateRef slotId = Int32Argument(4); // 4: 5th para
657 Return(builder.TryStoreGlobalByName(glue, id, info, value, profileTypeInfo, slotId, ProfileOperation()));
665 GateRef slotId = Int32Argument(3); // 3 : 4th para
669 Return(builder.LoadGlobalVar(glue, id, info, profileTypeInfo, slotId, ProfileOperation()));
678 GateRef slotId = Int32Argument(4); // 4: 5th para
682 Return(builder.StoreGlobalVar(glue, id, info, value, profileTypeInfo, slotId));
932 GateRef slotId = Int32Argument(5); // 5 : 6th para
935 glue, index, jsFunc, { IntPtr(0), 0, true }, Undefined(), slotId, ProfileOperation()));