Lines Matching refs:SlowRuntimeStub
636 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in HandleGetunmappedargs()
648 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in HandleAsyncfunctionenter()
666 JSTaggedValue res = SlowRuntimeStub::ToNumber(thread, value); in HandleTonumberImm8()
690 JSTaggedValue res = SlowRuntimeStub::Neg(thread, value); in HandleNegImm8()
714 JSTaggedValue res = SlowRuntimeStub::Not(thread, value); in HandleNotImm8()
741 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in HandleIncImm8()
768 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDecImm8()
781 SlowRuntimeStub::Throw(thread, GET_ACC()); in HandleThrow()
801 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in HandleGetpropiterator()
847 JSTaggedValue res = SlowRuntimeStub::GetIterator(thread, obj); in HandleGetiteratorImm8()
861 JSTaggedValue res = SlowRuntimeStub::GetAsyncIterator(thread, obj); in HandleGetasynciteratorImm8()
875 SlowRuntimeStub::ThrowConstAssignment(thread, GET_VREG_VALUE(v0)); in HandleThrowConstassignmentPrefV8()
886 SlowRuntimeStub::ThrowPatternNonCoercible(thread); in HandleThrowPatternnoncoerciblePrefNone()
905 SlowRuntimeStub::ThrowIfNotObject(thread); in HandleThrowIfnotobjectPrefV8()
918 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in HandleCloseiteratorImm8V8()
953 JSTaggedValue res = SlowRuntimeStub::Add2(thread, left, right); in HandleAdd2Imm8V8()
988 JSTaggedValue res = SlowRuntimeStub::Sub2(thread, left, right); in HandleSub2Imm8V8()
1009 JSTaggedValue res = SlowRuntimeStub::Mul2(thread, left, right); in HandleMul2Imm8V8()
1032 JSTaggedValue slowRes = SlowRuntimeStub::Div2(thread, left, right); in HandleDiv2Imm8V8()
1055 JSTaggedValue slowRes = SlowRuntimeStub::Mod2(thread, left, right); in HandleMod2Imm8V8()
1078 res = SlowRuntimeStub::Eq(thread, left, right); in HandleEqImm8V8()
1104 res = SlowRuntimeStub::NotEq(thread, left, right); in HandleNoteqImm8V8()
1137 JSTaggedValue res = SlowRuntimeStub::Less(thread, left, right); in HandleLessImm8V8()
1169 JSTaggedValue res = SlowRuntimeStub::LessEq(thread, left, right); in HandleLesseqImm8V8()
1202 JSTaggedValue res = SlowRuntimeStub::Greater(thread, left, right); in HandleGreaterImm8V8()
1235 JSTaggedValue res = SlowRuntimeStub::GreaterEq(thread, left, right); in HandleGreatereqImm8V8()
1276 JSTaggedValue res = SlowRuntimeStub::Shl2(thread, left, right); in HandleShl2Imm8V8()
1316 JSTaggedValue res = SlowRuntimeStub::Shr2(thread, left, right); in HandleShr2Imm8V8()
1352 JSTaggedValue res = SlowRuntimeStub::Ashr2(thread, left, right); in HandleAshr2Imm8V8()
1387 JSTaggedValue res = SlowRuntimeStub::And2(thread, left, right); in HandleAnd2Imm8V8()
1422 JSTaggedValue res = SlowRuntimeStub::Or2(thread, left, right); in HandleOr2Imm8V8()
1457 JSTaggedValue res = SlowRuntimeStub::Xor2(thread, left, right); in HandleXor2Imm8V8()
1475 JSTaggedValue res = SlowRuntimeStub::DelObjProp(thread, obj, prop); in HandleDelobjpropV8()
1516 JSTaggedValue res = SlowRuntimeStub::Exp(thread, base, exponent); in HandleExpImm8V8()
1533 JSTaggedValue res = SlowRuntimeStub::IsIn(thread, prop, obj); in HandleIsinImm8V8()
1549 JSTaggedValue res = SlowRuntimeStub::Instanceof(thread, obj, target); in HandleInstanceofImm8V8()
1570 res = SlowRuntimeStub::NotEq(thread, left, right); in HandleStrictnoteqImm8V8()
1591 res = SlowRuntimeStub::Eq(thread, left, right); in HandleStricteqImm8V8()
1717 res = SlowRuntimeStub::NewLexicalEnv(thread, numVars); in HandleNewlexenvImm8()
1747 JSTaggedValue res = SlowRuntimeStub::CreateIterResultObj(thread, value, flag); in HandleCreateiterresultobjV8V8()
1765 JSTaggedValue res = SlowRuntimeStub::SuspendGenerator(thread, genObj, value); in HandleSuspendgeneratorV8()
1801 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in HandleAsyncfunctionawaituncaughtV8()
1818 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleAsyncfunctionresolveV8()
1835 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleAsyncfunctionrejectV8()
1851 JSTaggedValue res = SlowRuntimeStub::NewObjApply(thread, func, array); in HandleNewobjapplyImm8V8()
1872 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj); in HandleThrowUndefinedifholePrefV8V8()
1891 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj); in HandleThrowUndefinedifholewithnamePrefId16()
1929 JSTaggedValue res = SlowRuntimeStub::StOwnByName(thread, receiver, propKey, value); in HandleStownbynameImm8Id16V8()
1944 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm8()
1958 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in HandleCreateemptyobject()
1974 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleSetobjectwithprotoImm8V8()
1992 JSTaggedValue res = SlowRuntimeStub::CreateRegExpWithLiteral(thread, pattern, flags); in HandleCreateregexpwithliteralImm8Id16Imm8()
2006 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, literal); in HandleGettemplateobjectImm8()
2021 JSTaggedValue res = SlowRuntimeStub::GetNextPropName(thread, iter); in HandleGetnextpropnameV8()
2037 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in HandleCopydatapropertiesV8()
2070 JSTaggedValue res = SlowRuntimeStub::StOwnByIndex(thread, receiver, index, value); in HandleStownbyindexImm8V8Imm16()
2110 JSTaggedValue res = SlowRuntimeStub::StOwnByValue(thread, receiver, propKey, value); in HandleStownbyvalueImm8V8V8()
2128 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in HandleCreateobjectwithexcludedkeysImm8V8V8()
2154 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in HandleCopyrestargsImm8()
2178 … SlowRuntimeStub::DefineGetterSetterByValue(thread, obj, prop, getter, setter, flag.ToBoolean()); in HandleDefinegettersetterbyvalueV8V8V8V8()
2211 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value); in HandleStobjbyindexImm8V8Imm16()
2276 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value); in HandleStobjbyvalueImm8V8V8()
2300 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in HandleStsuperbyvalueImm8V8V8()
2337 JSTaggedValue result = SlowRuntimeStub::LdGlobalRecord(thread, prop); in HandleTryldglobalbynameImm8Id16()
2347 … JSTaggedValue res = SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(thread, globalObj, prop); in HandleTryldglobalbynameImm8Id16()
2390 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey); in HandleTrystglobalbynameImm8Id16()
2396 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value); in HandleTrystglobalbynameImm8Id16()
2403 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in HandleTrystglobalbynameImm8Id16()
2408 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value); in HandleTrystglobalbynameImm8Id16()
2449 JSTaggedValue res = SlowRuntimeStub::StOwnByValueWithNameSet(thread, receiver, propKey, value); in HandleStownbyvaluewithnamesetImm8V8V8()
2490 JSTaggedValue res = SlowRuntimeStub::StOwnByNameWithNameSet(thread, receiver, propKey, value); in HandleStownbynamewithnamesetImm8Id16V8()
2531 JSTaggedValue res = SlowRuntimeStub::LdGlobalVarFromGlobalProto(thread, globalObj, propKey); in HandleLdglobalvarImm16Id16()
2609 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value); in HandleStobjbynameImm8Id16V8()
2638 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in HandleStsuperbynameImm8Id16V8()
2675 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, prop, value); in HandleStglobalvarImm16Id16()
2690 JSTaggedValue res = SlowRuntimeStub::CreateGeneratorObj(thread, genFunc); in HandleCreategeneratorobjV8()
2705 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in HandleCreateasyncgeneratorobjV8()
2724 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorResolve(thread, asyncGenerator, value, flag); in HandleAsyncgeneratorresolveV8V8V8()
2760 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorReject(thread, asyncGenerator, value); in HandleAsyncgeneratorrejectV8()
2776 SlowRuntimeStub::SetGeneratorState(thread, objVal, index); in HandleSetgeneratorstateImm8()
2792 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorReject(thread, asyncGenerator, value); in HandleDeprecatedAsyncgeneratorrejectPrefV8V8()
2810 JSTaggedValue res = SlowRuntimeStub::StArraySpread(thread, dst, index, src); in HandleStarrayspreadV8V8()
2835 JSTaggedValue res = SlowRuntimeStub::LdBigInt(thread, numberBigInt); in HandleLdbigintId16()
2853 JSTaggedValue res = SlowRuntimeStub::ToNumeric(thread, value); in HandleTonumericImm8()
2873 JSTaggedValue res = SlowRuntimeStub::SuperCallSpread(thread, thisFunc, newTarget, array); in HandleSupercallspreadImm8V8()
2888 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in HandleThrowIfsupernotcorrectcallPrefImm16()
2900 SlowRuntimeStub::ThrowDeleteSuperProperty(thread); in HandleThrowDeletesuperpropertyPrefNone()
2957 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm16()
2970 JSTaggedValue res = SlowRuntimeStub::GetIterator(thread, obj); in HandleGetiteratorImm16()
2984 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, obj); in HandleGettemplateobjectImm16()
2999 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in HandleCloseiteratorImm16V8()
3016 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleSetobjectwithprotoImm16V8()
3083 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value); in HandleStobjbyvalueImm16V8V8()
3124 JSTaggedValue res = SlowRuntimeStub::StOwnByValue(thread, receiver, propKey, value); in HandleStownbyvalueImm16V8V8()
3157 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value); in HandleStobjbyindexImm16V8Imm16()
3190 JSTaggedValue res = SlowRuntimeStub::StOwnByIndex(thread, receiver, index, value); in HandleStownbyindexImm16V8Imm16()
3205 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in HandleThrowIfsupernotcorrectcallPrefImm8()
3217 SlowRuntimeStub::ThrowThrowNotExists(thread); in HandleThrowNotexistsPrefNone()
3227 SlowRuntimeStub::Throw(thread, GET_ACC()); in HandleThrowPrefNone()
3239 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in HandleWideLdexternalmodulevarPrefImm16()
3252 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleWideLdlocalmodulevarPrefImm16()
3268 SlowRuntimeStub::StModuleVar(thread, index, value); in HandleWideStmodulevarPrefImm16()
3281 JSTaggedValue moduleNamespace = SlowRuntimeStub::GetModuleNamespace(thread, index); in HandleWideGetmodulenamespacePrefImm16()
3320 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in HandleWideCopyrestargsPrefImm16()
3353 JSTaggedValue res = SlowRuntimeStub::StOwnByIndex(thread, receiver, index, value); in HandleWideStownbyindexPrefV8Imm32()
3386 JSTaggedValue res = SlowRuntimeStub::StObjByIndex(thread, receiver, index, value); in HandleWideStobjbyindexPrefV8Imm32()
3413 …JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Und… in HandleWideLdobjbyindexPrefImm32()
3450 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallarrowrangePrefImm16V8()
3573 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleWideSupercallarrowrangePrefImm16V8()
3593 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleWideSupercallthisrangePrefImm16V8()
3716 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleWideSupercallthisrangePrefImm16V8()
3746 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId); in HandleWideNewlexenvwithnamePrefImm16Id16()
3767 res = SlowRuntimeStub::NewLexicalEnv(thread, numVars); in HandleWideNewlexenvPrefImm16()
3910 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); in HandleWideNewobjrangePrefImm16V8()
3928 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8()
3950 JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, env); in HandleDeprecatedCreateobjecthavingmethodPrefImm16()
3983 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in HandleDeprecatedStclasstoglobalrecordPrefId32()
4003 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in HandleDeprecatedStlettoglobalrecordPrefId32()
4023 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); in HandleDeprecatedStconsttoglobalrecordPrefId32()
4042 JSTaggedValue moduleVar = SlowRuntimeStub::LdModuleVar(thread, key, innerFlag != 0); in HandleDeprecatedLdmodulevarPrefId32Imm8()
4063 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc); in HandleDeprecatedLdsuperbynamePrefId32V8()
4096 …JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::… in HandleDeprecatedLdobjbynamePrefId32V8()
4117 SlowRuntimeStub::StModuleVar(thread, key, value); in HandleDeprecatedStmodulevarPrefId32()
4133 JSTaggedValue moduleNamespace = SlowRuntimeStub::GetModuleNamespace(thread, localName); in HandleDeprecatedGetmodulenamespacePrefId32()
4221 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8()
4240 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8()
4268 …JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Und… in HandleDeprecatedLdobjbyindexPrefV8Imm32()
4289 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc); in HandleDeprecatedLdsuperbyvaluePrefV8V8()
4319 …JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue:… in HandleDeprecatedLdobjbyvaluePrefV8V8()
4337 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleDeprecatedSetobjectwithprotoPrefV8V8()
4354 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in HandleDeprecatedCopydatapropertiesPrefV8V8()
4371 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in HandleDeprecatedAsyncfunctionawaituncaughtPrefV8V8()
4390 JSTaggedValue res = SlowRuntimeStub::SuspendGenerator(thread, genObj, value); in HandleDeprecatedSuspendgeneratorPrefV8V8()
4428 JSTaggedValue res = SlowRuntimeStub::DelObjProp(thread, obj, prop); in HandleDeprecatedDelobjpropPrefV8V8()
4445 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, literal); in HandleDeprecatedGettemplateobjectPrefV8()
4503 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8()
4514 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8()
4534 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in HandleDeprecatedCallspreadPrefV8V8V8()
4592 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDeprecatedDecPrefV8()
4623 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in HandleDeprecatedIncPrefV8()
4650 JSTaggedValue res = SlowRuntimeStub::Not(thread, value); in HandleDeprecatedNotPrefV8()
4676 JSTaggedValue res = SlowRuntimeStub::Neg(thread, value); in HandleDeprecatedNegPrefV8()
4697 JSTaggedValue res = SlowRuntimeStub::ToNumeric(thread, value); in HandleDeprecatedTonumericPrefV8()
4726 JSTaggedValue res = SlowRuntimeStub::ToNumber(thread, value); in HandleDeprecatedTonumberPrefV8()
4746 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in HandleDeprecatedCreateobjectwithbufferPrefImm16()
4764 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleDeprecatedCreatearraywithbufferPrefImm16()
4781 JSTaggedValue res = SlowRuntimeStub::GetIteratorNext(thread, obj, method); in HandleDeprecatedGetiteratornextPrefV8V8()
5019 JSTaggedValue res = SlowRuntimeStub::StOwnByNameWithNameSet(thread, receiver, propKey, value); in HandleStownbynamewithnamesetImm16Id16V8()
5059 JSTaggedValue res = SlowRuntimeStub::StOwnByValueWithNameSet(thread, receiver, propKey, value); in HandleStownbyvaluewithnamesetImm16V8V8()
5107 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); in HandleSttoglobalrecordImm16Id16()
5128 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); in HandleStconsttoglobalrecordImm16Id16()
5142 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleLdlocalmodulevarImm8()
5169 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in HandleStsuperbynameImm16Id16V8()
5191 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc); in HandleLdsuperbynameImm16Id16()
5214 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc); in HandleLdsuperbynameImm8Id16()
5255 JSTaggedValue res = SlowRuntimeStub::StOwnByName(thread, receiver, propKey, value); in HandleStownbynameImm16Id16V8()
5331 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value); in HandleStobjbynameImm16Id16V8()
5398 …JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::… in HandleLdobjbynameImm16Id16()
5465 …JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::… in HandleLdobjbynameImm8Id16()
5503 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey); in HandleTrystglobalbynameImm16Id16()
5509 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value); in HandleTrystglobalbynameImm16Id16()
5516 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in HandleTrystglobalbynameImm16Id16()
5521 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value); in HandleTrystglobalbynameImm16Id16()
5559 JSTaggedValue result = SlowRuntimeStub::LdGlobalRecord(thread, prop); in HandleTryldglobalbynameImm16Id16()
5569 … JSTaggedValue res = SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(thread, globalObj, prop); in HandleTryldglobalbynameImm16Id16()
5588 SlowRuntimeStub::StModuleVar(thread, index, value); in HandleStmodulevarImm8()
5601 JSTaggedValue moduleNamespace = SlowRuntimeStub::GetModuleNamespace(thread, index); in HandleGetmodulenamespaceImm8()
5628 …JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Und… in HandleLdobjbyindexImm16Imm16()
5655 …JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Und… in HandleLdobjbyindexImm8Imm16()
5678 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in HandleStsuperbyvalueImm16V8V8()
5698 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc); in HandleLdsuperbyvalueImm16V8()
5718 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc); in HandleLdsuperbyvalueImm8V8()
5774 …JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue:… in HandleLdobjbyvalueImm16V8()
5830 …JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue:… in HandleLdobjbyvalueImm8V8()
5868 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm16Id16Id16Imm16V8()
5879 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in HandleDefineclasswithbufferImm16Id16Id16Imm16V8()
5903 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm8Id16Id16Imm16V8()
5913 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in HandleDefineclasswithbufferImm8Id16Id16Imm16V8()
5927 JSTaggedValue res = SlowRuntimeStub::LdPatchVar(thread, index); in HandleWideLdpatchvarPrefImm16()
5943 JSTaggedValue res = SlowRuntimeStub::StPatchVar(thread, index, value); in HandleWideStpatchvarPrefImm16()
6013 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value); in HandleStthisbyvalueImm16V8()
6077 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value); in HandleStthisbyvalueImm8V8()
6132 …JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue:… in HandleLdthisbyvalueImm16()
6186 …JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue:… in HandleLdthisbyvalueImm8()
6258 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value); in HandleStthisbynameImm16Id16()
6330 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value); in HandleStthisbynameImm8Id16()
6391 …JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::… in HandleLdthisbynameImm16Id16()
6452 …JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::… in HandleLdthisbynameImm8Id16()
6465 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in HandleLdexternalmodulevarImm8()
6486 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject); in HandleDefinemethodImm16Id16Imm8()
6524 JSTaggedValue res = SlowRuntimeStub::DynamicImport(thread, specifier, thisFunc); in HandleDynamicimport()
6539 JSTaggedValue res = SlowRuntimeStub::DynamicImport(thread, specifier, thisFunc); in HandleDeprecatedDynamicimportPrefV8()
6572 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in HandleApplyImm8V8V8()
6601 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject); in HandleDefinemethodImm8Id16Imm8()
6630 auto res = SlowRuntimeStub::DefineFunc(thread, method); in HandleDefinefuncImm16Id16Imm8()
6658 auto res = SlowRuntimeStub::DefineFunc(thread, method); in HandleDefinefuncImm8Id16Imm8()
6688 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallarrowrangeImm8Imm8V8()
6812 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleSupercallarrowrangeImm8Imm8V8()
6831 JSTaggedValue superCtor = SlowRuntimeStub::GetSuperConstructor(thread, thisFunc); in HandleSupercallthisrangeImm8Imm8V8()
6955 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleSupercallthisrangeImm8Imm8V8()
6992 JSTaggedValue res = SlowRuntimeStub::NewLexicalEnvWithName(thread, numVars, scopeId); in HandleNewlexenvwithnameImm8Id16()
7137 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); in HandleNewobjrangeImm16Imm8V8()
7279 JSTaggedValue res = SlowRuntimeStub::NewObjRange(thread, ctor, ctor, firstArgIdx, length); in HandleNewobjrangeImm8Imm8V8()
7295 JSTaggedValue res = SlowRuntimeStub::NewObjApply(thread, func, array); in HandleNewobjapplyImm16V8()
7313 JSTaggedValue res = SlowRuntimeStub::CreateRegExpWithLiteral(thread, pattern, flags); in HandleCreateregexpwithliteralImm16Id16Imm8()
7336 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm16Id16()
7359 …JSTaggedValue res = SlowRuntimeStub::CreateObjectHavingMethod(thread, factory, result, state->env); in HandleCreateobjectwithbufferImm8Id16()
7397 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm8Id16()
7417 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm16Id16()
7591 return SlowRuntimeStub::NotifyInlineCache(thread, method); in UpdateHotnessCounter()