Lines Matching defs:gate
42 for (const auto &gate : gateList) { in CallRuntimeLowering() local
72 int32_t SlowPathLowering::ComputeCallArgc(GateRef gate, EcmaOpcode op) in ComputeCallArgc()
260 void SlowPathLowering::Lower(GateRef gate) in Lower()
797 void SlowPathLowering::LowerAdd2(GateRef gate) in LowerAdd2()
810 void SlowPathLowering::LowerCreateIterResultObj(GateRef gate) in LowerCreateIterResultObj()
821 void SlowPathLowering::SaveFrameToContext(GateRef gate, GateRef jsFunc) in SaveFrameToContext()
894 void SlowPathLowering::LowerSuspendGenerator(GateRef gate, GateRef jsFunc) in LowerSuspendGenerator()
906 void SlowPathLowering::LowerAsyncFunctionAwaitUncaught(GateRef gate) in LowerAsyncFunctionAwaitUncaught()
915 void SlowPathLowering::LowerAsyncFunctionResolve(GateRef gate) in LowerAsyncFunctionResolve()
925 void SlowPathLowering::LowerAsyncFunctionReject(GateRef gate) in LowerAsyncFunctionReject()
935 void SlowPathLowering::LowerLoadStr(GateRef gate, GateRef jsFunc) in LowerLoadStr()
947 void SlowPathLowering::LowerTryLdGlobalByName(GateRef gate, GateRef jsFunc) in LowerTryLdGlobalByName()
972 void SlowPathLowering::LowerStGlobalVar(GateRef gate, GateRef jsFunc) in LowerStGlobalVar()
998 void SlowPathLowering::LowerGetIterator(GateRef gate) in LowerGetIterator()
1009 void SlowPathLowering::LowerToJSCall(GateRef gate, const std::vector<GateRef> &args) in LowerToJSCall()
1017 void SlowPathLowering::LowerGetAsyncIterator(GateRef gate) in LowerGetAsyncIterator()
1023 void SlowPathLowering::LowerCallArg0(GateRef gate) in LowerCallArg0()
1037 void SlowPathLowering::LowerCallthisrangeImm8Imm8V8(GateRef gate) in LowerCallthisrangeImm8Imm8V8()
1065 void SlowPathLowering::LowerWideCallthisrangePrefImm16V8(GateRef gate) in LowerWideCallthisrangePrefImm16V8()
1087 void SlowPathLowering::LowerCallSpread(GateRef gate) in LowerCallSpread()
1098 void SlowPathLowering::LowerCallrangeImm8Imm8V8(GateRef gate) in LowerCallrangeImm8Imm8V8()
1123 void SlowPathLowering::LowerNewObjApply(GateRef gate) in LowerNewObjApply()
1133 void SlowPathLowering::LowerThrow(GateRef gate) in LowerThrow()
1143 void SlowPathLowering::LowerThrowConstAssignment(GateRef gate) in LowerThrowConstAssignment()
1152 void SlowPathLowering::LowerThrowThrowNotExists(GateRef gate) in LowerThrowThrowNotExists()
1159 void SlowPathLowering::LowerThrowPatternNonCoercible(GateRef gate) in LowerThrowPatternNonCoercible()
1166 void SlowPathLowering::LowerThrowIfNotObject(GateRef gate) in LowerThrowIfNotObject()
1192 void SlowPathLowering::LowerThrowUndefinedIfHole(GateRef gate) in LowerThrowUndefinedIfHole()
1216 void SlowPathLowering::LowerThrowUndefinedIfHoleWithName(GateRef gate, GateRef jsFunc) in LowerThrowUndefinedIfHoleWithName()
1242 void SlowPathLowering::LowerThrowIfSuperNotCorrectCall(GateRef gate) in LowerThrowIfSuperNotCorrectCall()
1256 void SlowPathLowering::LowerThrowDeleteSuperProperty(GateRef gate) in LowerThrowDeleteSuperProperty()
1285 void SlowPathLowering::LowerLdSymbol(GateRef gate) in LowerLdSymbol()
1292 void SlowPathLowering::LowerLdGlobal(GateRef gate) in LowerLdGlobal()
1301 void SlowPathLowering::LowerSub2(GateRef gate) in LowerSub2()
1314 void SlowPathLowering::LowerMul2(GateRef gate) in LowerMul2()
1327 void SlowPathLowering::LowerDiv2(GateRef gate) in LowerDiv2()
1340 void SlowPathLowering::LowerMod2(GateRef gate) in LowerMod2()
1353 void SlowPathLowering::LowerEq(GateRef gate) in LowerEq()
1366 void SlowPathLowering::LowerNotEq(GateRef gate) in LowerNotEq()
1379 void SlowPathLowering::LowerLess(GateRef gate) in LowerLess()
1392 void SlowPathLowering::LowerLessEq(GateRef gate) in LowerLessEq()
1405 void SlowPathLowering::LowerGreater(GateRef gate) in LowerGreater()
1418 void SlowPathLowering::LowerGreaterEq(GateRef gate) in LowerGreaterEq()
1431 void SlowPathLowering::LowerGetPropIterator(GateRef gate) in LowerGetPropIterator()
1440 void SlowPathLowering::LowerCloseIterator(GateRef gate) in LowerCloseIterator()
1449 void SlowPathLowering::LowerInc(GateRef gate) in LowerInc()
1462 void SlowPathLowering::LowerDec(GateRef gate) in LowerDec()
1475 void SlowPathLowering::LowerToNumber(GateRef gate) in LowerToNumber()
1497 void SlowPathLowering::LowerNeg(GateRef gate) in LowerNeg()
1510 void SlowPathLowering::LowerNot(GateRef gate) in LowerNot()
1523 void SlowPathLowering::LowerShl2(GateRef gate) in LowerShl2()
1536 void SlowPathLowering::LowerShr2(GateRef gate) in LowerShr2()
1549 void SlowPathLowering::LowerAshr2(GateRef gate) in LowerAshr2()
1562 void SlowPathLowering::LowerAnd2(GateRef gate) in LowerAnd2()
1575 void SlowPathLowering::LowerOr2(GateRef gate) in LowerOr2()
1588 void SlowPathLowering::LowerXor2(GateRef gate) in LowerXor2()
1601 void SlowPathLowering::LowerDelObjProp(GateRef gate) in LowerDelObjProp()
1610 void SlowPathLowering::LowerExp(GateRef gate) in LowerExp()
1619 void SlowPathLowering::LowerIsIn(GateRef gate) in LowerIsIn()
1628 void SlowPathLowering::LowerInstanceof(GateRef gate) in LowerInstanceof()
1641 void SlowPathLowering::LowerFastStrictNotEqual(GateRef gate) in LowerFastStrictNotEqual()
1671 void SlowPathLowering::LowerFastStrictEqual(GateRef gate) in LowerFastStrictEqual()
1831 void SlowPathLowering::LowerCreateEmptyArray(GateRef gate) in LowerCreateEmptyArray()
1864 void SlowPathLowering::LowerCreateEmptyObject(GateRef gate) in LowerCreateEmptyObject()
1876 void SlowPathLowering::LowerCreateArrayWithBuffer(GateRef gate, GateRef jsFunc) in LowerCreateArrayWithBuffer()
1906 void SlowPathLowering::LowerCreateObjectWithBuffer(GateRef gate, GateRef jsFunc) in LowerCreateObjectWithBuffer()
1923 void SlowPathLowering::LowerStModuleVar(GateRef gate, GateRef jsFunc) in LowerStModuleVar()
1939 void SlowPathLowering::LowerSetGeneratorState(GateRef gate, GateRef jsFunc) in LowerSetGeneratorState()
1949 void SlowPathLowering::LowerGetTemplateObject(GateRef gate) in LowerGetTemplateObject()
1959 void SlowPathLowering::LowerSetObjectWithProto(GateRef gate) in LowerSetObjectWithProto()
1970 void SlowPathLowering::LowerLdBigInt(GateRef gate) in LowerLdBigInt()
1984 void SlowPathLowering::LowerToNumeric(GateRef gate) in LowerToNumeric()
2006 void SlowPathLowering::LowerDynamicImport(GateRef gate, GateRef jsFunc) in LowerDynamicImport()
2015 void SlowPathLowering::LowerLdLocalModuleVarByIndex(GateRef gate, GateRef jsFunc) in LowerLdLocalModuleVarByIndex()
2028 void SlowPathLowering::LowerExternalModule(GateRef gate, GateRef jsFunc) in LowerExternalModule()
2040 void SlowPathLowering::LowerGetModuleNamespace(GateRef gate, GateRef jsFunc) in LowerGetModuleNamespace()
2053 void SlowPathLowering::LowerSuperCall(GateRef gate, GateRef func, GateRef newTarget) in LowerSuperCall()
2068 void SlowPathLowering::LowerSuperCallArrow(GateRef gate, GateRef newTarget) in LowerSuperCallArrow()
2085 void SlowPathLowering::LowerSuperCallSpread(GateRef gate, GateRef newTarget) in LowerSuperCallSpread()
2096 void SlowPathLowering::LowerIsTrueOrFalse(GateRef gate, bool flag) in LowerIsTrueOrFalse()
2128 void SlowPathLowering::LowerNewObjRange(GateRef gate) in LowerNewObjRange()
2176 void SlowPathLowering::LowerConditionJump(GateRef gate, bool isEqualJump) in LowerConditionJump()
2237 void SlowPathLowering::LowerGetNextPropName(GateRef gate) in LowerGetNextPropName()
2247 void SlowPathLowering::LowerCopyDataProperties(GateRef gate) in LowerCopyDataProperties()
2258 void SlowPathLowering::LowerCreateObjectWithExcludedKeys(GateRef gate) in LowerCreateObjectWithExcludedKeys()
2271 void SlowPathLowering::LowerCreateRegExpWithLiteral(GateRef gate) in LowerCreateRegExpWithLiteral()
2286 void SlowPathLowering::LowerStOwnByValue(GateRef gate) in LowerStOwnByValue()
2327 void SlowPathLowering::LowerStOwnByIndex(GateRef gate) in LowerStOwnByIndex()
2369 void SlowPathLowering::LowerStOwnByName(GateRef gate) in LowerStOwnByName()
2410 void SlowPathLowering::LowerNewLexicalEnv(GateRef gate) in LowerNewLexicalEnv()
2425 void SlowPathLowering::LowerNewLexicalEnvWithName(GateRef gate, GateRef jsFunc) in LowerNewLexicalEnvWithName()
2443 void SlowPathLowering::LowerPopLexicalEnv(GateRef gate) in LowerPopLexicalEnv()
2457 void SlowPathLowering::LowerLdSuperByValue(GateRef gate, GateRef jsFunc) in LowerLdSuperByValue()
2468 void SlowPathLowering::LowerStSuperByValue(GateRef gate, GateRef jsFunc) in LowerStSuperByValue()
2480 void SlowPathLowering::LowerTryStGlobalByName(GateRef gate, GateRef jsFunc) in LowerTryStGlobalByName()
2506 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()
2523 void SlowPathLowering::LowerStOwnByValueWithNameSet(GateRef gate) in LowerStOwnByValueWithNameSet()
2573 void SlowPathLowering::LowerStOwnByNameWithNameSet(GateRef gate) in LowerStOwnByNameWithNameSet()
2623 void SlowPathLowering::LowerLdGlobalVar(GateRef gate, GateRef jsFunc) in LowerLdGlobalVar()
2648 void SlowPathLowering::LowerLdObjByName(GateRef gate, GateRef jsFunc) in LowerLdObjByName()
2674 void SlowPathLowering::LowerStObjByName(GateRef gate, GateRef jsFunc, bool isThis) in LowerStObjByName()
2710 void SlowPathLowering::LowerDefineGetterSetterByValue(GateRef gate) in LowerDefineGetterSetterByValue()
2725 void SlowPathLowering::LowerLdObjByIndex(GateRef gate) in LowerLdObjByIndex()
2774 void SlowPathLowering::LowerStObjByIndex(GateRef gate) in LowerStObjByIndex()
2808 void SlowPathLowering::LowerLdObjByValue(GateRef gate, GateRef jsFunc, bool isThis) in LowerLdObjByValue()
2844 void SlowPathLowering::LowerStObjByValue(GateRef gate, GateRef jsFunc, bool isThis) in LowerStObjByValue()
2882 void SlowPathLowering::LowerLdSuperByName(GateRef gate, GateRef jsFunc) in LowerLdSuperByName()
2897 void SlowPathLowering::LowerStSuperByName(GateRef gate, GateRef jsFunc) in LowerStSuperByName()
2912 void SlowPathLowering::LowerCreateGeneratorObj(GateRef gate) in LowerCreateGeneratorObj()
2921 void SlowPathLowering::LowerCreateAsyncGeneratorObj(GateRef gate) in LowerCreateAsyncGeneratorObj()
2930 void SlowPathLowering::LowerAsyncGeneratorResolve(GateRef gate) in LowerAsyncGeneratorResolve()
2942 void SlowPathLowering::LowerAsyncGeneratorReject(GateRef gate) in LowerAsyncGeneratorReject()
2951 void SlowPathLowering::LowerStArraySpread(GateRef gate) in LowerStArraySpread()
2961 void SlowPathLowering::LowerLdLexVar(GateRef gate) in LowerLdLexVar()
3001 void SlowPathLowering::LowerStLexVar(GateRef gate) in LowerStLexVar()
3042 void SlowPathLowering::LowerDefineClassWithBuffer(GateRef gate, GateRef jsFunc) in LowerDefineClassWithBuffer()
3095 void SlowPathLowering::LowerDefineFunc(GateRef gate, GateRef jsFunc) in LowerDefineFunc()
3121 void SlowPathLowering::LowerAsyncFunctionEnter(GateRef gate) in LowerAsyncFunctionEnter()
3130 void SlowPathLowering::LowerTypeof(GateRef gate) in LowerTypeof()
3284 void SlowPathLowering::LowerResumeGenerator(GateRef gate) in LowerResumeGenerator()
3347 void SlowPathLowering::LowerGetResumeMode(GateRef gate) in LowerGetResumeMode()
3390 void SlowPathLowering::LowerDefineMethod(GateRef gate, GateRef jsFunc) in LowerDefineMethod()
3419 void SlowPathLowering::LowerGetUnmappedArgs(GateRef gate, GateRef actualArgc) in LowerGetUnmappedArgs()
3426 void SlowPathLowering::LowerCopyRestArgs(GateRef gate, GateRef actualArgc) in LowerCopyRestArgs()
3437 void SlowPathLowering::LowerWideLdPatchVar(GateRef gate) in LowerWideLdPatchVar()
3445 void SlowPathLowering::LowerWideStPatchVar(GateRef gate) in LowerWideStPatchVar()
3453 void SlowPathLowering::AddProfiling(GateRef gate, bool skipGenerator) in AddProfiling()
3483 void SlowPathLowering::LowerCallthis0Imm8V8(GateRef gate) in LowerCallthis0Imm8V8()
3497 void SlowPathLowering::LowerCallArg1Imm8V8(GateRef gate) in LowerCallArg1Imm8V8()
3512 void SlowPathLowering::LowerWideCallrangePrefImm16V8(GateRef gate) in LowerWideCallrangePrefImm16V8()
3539 void SlowPathLowering::LowerCallThisArg1(GateRef gate) in LowerCallThisArg1()
3553 void SlowPathLowering::LowerCallargs2Imm8V8V8(GateRef gate) in LowerCallargs2Imm8V8V8()
3570 void SlowPathLowering::LowerCallargs3Imm8V8V8(GateRef gate) in LowerCallargs3Imm8V8V8()
3588 void SlowPathLowering::LowerCallthis2Imm8V8V8V8(GateRef gate) in LowerCallthis2Imm8V8V8V8()
3605 void SlowPathLowering::LowerCallthis3Imm8V8V8V8V8(GateRef gate) in LowerCallthis3Imm8V8V8V8V8()
3622 void SlowPathLowering::LowerLdThisByName(GateRef gate, GateRef jsFunc) in LowerLdThisByName()
3658 void SlowPathLowering::LowerConstPoolData(GateRef gate) in LowerConstPoolData()
3674 void SlowPathLowering::LowerDeoptCheck(GateRef gate) in LowerDeoptCheck()
3695 void SlowPathLowering::LowerConstruct(GateRef gate) in LowerConstruct()
3714 void SlowPathLowering::LowerUpdateHotness(GateRef gate) in LowerUpdateHotness()
3738 void SlowPathLowering::LowerNotifyConcurrentResult(GateRef gate) in LowerNotifyConcurrentResult()