Lines Matching refs:acc
100 CheckExceptionWithJump(glue, sp, res, acc, jump)
103 CheckExceptionWithJumpAndReturn(glue, sp, res, acc, jump)
106 CheckExceptionWithVar(glue, sp, res, acc)
112 CheckPendingException(glue, sp, res, acc)
140 DispatchLast(glue, sp, acc) \
143 DispatchLast(glue, sp, acc) \
152 GateRef acc = GetAccFromFrame(frame); \
169 GateRef acc = GetAccFromFrame(frame); \
260 result = builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback); \
265 result = DefineField(glue, receiver, propKey, acc); \
301 GateRef acc = GetAccFromFrame(frame);
302 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
324 GateRef acc = GetAccFromFrame(frame);
325 METHOD_ENTRY(acc);
331 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
343 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, ACC));
352 { propKey, acc, TaggedFalse() });
403 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetunmappedargs, ACC));
465 GateRef acc = GetAccFromFrame(GetFrame(sp));
485 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetpropiterator, ACC));
488 GateRef result = newBuilder.EnumerateObjectProperties(glue, acc);
499 GateRef acc = GetAccFromFrame(frame);
500 GateRef res = GetIterator(glue, acc, callback);
512 GateRef acc = GetAccFromFrame(frame);
513 GateRef res = GetIterator(glue, acc, callback);
525 GateRef acc = GetAccFromFrame(frame);
537 GateRef acc = GetAccFromFrame(frame);
556 GateRef acc = GetAccFromFrame(frame);
570 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
709 GateRef acc = GetAccFromFrame(frame);
722 GateRef acc = GetAccFromFrame(frame);
736 GateRef acc = GetAccFromFrame(GetFrame(sp));
750 GateRef acc = GetAccFromFrame(frame);
755 METHOD_ENTRY(acc);
762 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
779 GateRef acc = GetAccFromFrame(frame);
795 GateRef acc = GetAccFromFrame(frame);
816 GateRef acc = GetAccFromFrame(frame);
817 METHOD_ENTRY(acc);
824 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
849 GateRef acc = GetAccFromFrame(frame);
850 METHOD_ENTRY(acc);
857 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
872 GateRef acc = GetAccFromFrame(frame);
891 GateRef acc = GetAccFromFrame(frame);
910 GateRef acc = GetAccFromFrame(frame);
928 GateRef acc = GetAccFromFrame(frame);
942 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineNewobjapplyImm8V8, ACC));
945 GateRef result = CallRuntime(glue, RTSTUB_ID(NewObjApply), { func, acc }); // acc is array
953 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineNewobjapplyImm16V8, ACC));
956 GateRef result = CallRuntime(glue, RTSTUB_ID(NewObjApply), { func, acc }); // acc is array
963 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineNewlexenvImm8, ACC));
987 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineNewlexenvwithnameImm8Id16, ACC));
1006 GateRef result = builder.Add(glue, left, acc, callback);
1014 GateRef result = builder.Sub(glue, left, acc, callback);
1022 GateRef result = builder.Mul(glue, left, acc, callback);
1030 GateRef result = builder.Div(glue, left, acc, callback);
1038 GateRef result = builder.Mod(glue, left, acc, callback);
1046 GateRef result = builder.Equal(glue, left, acc, callback);
1054 GateRef result = builder.NotEqual(glue, left, acc, callback);
1062 GateRef result = builder.Less(glue, left, acc, callback);
1070 GateRef result = builder.LessEq(glue, left, acc, callback);
1078 GateRef result = builder.Greater(glue, left, acc, callback);
1086 GateRef result = builder.GreaterEq(glue, left, acc, callback);
1094 GateRef result = builder.Shl(glue, left, acc, callback);
1102 GateRef result = builder.Shr(glue, left, acc, callback);
1110 GateRef result = builder.Ashr(glue, left, acc, callback);
1118 GateRef result = builder.And(glue, left, acc, callback);
1126 GateRef result = builder.Or(glue, left, acc, callback);
1134 GateRef result = builder.Xor(glue, left, acc, callback);
1143 GateRef acc = GetAccFromFrame(GetFrame(sp));
1145 GateRef result = CallRuntime(glue, RTSTUB_ID(Exp), { base, acc });
1152 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineTypeofImm8, ACC));
1154 GateRef result = FastTypeOf(glue, acc);
1161 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineTypeofImm16, ACC));
1163 GateRef result = FastTypeOf(glue, acc);
1171 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineTonumberImm8, ACC));
1176 Branch(TaggedIsNumber(acc), &valueIsNumber, &valueNotNumber);
1179 Return(acc);
1183 GateRef result = CallRuntime(glue, RTSTUB_ID(ToNumber), { acc });
1192 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineTonumericImm8, ACC));
1197 Branch(TaggedIsNumeric(acc), &valueIsNumeric, &valueNotNumeric);
1200 Return(acc);
1204 GateRef result = CallRuntime(glue, RTSTUB_ID(ToNumeric), { acc });
1213 GateRef result = builder.Neg(glue, acc, callback);
1221 GateRef result = builder.Not(glue, acc, callback);
1229 GateRef result = builder.Inc(glue, acc, callback);
1237 GateRef result = builder.Dec(glue, acc, callback);
1245 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineIsinImm8V8, ACC));
1249 GateRef result = CallRuntime(glue, RTSTUB_ID(IsIn), { prop, acc }); // acc is obj
1262 GateRef acc = GetAccFromFrame(frame);
1264 GateRef result = InstanceOf(glue, obj, acc, profileTypeInfo, slotId, callback);
1272 GateRef result = builder.StrictNotEqual(glue, left, acc, callback);
1280 GateRef result = builder.StrictEqual(glue, left, acc, callback);
1286 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineIstrue, ACC));
1288 GateRef result = FastToBooleanBaseline(acc, true);
1296 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeIstruePrefImm8, ACC));
1300 GateRef result = FastToBooleanWithProfileBaseline(acc, callback, true);
1306 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineIsfalse, ACC));
1308 GateRef result = FastToBooleanBaseline(acc, false);
1316 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeIsfalsePrefImm8, ACC));
1320 GateRef result = FastToBooleanWithProfileBaseline(acc, callback, false);
1343 GateRef acc = GetAccFromFrame(frame);
1346 METHOD_ENTRY(acc);
1356 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
1377 GateRef acc = GetAccFromFrame(frame);
1378 METHOD_ENTRY(acc);
1386 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
1475 GateRef acc = GetAccFromFrame(frame);
1477 Return(acc);
1489 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineSupercallarrowrangeImm8Imm8V8, ACC));
1494 { acc, Int16ToTaggedInt(v0), Int8ToTaggedInt(range) });
1511 GateRef acc = GetAccFromFrame(frame);
1540 GateRef acc = GetAccFromFrame(frame);
1561 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDefinemethodImm8Id16Imm8, ACC));
1571 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
1575 result = CallRuntime(glue, RTSTUB_ID(DefineMethod), { *result, acc, Int8ToTaggedInt(length),
1586 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDefinemethodImm16Id16Imm8, ACC));
1596 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
1600 result = CallRuntime(glue, RTSTUB_ID(DefineMethod), { *result, acc, Int8ToTaggedInt(length),
1616 GateRef acc = GetAccFromFrame(frame);
1617 METHOD_ENTRY(acc);
1626 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
1642 GateRef acc = GetAccFromFrame(frame);
1644 CHECK_PENDING_EXCEPTION(res); // CheckPendingException(glue, sp, res, acc)
1651 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineSupercallspreadImm8V8, ACC));
1660 GateRef superCtor = GetPrototype(glue, acc);
1699 callArgs.superCallArgs = { acc, array, ZExtInt32ToPtr(argvLen), elementsPtr, *thisObj, newTarget };
1709 res = CallRuntime(glue, RTSTUB_ID(SuperCallSpread), { acc, array });
1721 Return(acc);
1733 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineApplyImm8V8V8, ACC));
1737 GateRef res = CallRuntime(glue, RTSTUB_ID(CallSpread), { acc, obj, array });
1752 GateRef acc = GetAccFromFrame(frame);
1757 METHOD_ENTRY(acc);
1764 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
1788 GateRef acc = GetAccFromFrame(frame);
1789 METHOD_ENTRY(acc);
1796 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
1814 GateRef acc = GetAccFromFrame(frame);
1817 METHOD_ENTRY(acc);
1825 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
1878 GateRef acc = GetAccFromFrame(frame);
1883 { obj, prop, getter, setter, acc, func, offsetPtr }); // acc is flag
1915 GateRef acc = GetAccFromFrame(frame);
1920 builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback);
1934 GateRef acc = GetAccFromFrame(frame);
1938 GateRef result = builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback);
1949 GateRef acc = GetAccFromFrame(frame);
1953 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
1964 GateRef acc = GetAccFromFrame(frame);
1968 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
1980 GateRef acc = GetAccFromFrame(frame);
1983 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
1995 GateRef acc = GetAccFromFrame(frame);
1998 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2008 GateRef acc = GetAccFromFrame(frame);
2010 GateRef res = CallRuntime(glue, RTSTUB_ID(DynamicImport), { acc, currentFunc });
2044 GateRef acc = GetAccFromFrame(frame);
2046 Return(acc);
2085 GateRef acc = GetAccFromFrame(frame);
2098 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineResumegenerator, ACC));
2103 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
2113 Branch(TaggedIsAsyncGeneratorObject(acc), &isAsyncGeneratorObj, ¬AsyncGeneratorObj);
2117 varAcc = Load(VariableType::JS_ANY(), acc, resumeResultOffset);
2123 varAcc = Load(VariableType::JS_ANY(), acc, resumeResultOffset);
2132 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetresumemod, ACC));
2134 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
2139 Branch(TaggedIsAsyncGeneratorObject(acc), &isAsyncGeneratorObj, ¬AsyncGeneratorObj);
2142 varAcc = IntToTaggedPtr(GetResumeModeFromAsyncGeneratorObject(acc));
2147 varAcc = IntToTaggedPtr(GetResumeModeFromGeneratorObject(acc));
2158 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGettemplateobjectImm8, ACC));
2160 GateRef result = CallRuntime(glue, RTSTUB_ID(GetTemplateObject), { acc });
2168 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGettemplateobjectImm16, ACC));
2170 GateRef literal = acc;
2182 GateRef acc = GetAccFromFrame(frame);
2191 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineSetobjectwithprotoImm8V8, ACC));
2196 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, acc });
2207 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDelobjpropV8, ACC));
2210 GateRef result = DeletePropertyOrThrow(glue, obj, acc);
2218 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionawaituncaughtV8, ACC));
2221 GateRef result = CallRuntime(glue, RTSTUB_ID(AsyncFunctionAwaitUncaught), { asyncFuncObj, acc });
2229 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCopydatapropertiesV8, ACC));
2232 GateRef result = CallRuntime(glue, RTSTUB_ID(CopyDataProperties), { dst, acc });
2240 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStarrayspreadV8V8, ACC));
2244 GateRef result = CallRuntime(glue, RTSTUB_ID(StArraySpread), { dst, index, acc }); // acc is res
2252 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineSetobjectwithprotoImm16V8, ACC));
2257 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, acc });
2272 GateRef acc = GetAccFromFrame(frame);
2274 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
2286 GateRef acc = GetAccFromFrame(frame);
2288 GateRef result = builder.LoadObjByValue(glue, receiver, acc, profileTypeInfo, slotId, callback);
2301 GateRef acc = GetAccFromFrame(frame);
2303 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2316 GateRef acc = GetAccFromFrame(frame);
2318 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback);
2333 GateRef acc = GetAccFromFrame(frame);
2348 GateRef result = SetPropertyByValue(glue, receiver, propKey, acc, true, callback); // acc is value
2356 GateRef result = CallRuntime(glue, RTSTUB_ID(StOwnByValue), { receiver, propKey, acc });
2370 GateRef acc = GetAccFromFrame(frame);
2384 GateRef result = SetPropertyByValue(glue, receiver, propKey, acc, true, callback); // acc is value
2392 GateRef result = CallRuntime(glue, RTSTUB_ID(StOwnByValue), { receiver, propKey, acc });
2401 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineLdsuperbyvalueImm8V8, ACC));
2404 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, acc }); // sp for thisFunc
2412 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineLdsuperbyvalueImm16V8, ACC));
2415 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { receiver, acc }); // sp for thisFunc
2425 GateRef acc = GetAccFromFrame(GetFrame(sp));
2428 // acc is value, sp for thisFunc
2429 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
2439 GateRef acc = GetAccFromFrame(GetFrame(sp));
2442 // acc is value, sp for thisFunc
2443 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
2456 GateRef acc = GetAccFromFrame(frame);
2459 Branch(TaggedIsHeapObject(acc), &fastPath, &slowPath);
2462 GateRef result = GetPropertyByIndex(glue, acc, index, callback);
2471 { acc, IntToTaggedInt(index), TaggedFalse(), Undefined() });
2485 GateRef acc = GetAccFromFrame(frame);
2488 Branch(TaggedIsHeapObject(acc), &fastPath, &slowPath);
2491 GateRef result = GetPropertyByIndex(glue, acc, index, callback);
2500 { acc, IntToTaggedInt(index), TaggedFalse(), Undefined() });
2511 GateRef acc = GetAccFromFrame(GetFrame(sp));
2519 GateRef result = SetPropertyByIndex(glue, receiver, index, acc, false);
2528 { receiver, IntToTaggedInt(index), acc });
2541 GateRef acc = GetAccFromFrame(frame);
2548 GateRef result = SetPropertyByIndex(glue, receiver, index, acc, false);
2557 { receiver, IntToTaggedInt(index), acc });
2570 GateRef acc = GetAccFromFrame(frame);
2574 glue, receiver, index, acc, profileTypeInfo, slotId, callback);
2587 GateRef acc = GetAccFromFrame(frame);
2589 GateRef result = builder.StoreOwnByIndex(glue, receiver, index, acc, profileTypeInfo, slotId, callback);
2597 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionresolveV8, ACC));
2601 { asyncFuncObj, acc, TaggedTrue() });
2609 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionrejectV8, ACC));
2613 { asyncFuncObj, acc, TaggedFalse() });
2621 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCopyrestargsImm8, ACC));
2702 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStlexvarImm4Imm4, ACC));
2721 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, acc);
2737 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStmodulevarImm8, ACC));
2740 CallRuntime(glue, RTSTUB_ID(StModuleVarByIndex), { IntToTaggedInt(index), acc });
2752 GateRef acc = GetAccFromFrame(frame);
2753 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
2772 GateRef acc = GetAccFromFrame(frame);
2776 builder.TryStoreGlobalByName(glue, 0, info, acc, profileTypeInfo, slotId, callback);
2790 GateRef acc = GetAccFromFrame(frame);
2794 builder.TryStoreGlobalByName(glue, 0, info, acc, profileTypeInfo, slotId, callback);
2806 GateRef acc = GetAccFromFrame(frame);
2807 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
2820 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStglobalvarImm16Id16, ACC));
2832 GateRef result = builder.StoreGlobalVar(glue, 0, info, acc, profileTypeInfo, slotId);
2863 GateRef acc = GetAccFromFrame(frame);
2866 GateRef result = builder.LoadObjByName(glue, acc, 0, stringIdInfo, profileTypeInfo,
2884 GateRef acc = GetAccFromFrame(frame);
2890 builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo, slotId, callback);
2905 GateRef acc = GetAccFromFrame(frame);
2908 GateRef result = builder.StoreObjByName(glue, receiver, 0, stringIdInfo, acc, profileTypeInfo,
2925 GateRef acc = GetAccFromFrame(frame);
2944 result = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
2951 result = CallRuntime(glue, RTSTUB_ID(StOwnByName), { receiver, propKey, acc });
2969 GateRef acc = GetAccFromFrame(frame);
2990 result = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
2997 result = CallRuntime(glue, RTSTUB_ID(StOwnByName), { receiver, propKey, acc });
3013 GateRef acc = GetAccFromFrame(frame);
3018 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { acc, propKey });
3029 GateRef acc = GetAccFromFrame(frame);
3034 GateRef result = CallRuntime(glue, RTSTUB_ID(LdSuperByValue), { acc, propKey });
3042 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStsuperbynameImm8Id16V8, ACC));
3051 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
3059 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStsuperbynameImm16Id16V8, ACC));
3068 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
3085 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStconsttoglobalrecordImm16Id16, ACC));
3093 { propKey, acc, TaggedTrue() });
3107 GateRef acc = GetAccFromFrame(frame);
3126 GateRef res = SetPropertyByValue(glue, receiver, propKey, acc, true, callback);
3132 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3140 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByValueWithNameSet), { receiver, propKey, acc });
3156 GateRef acc = GetAccFromFrame(frame);
3174 GateRef res = SetPropertyByValue(glue, receiver, propKey, acc, true, callback);
3180 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3188 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByValueWithNameSet), { receiver, propKey, acc });
3207 GateRef acc = GetAccFromFrame(frame);
3226 GateRef res = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
3232 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3240 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByNameWithNameSet), { receiver, propKey, acc });
3256 GateRef acc = GetAccFromFrame(frame);
3277 GateRef res = SetPropertyByName(glue, receiver, propKey, acc, true, True(), callback);
3283 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey });
3291 GateRef res = CallRuntime(glue, RTSTUB_ID(StOwnByNameWithNameSet), { receiver, propKey, acc });
3305 GateRef acc = GetAccFromFrame(frame);
3330 GateRef acc = GetAccFromFrame(frame);
3405 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { acc, *varSp, currentSp });
3413 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturnBaseline), { acc, *varSp, currentSp, jumpSize });
3426 acc, *varHotnessCounter, jumpSize });
3459 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStlexvarImm8Imm8, ACC));
3479 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, acc);
3493 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineAsyncgeneratorrejectV8, ACC));
3498 { asyncGenerator, acc });
3505 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineSetgeneratorstateImm8, ACC));
3508 CallRuntime(glue, RTSTUB_ID(SetGeneratorState), { acc, IntToTaggedInt(index) });
3516 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetasynciteratorImm8, ACC));
3518 GateRef res = CallRuntime(glue, RTSTUB_ID(GetAsyncIterator), { acc });
3526 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, ACC));
3532 IntToTaggedInt(levelIndex), IntToTaggedInt(slotIndex), acc}); // acc as obj
3546 GateRef acc = GetAccFromFrame(frame);
3550 IntToTaggedInt(levelIndex), IntToTaggedInt(slotIndex), obj, acc}); // acc as value
3558 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, ACC));
3564 IntToTaggedInt(levelIndex), IntToTaggedInt(slotIndex), acc}); // acc as obj
3585 GateRef acc = GetAccFromFrame(GetFrame(sp));
3596 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineThrowPrefNone, ACC));
3598 CallRuntime(glue, RTSTUB_ID(Throw), { acc });
3624 GateRef acc = GetAccFromFrame(frame);
3693 Return(acc);
3707 GateRef acc = GetAccFromFrame(frame);
3723 GateRef acc = GetAccFromFrame(frame);
3732 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideNewlexenvPrefImm16, ACC));
3757 GateRef acc = GetAccFromFrame(frame);
3775 GateRef acc = GetAccFromFrame(frame);
3788 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideNewlexenvwithnamePrefImm16Id16, ACC));
3809 GateRef acc = GetAccFromFrame(frame);
3823 GateRef acc = GetAccFromFrame(frame);
3842 GateRef acc = GetAccFromFrame(frame);
3914 Return(acc);
3932 GateRef acc = GetAccFromFrame(frame);
4004 Return(acc);
4017 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideCallrangePrefImm16V8, ACC));
4025 METHOD_ENTRY(acc);
4032 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
4047 GateRef acc = GetAccFromFrame(frame);
4079 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideCallthisrangePrefImm16V8, ACC));
4091 METHOD_ENTRY(acc);
4098 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
4114 GateRef acc = GetAccFromFrame(frame);
4161 GateRef acc = GetAccFromFrame(frame);
4178 GateRef acc = GetAccFromFrame(frame);
4200 GateRef acc = GetAccFromFrame(frame);
4207 Branch(TaggedIsHole(acc), &isHole, ¬Hole);
4227 GateRef acc = GetAccFromFrame(frame);
4237 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideSupercallarrowrangePrefImm16V8, ACC));
4242 { acc, Int16ToTaggedInt(v0), Int16ToTaggedInt(range) });
4250 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineThrowIfsupernotcorrectcallPrefImm8, ACC));
4254 { Int8ToTaggedInt(imm), acc }); // acc is thisValue
4266 GateRef acc = GetAccFromFrame(frame);
4281 GateRef acc = GetAccFromFrame(frame);
4284 Branch(TaggedIsHeapObject(acc), &fastPath, &slowPath);
4287 GateRef result = GetPropertyByIndex(glue, acc, index, callback);
4296 { acc, IntToTaggedInt(index), TaggedFalse(), Undefined() });
4305 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineThrowIfsupernotcorrectcallPrefImm16, ACC));
4309 { Int16ToTaggedInt(imm), acc }); // acc is thisValue
4321 GateRef acc = GetAccFromFrame(frame);
4337 GateRef acc = GetAccFromFrame(frame);
4344 GateRef result = SetPropertyByIndex(glue, receiver, index, acc, false);
4353 { receiver, IntToTaggedInt(index), acc });
4366 GateRef acc = GetAccFromFrame(frame);
4380 GateRef acc = GetAccFromFrame(frame);
4396 GateRef result = SetPropertyByIndex(glue, receiver, index, acc, true); // acc is value
4405 { receiver, IntToTaggedInt(index), acc });
4418 GateRef acc = GetAccFromFrame(GetFrame(sp));
4442 GateRef acc = GetAccFromFrame(GetFrame(sp));
4457 GateRef acc = GetAccFromFrame(GetFrame(sp));
4513 GateRef acc = GetAccFromFrame(GetFrame(sp));
4535 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideStlexvarPrefImm16Imm16, ACC));
4555 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, acc);
4575 GateRef acc = GetAccFromFrame(GetFrame(sp));
4613 GateRef acc = GetAccFromFrame(GetFrame(sp));
4634 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideStmodulevarPrefImm16, ACC));
4637 CallRuntime(glue, RTSTUB_ID(StModuleVarByIndex), { Int16ToTaggedInt(index), acc });
4653 GateRef acc = GetAccFromFrame(GetFrame(sp));
4681 GateRef acc = GetAccFromFrame(GetFrame(sp));
4733 GateRef acc = GetAccFromFrame(frame);
4768 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedResumegeneratorPrefV8, ACC));
4774 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
4804 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineWideStpatchvarPrefImm16, ACC));
4807 GateRef result = CallRuntime(glue, RTSTUB_ID(StPatchVar), { Int16ToTaggedInt(index), acc });
4814 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedGetresumemodePrefV8, ACC));
4819 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
4847 GateRef acc = GetAccFromFrame(frame);
4860 GateRef acc = GetAccFromFrame(frame);
4882 GateRef acc = GetAccFromFrame(frame);
4891 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
4991 GateRef acc = GetAccFromFrame(frame);
5006 GateRef acc = GetAccFromFrame(frame);
5015 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedSetobjectwithprotoPrefV8V8, ACC));
5052 GateRef acc = GetAccFromFrame(frame);
5069 GateRef acc = GetAccFromFrame(frame);
5102 GateRef acc = GetAccFromFrame(frame);
5116 GateRef acc = GetAccFromFrame(frame);
5230 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedStmodulevarPrefId32, ACC));
5239 CallRuntime(glue, RTSTUB_ID(StModuleVar), { prop, acc });
5297 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedStconsttoglobalrecordPrefId32, ACC));
5307 { propKey, acc, TaggedTrue() });
5314 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedStlettoglobalrecordPrefId32, ACC));
5324 { propKey, acc, TaggedFalse() });
5331 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedStclasstoglobalrecordPrefId32, ACC));
5341 { propKey, acc, TaggedFalse() });
5358 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedCreateobjecthavingmethodPrefImm16, ACC));
5368 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectHavingMethod), { result, acc });
5376 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineDeprecatedDynamicimportPrefV8, ACC));
5388 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeNotifyConcurrentResultPrefNone, ACC));
5391 CallRuntime(glue, RTSTUB_ID(NotifyConcurrentResult), {acc, funcObj});
5405 GateRef acc = GetAccFromFrame(frame);
5428 GateRef acc = GetAccFromFrame(frame);
5444 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeDefineFieldByValuePrefImm8V8V8, ACC));
5450 GateRef res = DefineField(glue, obj, propKey, acc);
5458 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeDefineFieldByIndexPrefImm8Imm32V8, ACC));
5464 GateRef res = DefineField(glue, obj, propKey, acc);
5472 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeToPropertyKeyPrefNone, ACC));
5474 GateRef res = CallRuntime(glue, RTSTUB_ID(ToPropertyKey), { acc });
5487 GateRef acc = GetAccFromFrame(frame);
5503 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeDefinePrivatePropertyPrefImm8Imm16Imm16V8, ACC));
5514 IntToTaggedInt(levelIndex), IntToTaggedInt(slotIndex), obj, acc}); // acc as value
5522 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineCallRuntimeCallInitPrefImm8V8, ACC));
5532 METHOD_ENTRY(acc);
5538 CallStubBuilder callBuilder(this, glue, acc, actualNumArgs, jumpSize, &result, hotnessCounter, callArgs, callback);
5577 GateRef acc = GetAccFromFrame(frame);
5604 GateRef acc = GetAccFromFrame(frame);
5625 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
5717 GateRef acc = GetAccFromFrame(frame);
5727 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
5824 GateRef acc = PtrArgument(PARAM_INDEX(BaselineExceptionHandler, ACC));
5838 DEFVARIABLE(varAcc, VariableType::JS_ANY(), acc);
5881 GateRef acc = GetAccFromFrame(frame);