• Home
  • Raw
  • Download

Lines Matching defs:argc

414 void NativeInlineLowering::TryInlineStringFromCharCode(GateRef gate, size_t argc, bool skipThis)  in TryInlineStringFromCharCode()
438 void NativeInlineLowering::TryInlineStringSubstring(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubstring()
480 void NativeInlineLowering::TryInlineStringSubStr(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubStr()
522 void NativeInlineLowering::TryInlineStringSlice(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSlice()
564 void NativeInlineLowering::TryInlineNumberIsFinite(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsFinite()
582 void NativeInlineLowering::TryInlineNumberIsInteger(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsInteger()
604 void NativeInlineLowering::TryInlineNumberIsNaN(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsNaN()
622 void NativeInlineLowering::TryInlineNumberParseFloat(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberParseFloat()
640 void NativeInlineLowering::TryInlineNumberParseInt(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberParseInt()
662 void NativeInlineLowering::TryInlineNumberIsSafeInteger(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsSafeInteger()
684 void NativeInlineLowering::TryInlineBigIntAsIntN(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineBigIntAsIntN()
731 void NativeInlineLowering::TryInlineMathUnaryBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns:… in TryInlineMathUnaryBuiltin()
753 void NativeInlineLowering::TryInlineWhitoutParamBuiltin(GateRef gate, size_t argc, BuiltinsStubCSig… in TryInlineWhitoutParamBuiltin()
771 void NativeInlineLowering::TryInlineMathAbsBuiltin(GateRef gate, size_t argc, bool skipThis) in TryInlineMathAbsBuiltin()
793 void NativeInlineLowering::TryInlineMathClz32Builtin(GateRef gate, size_t argc, bool skipThis) in TryInlineMathClz32Builtin()
813 void NativeInlineLowering::TryInlineGlobalFiniteBuiltin(GateRef gate, size_t argc, BuiltinsStubCSig… in TryInlineGlobalFiniteBuiltin()
833 void NativeInlineLowering::TryInlineGlobalNanBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns:… in TryInlineGlobalNanBuiltin()
853 void NativeInlineLowering::TryInlineMathImulBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns::… in TryInlineMathImulBuiltin()
875 void NativeInlineLowering::TryInlineMathBinaryBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns… in TryInlineMathBinaryBuiltin()
897 void NativeInlineLowering::TryInlineMathMinMaxBuiltin(GateRef gate, size_t argc, BuiltinsStubCSigns… in TryInlineMathMinMaxBuiltin()
927 size_t argc, in TryInlineArrayBufferIsView()
947 void NativeInlineLowering::TryInlineDataViewGet(GateRef gate, size_t argc, BuiltinsStubCSigns::ID i… in TryInlineDataViewGet()
980 void NativeInlineLowering::TryInlineDataViewSet(GateRef gate, size_t argc, BuiltinsStubCSigns::ID i… in TryInlineDataViewSet()
1060 void NativeInlineLowering::TryInlineBigIntConstructor(GateRef gate, size_t argc, bool skipThis) in TryInlineBigIntConstructor()
1083 void NativeInlineLowering::TryInlineDateGetTime(GateRef gate, size_t argc, bool skipThis) in TryInlineDateGetTime()
1106 void NativeInlineLowering::TryInlineObjectIs(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id, … in TryInlineObjectIs()
1129 void NativeInlineLowering::TryInlineObjectGetPrototypeOf(GateRef gate, size_t argc, BuiltinsStubCSi… in TryInlineObjectGetPrototypeOf()
1152 void NativeInlineLowering::TryInlineObjectGetProto(GateRef gate, size_t argc, BuiltinsStubCSigns::I… in TryInlineObjectGetProto()
1172 void NativeInlineLowering::TryInlineObjectCreate(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineObjectCreate()
1194 void NativeInlineLowering::TryInlineObjectIsPrototypeOf(GateRef gate, size_t argc, BuiltinsStubCSig… in TryInlineObjectIsPrototypeOf()
1216 void NativeInlineLowering::TryInlineObjectHasOwnProperty(GateRef gate, size_t argc, BuiltinsStubCSi… in TryInlineObjectHasOwnProperty()
1238 void NativeInlineLowering::TryInlineReflectGetPrototypeOf(GateRef gate, size_t argc, BuiltinsStubCS… in TryInlineReflectGetPrototypeOf()
1261 void NativeInlineLowering::TryInlineReflectGet(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineReflectGet()
1288 void NativeInlineLowering::TryInlineReflectHas(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineReflectHas()
1311 void NativeInlineLowering::TryInlineReflectConstruct(GateRef gate, size_t argc, BuiltinsStubCSigns:… in TryInlineReflectConstruct()
1347 void NativeInlineLowering::TryInlineReflectApply(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineReflectApply()
1373 void NativeInlineLowering::TryInlineFunctionPrototypeApply(GateRef gate, size_t argc, BuiltinsStubC… in TryInlineFunctionPrototypeApply()
1396 void NativeInlineLowering::TryInlineFunctionPrototypeBind(GateRef gate, size_t argc, BuiltinsStubCS… in TryInlineFunctionPrototypeBind()
1418 void NativeInlineLowering::TryInlineFunctionPrototypeCall(GateRef gate, size_t argc, BuiltinsStubCS… in TryInlineFunctionPrototypeCall()
1442 void NativeInlineLowering::TryInlineFunctionPrototypeHasInstance(GateRef gate, size_t argc, Builtin… in TryInlineFunctionPrototypeHasInstance()
1464 void NativeInlineLowering::TryInlineIndexOfIncludes(GateRef gate, size_t argc, BuiltinsStubCSigns::… in TryInlineIndexOfIncludes()
1519 void NativeInlineLowering::TryInlineArrayForEach(GateRef gate, size_t argc, BuiltinsStubCSigns::ID … in TryInlineArrayForEach()
1554 size_t argc, in TryInlineArrayFindOrFindIndex()
1594 void NativeInlineLowering::TryInlineArrayFilter(GateRef gate, size_t argc, BuiltinsStubCSigns::ID i… in TryInlineArrayFilter()
1630 void NativeInlineLowering::TryInlineArrayMap(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id, … in TryInlineArrayMap()
1666 void NativeInlineLowering::TryInlineArraySome(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id,… in TryInlineArraySome()
1700 void NativeInlineLowering::TryInlineArrayEvery(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineArrayEvery()
1734 void NativeInlineLowering::TryInlineArrayPop(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id, … in TryInlineArrayPop()
1754 void NativeInlineLowering::TryInlineArraySlice(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id… in TryInlineArraySlice()
1788 void NativeInlineLowering::TryInlineArraySort(GateRef gate, size_t argc, BuiltinsStubCSigns::ID id,… in TryInlineArraySort()