Lines Matching refs:slotId
149 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineBianryOP, SLOT_ID)); \
157 [this, glue, func, slotId, profileTypeInfo](const std::initializer_list<GateRef> &values, \
160 profiler.PGOProfiler(glue, func, profileTypeInfo, slotId, values, type); \
166 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineBianryOP, SLOT_ID)); \
174 [this, glue, func, slotId, profileTypeInfo](const std::initializer_list<GateRef> &values, \
177 profiler.PGOProfiler(glue, func, profileTypeInfo, slotId, values, type); \
181 #define DEFINE_PROFILE_CALLBACK(glue, sp, slotId) \
186 [this, glue, curFunc, slotId, profileTypeInfo](const std::initializer_list<GateRef> &values, \
189 profiler.PGOProfiler(glue, curFunc, profileTypeInfo, slotId, values, type); \
208 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo, slotId); \
260 result = builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback); \
298 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, SLOT_ID));
299 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
307 GateRef result = builder.TryLoadGlobalByName(glue, 0, info, profileTypeInfo, slotId, callback);
316 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallArg1Imm8V8, SLOT_ID));
318 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
496 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineGetiteratorImm8, SLOT_ID));
497 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
509 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineGetiteratorImm16, SLOT_ID));
510 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
665 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateemptyobject, SLOT_ID));
666 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
678 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm8, SLOT_ID));
680 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
683 profileTypeInfo, slotId, callback);
692 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm16, SLOTID));
694 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
698 newBuilder.CreateEmptyArray(glue, curFunc, { 0, traceId, false }, profileTypeInfo, slotId, callback);
747 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallthis0Imm8V8, SLOT_ID));
748 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
776 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, SLOTID));
778 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
782 glue, imm, curFunc, { 0, traceId, false }, profileTypeInfo, slotId, callback);
792 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, SLOTID));
793 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
798 glue, imm, curFunc, { 0, traceId, false }, profileTypeInfo, slotId, callback);
808 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallthis1Imm8V8V8, SLOT_ID));
809 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
839 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallthis2Imm8V8V8V8, SLOT_ID));
840 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
870 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateobjectwithbufferImm8Id16, SLOT_ID));
871 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
888 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateobjectwithbufferImm16Id16, SLOT_ID));
889 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1258 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineInstanceofImm8V8, SLOTID));
1259 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1264 GateRef result = InstanceOf(glue, obj, acc, profileTypeInfo, slotId, callback);
1297 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallRuntimeIstruePrefImm8, SLOT_ID));
1298 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1317 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallRuntimeIsfalsePrefImm8, SLOT_ID));
1318 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1331 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallthis3Imm8V8V8V8V8, SLOT_ID));
1337 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1370 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallthisrangeImm8Imm8V8, SLOT_ID));
1371 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1504 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineDefinefuncImm8Id16Imm8, SLOT_ID));
1506 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1534 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineDefinefuncImm16Id16Imm8, SLOT_ID));
1535 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1612 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallarg0Imm8, SLOT_ID));
1613 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1747 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallargs2Imm8V8V8, SLOT_ID));
1750 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1779 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallargs3Imm8V8V8V8, SLOT_ID));
1781 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1810 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallrangeImm8Imm8V8, SLOT_ID));
1811 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1847 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm8Id16, SLOT_ID));
1848 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1856 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback);
1892 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm16Id16, SLOT_ID));
1893 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1901 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback);
1910 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm8Id16, SLOT_ID));
1912 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1920 builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback);
1929 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm16Id16, SLOT_ID));
1930 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1938 GateRef result = builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback);
1946 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdthisbyvalueImm8, SLOT_ID));
1947 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1953 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
1961 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdthisbyvalueImm16, SLOT_ID));
1962 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1968 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
1976 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStthisbyvalueImm8V8, SLOT_ID));
1978 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1983 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
1991 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStthisbyvalueImm16V8, SLOT_ID));
1993 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
1998 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2061 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineDefineclasswithbufferImm16Id16Id16Imm16V8, SLOT_ID));
2062 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2269 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdobjbyvalueImm8V8, SLOTID));
2270 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2274 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
2283 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdobjbyvalueImm16V8, SLOTID));
2284 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2288 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
2297 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStobjbyvalueImm8V8V8, SLOTID));
2299 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2303 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2312 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStobjbyvalueImm16V8V8, SLOTID));
2314 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2318 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2328 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbyvalueImm8V8V8, SLOT_ID));
2329 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2367 GateRef slotId = TaggedArgument(PARAM_INDEX(BaselineStownbyvalueImm16V8V8, SLOT_ID));
2368 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2452 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdobjbyindexImm8Imm16, SLOT_ID));
2453 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2481 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdobjbyindexImm16Imm16, SLOT_ID));
2482 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2539 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStobjbyindexImm16V8Imm16, SLOT_ID));
2540 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2568 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbyindexImm8V8Imm16, SLOTID));
2569 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2574 glue, receiver, index, acc, profileTypeInfo, slotId, callback);
2584 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbyindexImm16V8Imm16, SLOTID));
2585 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2589 GateRef result = builder.StoreOwnByIndex(glue, receiver, index, acc, profileTypeInfo, slotId, callback);
2748 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineTryldglobalbynameImm16Id16, SLOTID));
2750 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2758 GateRef result = builder.TryLoadGlobalByName(glue, 0, info, profileTypeInfo, slotId, callback);
2767 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineTrystglobalbynameImm8Id16, SLOTID));
2768 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2776 builder.TryStoreGlobalByName(glue, 0, info, acc, profileTypeInfo, slotId, callback);
2784 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineTrystglobalbynameImm16Id16, SLOTID));
2786 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2794 builder.TryStoreGlobalByName(glue, 0, info, acc, profileTypeInfo, slotId, callback);
2802 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdglobalvarImm16Id16, SLOTID));
2804 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2812 GateRef result = builder.LoadGlobalVar(glue, 0, info, profileTypeInfo, slotId, callback);
2821 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStglobalvarImm16Id16, SLOTID));
2832 GateRef result = builder.StoreGlobalVar(glue, 0, info, acc, profileTypeInfo, slotId);
2840 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdobjbynameImm8Id16, SLOTID));
2842 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2849 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback);
2857 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineLdobjbynameImm16Id16, SLOTID));
2859 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2867 slotId, callback);
2875 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStobjbynameImm8Id16V8, SLOTID));
2890 builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback);
2898 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStobjbynameImm16Id16V8, SLOTID));
2901 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2909 slotId, callback);
2919 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbynameImm8Id16V8, SLOT_ID));
2920 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
2966 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbynameImm16Id16V8, SLOT_ID));
2967 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
3103 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbyvaluewithnamesetImm8V8V8, SLOT_ID));
3104 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
3153 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbyvaluewithnamesetImm16V8V8, SLOT_ID));
3154 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
3201 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbynamewithnamesetImm8Id16V8, SLOT_ID));
3202 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
3253 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineStownbynamewithnamesetImm16Id16V8, SLOT_ID));
3254 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
3622 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineWideNewobjrangePrefImm16V8, SLOT_ID));
3623 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
3768 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, SLOT_ID));
3780 glue, imm, currentFunc, { pc, 0, true }, profileTypeInfo, slotId, callback);
3840 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineNewobjrangeImm8Imm8V8, SLOT_ID));
3841 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
3929 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineNewobjrangeImm16Imm8V8, SLOT_ID));
3930 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
4277 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineWideLdobjbyindexPrefImm32, SLOT_ID));
4278 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
4333 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineWideStobjbyindexPrefV8Imm32, SLOT_ID));
4334 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
4378 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineWideStownbyindexPrefV8Imm32, SLOT_ID));
4379 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
5400 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineDefineFieldByNameImm8Id16V8, SLOT_ID));
5404 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
5423 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineDefinePropertyByNameImm8Id16V8, SLOT_ID));
5427 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);
5525 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallRuntimeCallInitPrefImm8V8, SLOT_ID));
5528 DEFINE_PROFILE_CALLBACK(glue, sp, slotId);