Lines Matching defs:argc
389 void NativeInlineLowering::TryInlineStringFromCharCode(GateRef gate, size_t argc, bool skipThis) in TryInlineStringFromCharCode()
413 void NativeInlineLowering::TryInlineStringCharCodeAt(GateRef gate, size_t argc, bool skipThis) in TryInlineStringCharCodeAt()
439 void NativeInlineLowering::TryInlineStringSubstring(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubstring()
482 void NativeInlineLowering::TryInlineStringSubStr(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubStr()
524 void NativeInlineLowering::TryInlineStringSlice(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSlice()
567 void NativeInlineLowering::TryInlineNumberIsFinite(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsFinite()
585 void NativeInlineLowering::TryInlineNumberIsInteger(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsInteger()
607 void NativeInlineLowering::TryInlineNumberIsNaN(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsNaN()
625 void NativeInlineLowering::TryInlineNumberParseFloat(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberParseFloat()
643 void NativeInlineLowering::TryInlineNumberParseInt(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberParseInt()
666 void NativeInlineLowering::TryInlineNumberIsSafeInteger(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsSafeInteger()
688 void NativeInlineLowering::TryInlineBigIntAsIntN(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineBigIntAsIntN()
735 void NativeInlineLowering::TryInlineMathUnaryBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns:… in TryInlineMathUnaryBuiltin()
757 void NativeInlineLowering::TryInlineWhitoutParamBuiltin(GateRef gate, size_t argc, BuiltinsStubCSig… in TryInlineWhitoutParamBuiltin()
775 void NativeInlineLowering::TryInlineMathAbsBuiltin(GateRef gate, size_t argc, bool skipThis) in TryInlineMathAbsBuiltin()
797 void NativeInlineLowering::TryInlineMathClz32Builtin(GateRef gate, size_t argc, bool skipThis) in TryInlineMathClz32Builtin()
817 void NativeInlineLowering::TryInlineGlobalFiniteBuiltin(GateRef gate, size_t argc, BuiltinsStubCSig… in TryInlineGlobalFiniteBuiltin()
837 void NativeInlineLowering::TryInlineGlobalNanBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns:… in TryInlineGlobalNanBuiltin()
857 void NativeInlineLowering::TryInlineMathImulBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns::… in TryInlineMathImulBuiltin()
879 void NativeInlineLowering::TryInlineMathBinaryBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns… in TryInlineMathBinaryBuiltin()
901 void NativeInlineLowering::TryInlineMathMinMaxBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns… in TryInlineMathMinMaxBuiltin()
931 size_t argc, in TryInlineArrayBufferIsView()
951 void NativeInlineLowering::TryInlineDataViewGet(GateRef gate, size_t argc, BuiltinsStubCSigns::ID i… in TryInlineDataViewGet()
984 void NativeInlineLowering::TryInlineDataViewSet(GateRef gate, size_t argc, BuiltinsStubCSigns::ID i… in TryInlineDataViewSet()
1064 void NativeInlineLowering::TryInlineBigIntConstructor(GateRef gate, size_t argc, bool skipThis) in TryInlineBigIntConstructor()
1087 void NativeInlineLowering::TryInlineDateGetTime(GateRef gate, size_t argc, bool skipThis) in TryInlineDateGetTime()
1110 void NativeInlineLowering::TryInlineObjectIs(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id, … in TryInlineObjectIs()
1133 void NativeInlineLowering::TryInlineObjectGetPrototypeOf(GateRef gate, size_t argc, BuiltinsStubCSi… in TryInlineObjectGetPrototypeOf()
1156 void NativeInlineLowering::TryInlineObjectGetProto(GateRef gate, size_t argc, BuiltinsStubCSigns::I… in TryInlineObjectGetProto()
1176 void NativeInlineLowering::TryInlineObjectCreate(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineObjectCreate()
1198 void NativeInlineLowering::TryInlineObjectIsPrototypeOf(GateRef gate, size_t argc, BuiltinsStubCSig… in TryInlineObjectIsPrototypeOf()
1220 void NativeInlineLowering::TryInlineObjectHasOwnProperty(GateRef gate, size_t argc, BuiltinsStubCSi… in TryInlineObjectHasOwnProperty()
1242 void NativeInlineLowering::TryInlineReflectGetPrototypeOf(GateRef gate, size_t argc, BuiltinsStubCS… in TryInlineReflectGetPrototypeOf()
1265 void NativeInlineLowering::TryInlineReflectGet(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineReflectGet()
1292 void NativeInlineLowering::TryInlineReflectHas(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineReflectHas()
1315 void NativeInlineLowering::TryInlineReflectConstruct(GateRef gate, size_t argc, BuiltinsStubCSigns:… in TryInlineReflectConstruct()
1351 void NativeInlineLowering::TryInlineReflectApply(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineReflectApply()
1377 void NativeInlineLowering::TryInlineFunctionPrototypeApply(GateRef gate, size_t argc, BuiltinsStubC… in TryInlineFunctionPrototypeApply()
1400 void NativeInlineLowering::TryInlineFunctionPrototypeBind(GateRef gate, size_t argc, BuiltinsStubCS… in TryInlineFunctionPrototypeBind()
1422 void NativeInlineLowering::TryInlineFunctionPrototypeCall(GateRef gate, size_t argc, BuiltinsStubCS… in TryInlineFunctionPrototypeCall()
1446 void NativeInlineLowering::TryInlineFunctionPrototypeHasInstance(GateRef gate, size_t argc, Builtin… in TryInlineFunctionPrototypeHasInstance()
1469 void NativeInlineLowering::TryInlineIndexOfIncludes(GateRef gate, size_t argc, BuiltinsStubCSigns::… in TryInlineIndexOfIncludes()
1533 void NativeInlineLowering::TryInlineArrayForEach(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineArrayForEach()
1569 size_t argc, in TryInlineArrayFindOrFindIndex()
1610 void NativeInlineLowering::TryInlineArrayFilter(GateRef gate, size_t argc, BuiltinsStubCSigns::ID i… in TryInlineArrayFilter()
1647 void NativeInlineLowering::TryInlineArrayMap(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id, … in TryInlineArrayMap()
1684 void NativeInlineLowering::TryInlineArraySome(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id,… in TryInlineArraySome()
1719 void NativeInlineLowering::TryInlineArrayEvery(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineArrayEvery()
1754 void NativeInlineLowering::TryInlineArrayPop(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id, … in TryInlineArrayPop()
1775 void NativeInlineLowering::TryInlineArrayPush(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id,… in TryInlineArrayPush()
1799 void NativeInlineLowering::TryInlineArraySlice(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineArraySlice()
1834 void NativeInlineLowering::TryInlineArraySort(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id,… in TryInlineArraySort()