Lines Matching defs:gate
48 for (const auto &gate : gateList) { in CallRuntimeLowering() local
98 for (const auto &gate : unsharedCP_) { in CallRuntimeLowering() local
116 void SlowPathLowering::LowerGetEnv(GateRef gate) in LowerGetEnv()
125 void SlowPathLowering::DeleteLoopExit(GateRef gate) in DeleteLoopExit()
131 void SlowPathLowering::DeleteLoopExitValue(GateRef gate) in DeleteLoopExitValue()
226 void SlowPathLowering::Lower(GateRef gate) in Lower()
810 void SlowPathLowering::LowerCallStubWithIC(GateRef gate, int sign, const std::vector<GateRef> &args) in LowerCallStubWithIC()
823 GateRef SlowPathLowering::LowerCallRuntime(GateRef gate, int index, const std::vector<GateRef> &arg… in LowerCallRuntime()
837 GateRef SlowPathLowering::LowerCallNGCRuntime(GateRef gate, int index, const std::vector<GateRef> &… in LowerCallNGCRuntime()
851 void SlowPathLowering::LowerAdd2(GateRef gate) in LowerAdd2()
860 void SlowPathLowering::LowerCreateIterResultObj(GateRef gate) in LowerCreateIterResultObj()
871 void SlowPathLowering::SaveFrameToContext(GateRef gate) in SaveFrameToContext()
950 void SlowPathLowering::LowerSuspendGenerator(GateRef gate) in LowerSuspendGenerator()
962 void SlowPathLowering::LowerAsyncFunctionAwaitUncaught(GateRef gate) in LowerAsyncFunctionAwaitUncaught()
971 void SlowPathLowering::LowerAsyncFunctionResolve(GateRef gate) in LowerAsyncFunctionResolve()
981 void SlowPathLowering::LowerAsyncFunctionReject(GateRef gate) in LowerAsyncFunctionReject()
991 void SlowPathLowering::LowerTryLdGlobalByName(GateRef gate) in LowerTryLdGlobalByName()
999 void SlowPathLowering::LowerStGlobalVar(GateRef gate) in LowerStGlobalVar()
1008 void SlowPathLowering::LowerGetIterator(GateRef gate) in LowerGetIterator()
1015 void SlowPathLowering::LowerGetAsyncIterator(GateRef gate) in LowerGetAsyncIterator()
1021 void SlowPathLowering::LowerCallthisrangeImm8Imm8V8(GateRef gate) in LowerCallthisrangeImm8Imm8V8()
1047 void SlowPathLowering::LowerWideCallthisrangePrefImm16V8(GateRef gate) in LowerWideCallthisrangePrefImm16V8()
1073 void SlowPathLowering::LowerCallSpread(GateRef gate) in LowerCallSpread()
1085 void SlowPathLowering::LowerCallrangeImm8Imm8V8(GateRef gate) in LowerCallrangeImm8Imm8V8()
1107 void SlowPathLowering::LowerNewObjApply(GateRef gate) in LowerNewObjApply()
1117 void SlowPathLowering::LowerThrow(GateRef gate) in LowerThrow()
1127 void SlowPathLowering::LowerThrowConstAssignment(GateRef gate) in LowerThrowConstAssignment()
1136 void SlowPathLowering::LowerThrowThrowNotExists(GateRef gate) in LowerThrowThrowNotExists()
1143 void SlowPathLowering::LowerThrowPatternNonCoercible(GateRef gate) in LowerThrowPatternNonCoercible()
1150 void SlowPathLowering::LowerThrowIfNotObject(GateRef gate) in LowerThrowIfNotObject()
1176 void SlowPathLowering::LowerThrowUndefinedIfHole(GateRef gate) in LowerThrowUndefinedIfHole()
1200 void SlowPathLowering::LowerThrowUndefinedIfHoleWithName(GateRef gate) in LowerThrowUndefinedIfHoleWithName()
1229 void SlowPathLowering::LowerThrowIfSuperNotCorrectCall(GateRef gate) in LowerThrowIfSuperNotCorrectCall()
1238 void SlowPathLowering::LowerThrowDeleteSuperProperty(GateRef gate) in LowerThrowDeleteSuperProperty()
1268 void SlowPathLowering::LowerLdSymbol(GateRef gate) in LowerLdSymbol()
1275 void SlowPathLowering::LowerLdGlobal(GateRef gate) in LowerLdGlobal()
1285 void SlowPathLowering::LowerSub2(GateRef gate) in LowerSub2()
1294 void SlowPathLowering::LowerMul2(GateRef gate) in LowerMul2()
1303 void SlowPathLowering::LowerDiv2(GateRef gate) in LowerDiv2()
1312 void SlowPathLowering::LowerMod2(GateRef gate) in LowerMod2()
1321 void SlowPathLowering::LowerEq(GateRef gate) in LowerEq()
1330 void SlowPathLowering::LowerNotEq(GateRef gate) in LowerNotEq()
1339 void SlowPathLowering::LowerLess(GateRef gate) in LowerLess()
1348 void SlowPathLowering::LowerLessEq(GateRef gate) in LowerLessEq()
1357 void SlowPathLowering::LowerGreater(GateRef gate) in LowerGreater()
1366 void SlowPathLowering::LowerGreaterEq(GateRef gate) in LowerGreaterEq()
1375 void SlowPathLowering::LowerGetPropIterator(GateRef gate) in LowerGetPropIterator()
1384 void SlowPathLowering::LowerCloseIterator(GateRef gate) in LowerCloseIterator()
1393 void SlowPathLowering::LowerInc(GateRef gate) in LowerInc()
1402 void SlowPathLowering::LowerDec(GateRef gate) in LowerDec()
1411 void SlowPathLowering::LowerToNumber(GateRef gate) in LowerToNumber()
1429 void SlowPathLowering::LowerNeg(GateRef gate) in LowerNeg()
1438 void SlowPathLowering::LowerNot(GateRef gate) in LowerNot()
1447 void SlowPathLowering::LowerShl2(GateRef gate) in LowerShl2()
1456 void SlowPathLowering::LowerShr2(GateRef gate) in LowerShr2()
1465 void SlowPathLowering::LowerAshr2(GateRef gate) in LowerAshr2()
1474 void SlowPathLowering::LowerAnd2(GateRef gate) in LowerAnd2()
1483 void SlowPathLowering::LowerOr2(GateRef gate) in LowerOr2()
1492 void SlowPathLowering::LowerXor2(GateRef gate) in LowerXor2()
1501 void SlowPathLowering::LowerDelObjProp(GateRef gate) in LowerDelObjProp()
1515 void SlowPathLowering::LowerExp(GateRef gate) in LowerExp()
1524 void SlowPathLowering::LowerIsIn(GateRef gate) in LowerIsIn()
1539 void SlowPathLowering::LowerInstanceof(GateRef gate) in LowerInstanceof()
1548 void SlowPathLowering::LowerFastStrictNotEqual(GateRef gate) in LowerFastStrictNotEqual()
1559 void SlowPathLowering::LowerFastStrictEqual(GateRef gate) in LowerFastStrictEqual()
1568 void SlowPathLowering::LowerCreateEmptyArray(GateRef gate) in LowerCreateEmptyArray()
1575 void SlowPathLowering::LowerCreateEmptyObject(GateRef gate) in LowerCreateEmptyObject()
1581 void SlowPathLowering::LowerCreateArrayWithBuffer(GateRef gate) in LowerCreateArrayWithBuffer()
1591 GateRef SlowPathLowering::LowerUpdateArrayHClassAtDefine(GateRef gate, GateRef array) in LowerUpdateArrayHClassAtDefine()
1605 void SlowPathLowering::LowerCreateObjectWithBuffer(GateRef gate) in LowerCreateObjectWithBuffer()
1621 void SlowPathLowering::LowerStModuleVar(GateRef gate) in LowerStModuleVar()
1632 void SlowPathLowering::LowerSetGeneratorState(GateRef gate) in LowerSetGeneratorState()
1643 void SlowPathLowering::LowerGetTemplateObject(GateRef gate) in LowerGetTemplateObject()
1653 void SlowPathLowering::LowerSetObjectWithProto(GateRef gate) in LowerSetObjectWithProto()
1664 void SlowPathLowering::LowerLdBigInt(GateRef gate) in LowerLdBigInt()
1678 void SlowPathLowering::LowerToNumeric(GateRef gate) in LowerToNumeric()
1696 void SlowPathLowering::LowerDynamicImport(GateRef gate) in LowerDynamicImport()
1706 void SlowPathLowering::LowerLdLocalModuleVarByIndex(GateRef gate) in LowerLdLocalModuleVarByIndex()
1716 void SlowPathLowering::LowerExternalModule(GateRef gate) in LowerExternalModule()
1725 void SlowPathLowering::LowerGetModuleNamespace(GateRef gate) in LowerGetModuleNamespace()
1735 GateRef SlowPathLowering::GetTaggedArrayFromValueIn(Environment *env, GateRef gate, size_t length) in GetTaggedArrayFromValueIn()
1746 void SlowPathLowering::LowerSuperCall(GateRef gate) in LowerSuperCall()
1781 void SlowPathLowering::LowerSuperCallArrow(GateRef gate) in LowerSuperCallArrow()
1797 void SlowPathLowering::LowerSuperCallSpread(GateRef gate) in LowerSuperCallSpread()
1844 GateRef gate = args[0]; // 0: index of gate in LowerFastSuperCallWithArgArray() local
1861 GateRef gate = args[0]; // 0: index of gate in LowerFastSuperCall() local
1905 void SlowPathLowering::CallNGCRuntimeWithCallTimer(int index, GateRef gate, GateRef func, Variable … in CallNGCRuntimeWithCallTimer()
1940 void SlowPathLowering::LowerSuperCallForwardAllArgs(GateRef gate) in LowerSuperCallForwardAllArgs()
1997 GateRef gate = args[0]; // 0: gate in GenerateSuperCallForwardAllArgsWithoutArgv() local
2023 void SlowPathLowering::LowerIsTrueOrFalse(GateRef gate, bool flag) in LowerIsTrueOrFalse()
2041 void SlowPathLowering::LowerNewObjRange(GateRef gate) in LowerNewObjRange()
2086 bool SlowPathLowering::IsDependIfStateMent(GateRef gate, size_t idx) in IsDependIfStateMent()
2092 void SlowPathLowering::LowerConditionJump(GateRef gate, bool isEqualJump) in LowerConditionJump()
2147 void SlowPathLowering::LowerGetNextPropName(GateRef gate) in LowerGetNextPropName()
2188 void SlowPathLowering::LowerCopyDataProperties(GateRef gate) in LowerCopyDataProperties()
2199 void SlowPathLowering::LowerCreateObjectWithExcludedKeys(GateRef gate) in LowerCreateObjectWithExcludedKeys()
2214 void SlowPathLowering::LowerCreateRegExpWithLiteral(GateRef gate) in LowerCreateRegExpWithLiteral()
2230 void SlowPathLowering::LowerStOwnByValue(GateRef gate) in LowerStOwnByValue()
2245 void SlowPathLowering::LowerStOwnByIndex(GateRef gate) in LowerStOwnByIndex()
2260 void SlowPathLowering::LowerStOwnByName(GateRef gate) in LowerStOwnByName()
2280 void SlowPathLowering::LowerNewLexicalEnv(GateRef gate) in LowerNewLexicalEnv()
2290 void SlowPathLowering::LowerNewLexicalEnvWithName(GateRef gate) in LowerNewLexicalEnvWithName()
2303 void SlowPathLowering::LowerNewSendableEnv(GateRef gate) in LowerNewSendableEnv()
2315 void SlowPathLowering::LowerPopLexicalEnv(GateRef gate) in LowerPopLexicalEnv()
2323 void SlowPathLowering::LowerLdSuperByValue(GateRef gate) in LowerLdSuperByValue()
2335 void SlowPathLowering::LowerStSuperByValue(GateRef gate) in LowerStSuperByValue()
2348 void SlowPathLowering::LowerTryStGlobalByName(GateRef gate) in LowerTryStGlobalByName()
2357 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()
2375 void SlowPathLowering::LowerStOwnByValueWithNameSet(GateRef gate) in LowerStOwnByValueWithNameSet()
2392 void SlowPathLowering::LowerStOwnByNameWithNameSet(GateRef gate) in LowerStOwnByNameWithNameSet()
2414 void SlowPathLowering::LowerLdGlobalVar(GateRef gate) in LowerLdGlobalVar()
2422 bool SlowPathLowering::enableMegaIC(GateRef gate) in enableMegaIC()
2429 void SlowPathLowering::LowerLdObjByName(GateRef gate) in LowerLdObjByName()
2446 void SlowPathLowering::LowerStObjByName(GateRef gate, bool isThis) in LowerStObjByName()
2472 void SlowPathLowering::LowerDefineGetterSetterByValue(GateRef gate) in LowerDefineGetterSetterByValue()
2488 void SlowPathLowering::LowerLdObjByIndex(GateRef gate) in LowerLdObjByIndex()
2501 void SlowPathLowering::LowerStObjByIndex(GateRef gate) in LowerStObjByIndex()
2514 void SlowPathLowering::LowerLdObjByValue(GateRef gate, bool isThis) in LowerLdObjByValue()
2530 void SlowPathLowering::LowerStObjByValue(GateRef gate, bool isThis) in LowerStObjByValue()
2550 void SlowPathLowering::LowerLdSuperByName(GateRef gate) in LowerLdSuperByName()
2565 void SlowPathLowering::LowerStSuperByName(GateRef gate) in LowerStSuperByName()
2580 void SlowPathLowering::LowerCreateGeneratorObj(GateRef gate) in LowerCreateGeneratorObj()
2589 void SlowPathLowering::LowerCreateAsyncGeneratorObj(GateRef gate) in LowerCreateAsyncGeneratorObj()
2598 void SlowPathLowering::LowerAsyncGeneratorResolve(GateRef gate) in LowerAsyncGeneratorResolve()
2610 void SlowPathLowering::LowerAsyncGeneratorReject(GateRef gate) in LowerAsyncGeneratorReject()
2619 void SlowPathLowering::LowerStArraySpread(GateRef gate) in LowerStArraySpread()
2629 void SlowPathLowering::LowerLdLexVar(GateRef gate) in LowerLdLexVar()
2662 void SlowPathLowering::LowerLdSendableVar(GateRef gate) in LowerLdSendableVar()
2697 void SlowPathLowering::LowerStLexVar(GateRef gate) in LowerStLexVar()
2732 void SlowPathLowering::LowerStSendableVar(GateRef gate) in LowerStSendableVar()
2769 void SlowPathLowering::LowerDefineClassWithBuffer(GateRef gate) in LowerDefineClassWithBuffer()
2798 void SlowPathLowering::LowerDefineFunc(GateRef gate) in LowerDefineFunc()
2832 void SlowPathLowering::LowerAsyncFunctionEnter(GateRef gate) in LowerAsyncFunctionEnter()
2841 void SlowPathLowering::LowerTypeof(GateRef gate) in LowerTypeof()
2859 void SlowPathLowering::LowerStoreRegister(GateRef gate, GateRef arrayGate) in LowerStoreRegister()
2868 void SlowPathLowering::LowerResumeGenerator(GateRef gate) in LowerResumeGenerator()
2918 void SlowPathLowering::LowerGetResumeMode(GateRef gate) in LowerGetResumeMode()
2955 void SlowPathLowering::LowerDefineMethod(GateRef gate) in LowerDefineMethod()
2984 void SlowPathLowering::LowerGetUnmappedArgs(GateRef gate) in LowerGetUnmappedArgs()
2992 void SlowPathLowering::LowerCopyRestArgs(GateRef gate) in LowerCopyRestArgs()
3004 void SlowPathLowering::LowerWideLdPatchVar(GateRef gate) in LowerWideLdPatchVar()
3012 void SlowPathLowering::LowerWideStPatchVar(GateRef gate) in LowerWideStPatchVar()
3020 void SlowPathLowering::AddProfiling(GateRef gate, bool skipGenerator) in AddProfiling()
3058 void SlowPathLowering::LowerCallArg0Stub(GateRef gate) in LowerCallArg0Stub()
3069 void SlowPathLowering::LowerCallArg1Stub(GateRef gate) in LowerCallArg1Stub()
3081 void SlowPathLowering::LowerCallArg2Stub(GateRef gate) in LowerCallArg2Stub()
3094 void SlowPathLowering::LowerCallArg3Stub(GateRef gate) in LowerCallArg3Stub()
3108 void SlowPathLowering::LowerCallThis0Stub(GateRef gate) in LowerCallThis0Stub()
3120 void SlowPathLowering::LowerCallThis1Stub(GateRef gate) in LowerCallThis1Stub()
3133 void SlowPathLowering::LowerCallThis2Stub(GateRef gate) in LowerCallThis2Stub()
3147 void SlowPathLowering::LowerCallThis3Stub(GateRef gate) in LowerCallThis3Stub()
3162 void SlowPathLowering::LowerWideCallrangePrefImm16V8(GateRef gate) in LowerWideCallrangePrefImm16V8()
3197 void SlowPathLowering::LowerLdThisByName(GateRef gate) in LowerLdThisByName()
3212 void SlowPathLowering::LowerConstruct(GateRef gate) in LowerConstruct()
3241 void SlowPathLowering::LowerCallInternal(GateRef gate) in LowerCallInternal()
3266 void SlowPathLowering::LowerCallNew(GateRef gate) in LowerCallNew()
3295 void SlowPathLowering::LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, in LowerNewFastCall()
3360 void SlowPathLowering::LowerTypedCall(GateRef gate) in LowerTypedCall()
3377 void SlowPathLowering::LowerTypedFastCall(GateRef gate) in LowerTypedFastCall()
3394 void SlowPathLowering::LowerCheckSafePointAndStackOver(GateRef gate) in LowerCheckSafePointAndStackOver()
3427 void SlowPathLowering::LowerLdPrivateProperty(GateRef gate) in LowerLdPrivateProperty()
3443 void SlowPathLowering::LowerStPrivateProperty(GateRef gate) in LowerStPrivateProperty()
3460 void SlowPathLowering::LowerTestIn(GateRef gate) in LowerTestIn()
3476 void SlowPathLowering::LowerNotifyConcurrentResult(GateRef gate) in LowerNotifyConcurrentResult()
3485 void SlowPathLowering::LowerDefineFieldByName(GateRef gate) in LowerDefineFieldByName()
3503 void SlowPathLowering::LowerDefineFieldByValue(GateRef gate) in LowerDefineFieldByValue()
3516 void SlowPathLowering::LowerDefineFieldByIndex(GateRef gate) in LowerDefineFieldByIndex()
3529 void SlowPathLowering::LowerToPropertyKey(GateRef gate) in LowerToPropertyKey()
3540 void SlowPathLowering::LowerCreatePrivateProperty(GateRef gate) in LowerCreatePrivateProperty()
3557 void SlowPathLowering::LowerDefinePrivateProperty(GateRef gate) in LowerDefinePrivateProperty()
3573 void SlowPathLowering::LowerDefineSendableClass(GateRef gate) in LowerDefineSendableClass()
3591 void SlowPathLowering::LowerLdSendableClass(GateRef gate) in LowerLdSendableClass()
3599 void SlowPathLowering::LowerSendableExternalModule(GateRef gate) in LowerSendableExternalModule()
3609 void SlowPathLowering::LowerSendableLocalModule(GateRef gate) in LowerSendableLocalModule()
3619 void SlowPathLowering::LowerLdStr(GateRef gate) in LowerLdStr()
3630 void SlowPathLowering::LowerGetSharedConstPool(GateRef gate) in LowerGetSharedConstPool()
3654 void SlowPathLowering::LowerGetUnsharedConstPool(GateRef gate) in LowerGetUnsharedConstPool()
3692 void SlowPathLowering::LowerLdLazyExternalModuleVar(GateRef gate) in LowerLdLazyExternalModuleVar()
3702 void SlowPathLowering::LowerLdLazySendableExternalModuleVar(GateRef gate) in LowerLdLazySendableExternalModuleVar()