• Home
  • Raw
  • Download

Lines Matching defs:thread

60 JSTaggedValue RuntimeStubs::RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value)  in RuntimeInc()
72 JSTaggedValue RuntimeStubs::RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeDec()
84 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp()
120 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn()
133 JSTaggedValue RuntimeStubs::RuntimeInstanceof(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeInstanceof()
141 JSTaggedValue RuntimeStubs::RuntimeInstanceofByHandler(JSThread *thread, JSHandle<JSTaggedValue> ta… in RuntimeInstanceofByHandler()
177 JSTaggedValue RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeCreateGeneratorObj()
192 JSTaggedValue RuntimeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTagge… in RuntimeCreateAsyncGeneratorObj()
207 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeGetTemplateObject()
214 JSTaggedValue RuntimeStubs::RuntimeGetNextPropName(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetNextPropName()
222 JSTaggedValue RuntimeStubs::RuntimeIterNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter) in RuntimeIterNext()
229 JSTaggedValue RuntimeStubs::RuntimeCloseIterator(JSThread *thread, const JSHandle<JSTaggedValue> &i… in RuntimeCloseIterator()
250 JSTaggedValue RuntimeStubs::RuntimeSuperCallSpread(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeSuperCallSpread()
274 JSTaggedValue RuntimeStubs::RuntimeOptSuperCallSpread(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeOptSuperCallSpread()
298 JSTaggedValue RuntimeStubs::RuntimeSuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, in RuntimeSuperCallForwardAllArgs()
323 JSTaggedValue RuntimeStubs::RuntimeDelObjProp(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeDelObjProp()
335 JSTaggedValue RuntimeStubs::RuntimeNewObjApply(JSThread *thread, const JSHandle<JSTaggedValue> &fun… in RuntimeNewObjApply()
358 JSTaggedValue RuntimeStubs::RuntimeCreateIterResultObj(JSThread *thread, const JSHandle<JSTaggedVal… in RuntimeCreateIterResultObj()
368 JSTaggedValue RuntimeStubs::RuntimeAsyncFunctionAwaitUncaught(JSThread *thread, in RuntimeAsyncFunctionAwaitUncaught()
394 JSTaggedValue RuntimeStubs::RuntimeAsyncFunctionResolveOrReject(JSThread *thread, in RuntimeAsyncFunctionResolveOrReject()
423 JSTaggedValue RuntimeStubs::RuntimeAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> … in RuntimeAsyncGeneratorResolve()
440 JSTaggedValue RuntimeStubs::RuntimeAsyncGeneratorReject(JSThread *thread, JSHandle<JSTaggedValue> a… in RuntimeAsyncGeneratorReject()
451 JSTaggedValue RuntimeStubs::RuntimeCopyDataProperties(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeCopyDataProperties()
480 JSTaggedValue RuntimeStubs::RuntimeStArraySpread(JSThread *thread, const JSHandle<JSTaggedValue> &d… in RuntimeStArraySpread()
585 JSTaggedValue RuntimeStubs::RuntimeGetIteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetIteratorNext()
599 JSTaggedValue RuntimeStubs::RuntimeSetObjectWithProto(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeSetObjectWithProto()
613 JSTaggedValue RuntimeStubs::RuntimeLdObjByValue(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in RuntimeLdObjByValue()
637 JSTaggedValue RuntimeStubs::RuntimeStObjByValue(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in RuntimeStObjByValue()
656 JSTaggedValue RuntimeStubs::RuntimeStOwnByValue(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in RuntimeStOwnByValue()
680 JSTaggedValue RuntimeStubs::RuntimeLdSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &… in RuntimeLdSuperByValue()
698 JSTaggedValue RuntimeStubs::RuntimeStSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &… in RuntimeStSuperByValue()
718 JSTaggedValue RuntimeStubs::RuntimeLdObjByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in RuntimeLdObjByIndex()
731 JSTaggedValue RuntimeStubs::RuntimeLdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue p… in RuntimeLdObjByName()
746 JSTaggedValue RuntimeStubs::RuntimeStObjByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeStObjByName()
755 JSTaggedValue RuntimeStubs::RuntimeStObjByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in RuntimeStObjByIndex()
763 JSTaggedValue RuntimeStubs::RuntimeStOwnByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in RuntimeStOwnByIndex()
779 JSTaggedValue RuntimeStubs::RuntimeStGlobalRecord(JSThread *thread, const JSHandle<JSTaggedValue> &… in RuntimeStGlobalRecord()
821 JSTaggedValue RuntimeStubs::RuntimeNeg(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeNeg()
847 JSTaggedValue RuntimeStubs::RuntimeNot(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeNot()
859 JSTaggedValue RuntimeStubs::RuntimeResolveClass(JSThread *thread, const JSHandle<JSFunction> &ctor, in RuntimeResolveClass()
889 JSTaggedValue RuntimeStubs::RuntimeCloneClassFromTemplate(JSThread *thread, const JSHandle<JSFuncti… in RuntimeCloneClassFromTemplate()
934 bool RuntimeStubs::MaybeHasInterfacesType(JSThread *thread, const JSHandle<TaggedArray> &arrayHandl… in MaybeHasInterfacesType()
940 void RuntimeStubs::DefineInterfaceTypeOwnProperty(JSThread *thread, JSHandle<JSFunction> &cls, in DefineInterfaceTypeOwnProperty()
961 JSHandle<JSFunction> RuntimeStubs::EntranceForDefineClass(JSThread *thread, in EntranceForDefineClass()
977 JSTaggedValue RuntimeStubs::RuntimeCreateClassWithBuffer(JSThread *thread, in RuntimeCreateClassWithBuffer()
1042 void RuntimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &j… in SetProfileTypeInfoCellToFunction()
1078 JSTaggedValue RuntimeStubs::RuntimeCreateSharedClass(JSThread *thread, in RuntimeCreateSharedClass()
1140 JSTaggedValue RuntimeStubs::RuntimeSetClassInheritanceRelationship(JSThread *thread, in RuntimeSetClassInheritanceRelationship()
1223 JSTaggedValue RuntimeStubs::RuntimeSetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, in RuntimeSetClassConstructorLength()
1238 JSTaggedValue RuntimeStubs::RuntimeNotifyInlineCache(JSThread *thread, const JSHandle<JSFunction> &… in RuntimeNotifyInlineCache()
1261 JSTaggedValue RuntimeStubs::RuntimeStOwnByValueWithNameSet(JSThread *thread, const JSHandle<JSTagge… in RuntimeStOwnByValueWithNameSet()
1292 JSTaggedValue RuntimeStubs::RuntimeStOwnByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeStOwnByName()
1310 JSTaggedValue RuntimeStubs::RuntimeStOwnByNameWithNameSet(JSThread *thread, in RuntimeStOwnByNameWithNameSet()
1332 JSTaggedValue RuntimeStubs::RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue>… in RuntimeSuspendGenerator()
1370 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState()
1399 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, int32_t index) in RuntimeGetModuleNamespace()
1404 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, int32_t index, in RuntimeGetModuleNamespace()
1410 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName) in RuntimeGetModuleNamespace()
1415 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, in RuntimeGetModuleNamespace()
1421 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value) in RuntimeStModuleVar()
1426 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value, in RuntimeStModuleVar()
1432 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value) in RuntimeStModuleVar()
1437 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value, in RuntimeStModuleVar()
1443 JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index) in RuntimeLdLocalModuleVar()
1448 inline JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVarWithModule(JSThread* thread, int32_t inde… in RuntimeLdLocalModuleVarWithModule()
1460 JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue … in RuntimeLdLocalModuleVar()
1465 JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index) in RuntimeLdExternalModuleVar()
1470 inline JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVarWithModule(JSThread* thread, int32_t i… in RuntimeLdExternalModuleVarWithModule()
1483 JSTaggedValue RuntimeStubs::RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JST… in RuntimeLdSendableExternalModuleVar()
1488 JSTaggedValue RuntimeStubs::RuntimeLdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTagg… in RuntimeLdSendableLocalModuleVar()
1493 JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedVal… in RuntimeLdExternalModuleVar()
1498 JSTaggedValue RuntimeStubs::RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTagge… in RuntimeLdLazyExternalModuleVar()
1504 JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazySendableExternalModuleVar()
1509 JSTaggedValue RuntimeStubs::RuntimeLdModuleVar(JSThread *thread, JSTaggedValue key, bool inner) in RuntimeLdModuleVar()
1519 JSTaggedValue RuntimeStubs::RuntimeLdModuleVar(JSThread *thread, JSTaggedValue key, bool inner, in RuntimeLdModuleVar()
1530 JSTaggedValue RuntimeStubs::RuntimeGetPropIterator(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetPropIterator()
1537 JSTaggedValue RuntimeStubs::RuntimeAsyncFunctionEnter(JSThread *thread) in RuntimeAsyncFunctionEnter()
1565 JSTaggedValue RuntimeStubs::RuntimeGetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in RuntimeGetIterator()
1581 JSTaggedValue RuntimeStubs::RuntimeGetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue>… in RuntimeGetAsyncIterator()
1588 JSTaggedValue RuntimeStubs::RuntimeLdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeLdPrivateProperty()
1618 JSTaggedValue RuntimeStubs::RuntimeStPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeStPrivateProperty()
1652 JSTaggedValue RuntimeStubs::RuntimeTestIn(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeTestIn()
1671 void RuntimeStubs::RuntimeThrow(JSThread *thread, JSTaggedValue value) in RuntimeThrow()
1676 void RuntimeStubs::RuntimeThrowThrowNotExists(JSThread *thread) in RuntimeThrowThrowNotExists()
1681 void RuntimeStubs::RuntimeThrowPatternNonCoercible(JSThread *thread) in RuntimeThrowPatternNonCoercible()
1689 void RuntimeStubs::RuntimeThrowDeleteSuperProperty(JSThread *thread) in RuntimeThrowDeleteSuperProperty()
1697 void RuntimeStubs::RuntimeThrowUndefinedIfHole(JSThread *thread, const JSHandle<EcmaString> &obj) in RuntimeThrowUndefinedIfHole()
1707 void RuntimeStubs::RuntimeThrowIfNotObject(JSThread *thread) in RuntimeThrowIfNotObject()
1712 void RuntimeStubs::RuntimeThrowConstAssignment(JSThread *thread, const JSHandle<EcmaString> &value) in RuntimeThrowConstAssignment()
1723 JSTaggedValue RuntimeStubs::RuntimeLdGlobalRecord(JSThread *thread, JSTaggedValue key) in RuntimeLdGlobalRecord()
1735 JSTaggedValue RuntimeStubs::RuntimeTryLdGlobalByName(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeTryLdGlobalByName()
1746 JSTaggedValue RuntimeStubs::RuntimeTryUpdateGlobalRecord(JSThread *thread, JSTaggedValue prop, in RuntimeTryUpdateGlobalRecord()
1765 JSTaggedValue RuntimeStubs::RuntimeThrowReferenceError(JSThread *thread, const JSHandle<JSTaggedVal… in RuntimeThrowReferenceError()
1778 JSTaggedValue RuntimeStubs::RuntimeLdGlobalVarFromProto(JSThread *thread, const JSHandle<JSTaggedVa… in RuntimeLdGlobalVarFromProto()
1789 JSTaggedValue RuntimeStubs::RuntimeStGlobalVar(JSThread *thread, const JSHandle<JSTaggedValue> &pro… in RuntimeStGlobalVar()
1799 JSTaggedValue RuntimeStubs::RuntimeToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeToNumber()
1804 JSTaggedValue RuntimeStubs::RuntimeToNumeric(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeToNumeric()
1809 JSTaggedValue RuntimeStubs::RuntimeDynamicImport(JSThread *thread, const JSHandle<JSTaggedValue> &s… in RuntimeDynamicImport()
1850 JSTaggedValue RuntimeStubs::RuntimeEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeEq()
1858 JSTaggedValue RuntimeStubs::RuntimeNotEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeNotEq()
1866 JSTaggedValue RuntimeStubs::RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLess()
1874 JSTaggedValue RuntimeStubs::RuntimeLessEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLessEq()
1882 JSTaggedValue RuntimeStubs::RuntimeGreater(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeGreater()
1890 JSTaggedValue RuntimeStubs::RuntimeGreaterEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeGreaterEq()
1899 JSTaggedValue RuntimeStubs::RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeAdd2()
1939 JSTaggedValue RuntimeStubs::RuntimeShl2(JSThread *thread, in RuntimeShl2()
1969 JSTaggedValue RuntimeStubs::RuntimeShr2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeShr2()
1995 JSTaggedValue RuntimeStubs::RuntimeSub2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeSub2()
2015 JSTaggedValue RuntimeStubs::RuntimeMul2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeMul2()
2037 JSTaggedValue RuntimeStubs::RuntimeDiv2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeDiv2()
2065 JSTaggedValue RuntimeStubs::RuntimeMod2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeMod2()
2094 JSTaggedValue RuntimeStubs::RuntimeAshr2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeAshr2()
2120 JSTaggedValue RuntimeStubs::RuntimeAnd2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeAnd2()
2146 JSTaggedValue RuntimeStubs::RuntimeOr2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeOr2()
2172 JSTaggedValue RuntimeStubs::RuntimeXor2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeXor2()
2198 JSTaggedValue RuntimeStubs::RuntimeToJSTaggedValueWithInt32(JSThread *thread, in RuntimeToJSTaggedValueWithInt32()
2206 JSTaggedValue RuntimeStubs::RuntimeToJSTaggedValueWithUint32(JSThread *thread, const JSHandle<JSTag… in RuntimeToJSTaggedValueWithUint32()
2213 JSTaggedValue RuntimeStubs::RuntimeCreateEmptyObject([[maybe_unused]] JSThread *thread, ObjectFacto… in RuntimeCreateEmptyObject()
2221 JSTaggedValue RuntimeStubs::RuntimeCreateEmptyArray([[maybe_unused]] JSThread *thread, ObjectFactor… in RuntimeCreateEmptyArray()
2229 JSTaggedValue RuntimeStubs::RuntimeGetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actu… in RuntimeGetUnmapedArgs()
2241 JSTaggedValue RuntimeStubs::RuntimeCopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNu… in RuntimeCopyRestArgs()
2253 JSTaggedValue RuntimeStubs::RuntimeCreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, in RuntimeCreateArrayWithBuffer()
2263 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, in RuntimeCreateObjectWithBuffer()
2272 JSTaggedValue RuntimeStubs::RuntimeNewLexicalEnv(JSThread *thread, uint16_t numVars) in RuntimeNewLexicalEnv()
2289 JSTaggedValue RuntimeStubs::RuntimeNewSendableEnv(JSThread *thread, uint16_t numVars) in RuntimeNewSendableEnv()
2302 JSTaggedValue RuntimeStubs::RuntimeNewObjRange(JSThread *thread, const JSHandle<JSTaggedValue> &fun… in RuntimeNewObjRange()
2317 void RuntimeStubs::DumpInfoForMoreLdInfo(JSThread *thread, JSHandle<JSTaggedValue> &receiver, in DumpInfoForMoreLdInfo()
2358 void RuntimeStubs::DumpInfoForLdObjByValue(JSThread *thread, JSHandle<JSTaggedValue> &profile, JSTa… in DumpInfoForLdObjByValue()
2402 void RuntimeStubs::DefineFuncTryUseAOTHClass(JSThread* thread, in DefineFuncTryUseAOTHClass()
2438 JSTaggedValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &cons… in RuntimeDefinefunc()
2487 JSTaggedValue RuntimeStubs::RuntimeCreateRegExpWithLiteral(JSThread *thread, in RuntimeCreateRegExpWithLiteral()
2494 JSTaggedValue RuntimeStubs::RuntimeThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, in RuntimeThrowIfSuperNotCorrectCall()
2508 JSTaggedValue RuntimeStubs::RuntimeCreateObjectHavingMethod(JSThread *thread, ObjectFactory *factor… in RuntimeCreateObjectHavingMethod()
2518 JSTaggedValue RuntimeStubs::CommonCreateObjectWithExcludedKeys(JSThread *thread, in CommonCreateObjectWithExcludedKeys()
2557 JSTaggedValue RuntimeStubs::RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uintptr_t argv… in RuntimeOptCreateObjectWithExcludedKeys()
2577 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeCreateObjectWithExcludedKeys()
2604 JSTaggedValue RuntimeStubs::RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHan… in RuntimeDefineMethod()
2617 JSTaggedValue RuntimeStubs::RuntimeLdSendableClass(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeLdSendableClass()
2628 JSTaggedValue RuntimeStubs::RuntimeCallSpread(JSThread *thread, in RuntimeCallSpread()
2647 void RuntimeStubs::RuntimeSetPatchModule(JSThread *thread, const JSHandle<JSFunction> &func) in RuntimeSetPatchModule()
2657 JSTaggedValue RuntimeStubs::RuntimeDefineGetterSetterByValue(JSThread *thread, const JSHandle<JSObj… in RuntimeDefineGetterSetterByValue()
2728 JSTaggedValue RuntimeStubs::RuntimeSuperCall(JSThread *thread, const JSHandle<JSTaggedValue> &func, in RuntimeSuperCall()
2752 JSTaggedValue RuntimeStubs::RuntimeOptSuperCall(JSThread *thread, const JSHandle<JSTaggedValue> &fu… in RuntimeOptSuperCall()
2768 JSTaggedValue RuntimeStubs::RuntimeThrowTypeError(JSThread *thread, const char *message) in RuntimeThrowTypeError()
2774 JSTaggedValue RuntimeStubs::RuntimeGetCallSpreadArgs(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeGetCallSpreadArgs()
2812 JSTaggedValue RuntimeStubs::RuntimeThrowSyntaxError(JSThread *thread, const char *message) in RuntimeThrowSyntaxError()
2818 JSTaggedValue RuntimeStubs::RuntimeLdBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &number… in RuntimeLdBigInt()
2823 JSTaggedValue RuntimeStubs::RuntimeCallBigIntAsIntN(JSThread *thread, JSTaggedValue bits, JSTaggedV… in RuntimeCallBigIntAsIntN()
2831 JSTaggedValue RuntimeStubs::RuntimeCallBigIntAsUintN(JSThread *thread, JSTaggedValue bits, JSTagged… in RuntimeCallBigIntAsUintN()
2839 JSTaggedValue RuntimeStubs::RuntimeNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16… in RuntimeNewLexicalEnvWithName()
2858 JSTaggedValue RuntimeStubs::RuntimeOptGetUnmapedArgs(JSThread *thread, uint32_t actualNumArgs) in RuntimeOptGetUnmapedArgs()
2874 JSTaggedValue RuntimeStubs::RuntimeGetUnmapedJSArgumentObj(JSThread *thread, const JSHandle<TaggedA… in RuntimeGetUnmapedJSArgumentObj()
2914 JSTaggedValue RuntimeStubs::RuntimeOptNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uin… in RuntimeOptNewLexicalEnvWithName()
2936 JSTaggedValue RuntimeStubs::RuntimeOptCopyRestArgs(JSThread *thread, uint32_t actualArgc, uint32_t … in RuntimeOptCopyRestArgs()
2959 JSTaggedValue RuntimeStubs::RuntimeOptSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedVal… in RuntimeOptSuspendGenerator()
2989 JSTaggedValue RuntimeStubs::RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValu… in RuntimeOptAsyncGeneratorResolve()
3002 JSTaggedValue RuntimeStubs::RuntimeOptConstruct(JSThread *thread, JSHandle<JSTaggedValue> ctor, in RuntimeOptConstruct()
3027 JSTaggedValue RuntimeStubs::RuntimeOptConstructProxy(JSThread *thread, JSHandle<JSProxy> ctor, in RuntimeOptConstructProxy()
3090 JSTaggedValue RuntimeStubs::RuntimeOptConstructBoundFunction(JSThread *thread, JSHandle<JSBoundFunc… in RuntimeOptConstructBoundFunction()
3115 JSTaggedValue RuntimeStubs::GetResultValue(JSThread *thread, bool isAotMethod, JSHandle<JSFunction>… in GetResultValue()
3145 JSTaggedValue RuntimeStubs::RuntimeOptConstructGeneric(JSThread *thread, JSHandle<JSFunction> ctor, in RuntimeOptConstructGeneric()
3213 JSTaggedValue RuntimeStubs::RuntimeOptNewObjRange(JSThread *thread, uintptr_t argv, uint32_t argc) in RuntimeOptNewObjRange()
3233 JSTaggedValue RuntimeStubs::RuntimeOptGenerateScopeInfo(JSThread *thread, uint16_t scopeId, JSTagge… in RuntimeOptGenerateScopeInfo()
3265 JSTaggedType *RuntimeStubs::GetActualArgv(JSThread *thread) in GetActualArgv()
3281 JSTaggedType *RuntimeStubs::GetActualArgvFromStub(JSThread *thread) in GetActualArgvFromStub()
3298 OptimizedJSFunctionFrame *RuntimeStubs::GetOptimizedJSFunctionFrame(JSThread *thread) in GetOptimizedJSFunctionFrame()
3308 OptimizedJSFunctionFrame *RuntimeStubs::GetOptimizedJSFunctionFrameNoGC(JSThread *thread) in GetOptimizedJSFunctionFrameNoGC()
3318 JSTaggedValue RuntimeStubs::RuntimeLdPatchVar(JSThread *thread, uint32_t index) in RuntimeLdPatchVar()
3326 JSTaggedValue RuntimeStubs::RuntimeStPatchVar(JSThread *thread, uint32_t index, const JSHandle<JSTa… in RuntimeStPatchVar()
3339 JSTaggedValue RuntimeStubs::RuntimeNotifyConcurrentResult(JSThread *thread, JSTaggedValue result, J… in RuntimeNotifyConcurrentResult()
3345 JSTaggedValue RuntimeStubs::RuntimeUpdateAOTHClass(JSThread *thread, in RuntimeUpdateAOTHClass()
3354 JSTaggedValue RuntimeStubs::RuntimeDefineField(JSThread *thread, JSTaggedValue obj, in RuntimeDefineField()
3373 JSTaggedValue RuntimeStubs::RuntimeCreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeCreatePrivateProperty()
3450 JSTaggedValue RuntimeStubs::RuntimeDefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeDefinePrivateProperty()
3490 JSTaggedValue RuntimeStubs::RuntimeNotifyDebuggerStatement(JSThread *thread) in RuntimeNotifyDebuggerStatement()
3509 bool RuntimeStubs::CheckElementsNumber(const JSThread *thread, JSHandle<TaggedArray> elements, uint… in CheckElementsNumber()
3520 JSHandle<JSTaggedValue> RuntimeStubs::GetOrCreateNumberString(JSThread *thread, JSHandle<JSTaggedVa… in GetOrCreateNumberString()
3534 JSTaggedValue RuntimeStubs::TryCopyCOWArray(JSThread *thread, JSHandle<JSArray> holderHandler, bool… in TryCopyCOWArray()
3543 JSTaggedValue RuntimeStubs::ArrayNumberSort(JSThread *thread, JSHandle<JSObject> thisObj, uint32_t … in ArrayNumberSort()
3585 auto thread = JSThread::GlueToJSThread(argGlue); in RuntimeTryGetInternString() local
3598 uint32_t RuntimeStubs::RuntimeGetBytecodePcOfstForBaseline(JSThread *thread, const JSHandle<JSFunct… in RuntimeGetBytecodePcOfstForBaseline()
3638 uintptr_t RuntimeStubs::RuntimeGetNativePcOfstForBaseline(JSThread *thread, const JSHandle<JSFuncti… in RuntimeGetNativePcOfstForBaseline()