• Home
  • Raw
  • Download

Lines Matching defs:gate

22 GateRef MCRLowering::VisitGate(GateRef gate)  in VisitGate()
149 void MCRLowering::LowerConvertHoleAsUndefined(GateRef gate) in LowerConvertHoleAsUndefined()
169 void MCRLowering::LowerLoadConstOffset(GateRef gate) in LowerLoadConstOffset()
179 void MCRLowering::LowerLoadHClassConstOffset(GateRef gate) in LowerLoadHClassConstOffset()
187 void MCRLowering::LowerLoadHClassFromConstpool(GateRef gate) in LowerLoadHClassFromConstpool()
204 void MCRLowering::LowerStoreConstOffset(GateRef gate) in LowerStoreConstOffset()
216 void MCRLowering::LowerStoreHClassConstOffset(GateRef gate) in LowerStoreHClassConstOffset()
229 void MCRLowering::LowerHeapObjectCheck(GateRef gate) in LowerHeapObjectCheck()
241 void MCRLowering::LowerTaggedIsHeapObject(GateRef gate) in LowerTaggedIsHeapObject()
249 void MCRLowering::LowerIsMarkerCellValid(GateRef gate) in LowerIsMarkerCellValid()
257 void MCRLowering::LowerIsSpecificObjectType(GateRef gate) in LowerIsSpecificObjectType()
296 void MCRLowering::DeleteStateSplit(GateRef gate) in DeleteStateSplit()
304 void MCRLowering::LowerArrayGuardianCheck(GateRef gate) in LowerArrayGuardianCheck()
315 void MCRLowering::LowerHClassStableArrayCheck(GateRef gate) in LowerHClassStableArrayCheck()
327 void MCRLowering::LowerMathHClassConsistencyCheck(GateRef gate) in LowerMathHClassConsistencyCheck()
341 StateDepend MCRLowering::LowerConvert(StateDepend stateDepend, GateRef gate) in LowerConvert()
433 GateRef MCRLowering::ConvertSpecialHoleIntToTagged(GateRef gate, Label* exit) in ConvertSpecialHoleIntToTagged()
456 GateRef MCRLowering::ConvertSpecialHoleDoubleToTagged(GateRef gate, Label* exit) in ConvertSpecialHoleDoubleToTagged()
479 GateRef MCRLowering::ConvertTaggedNumberToBool(GateRef gate, Label *exit) in ConvertTaggedNumberToBool()
502 GateRef MCRLowering::ConvertTaggedNumberToInt32(GateRef gate, Label *exit) in ConvertTaggedNumberToInt32()
518 GateRef MCRLowering::ConvertTaggedNumberToFloat64(GateRef gate, Label *exit) in ConvertTaggedNumberToFloat64()
534 void MCRLowering::LowerCheckAndConvert(GateRef gate) in LowerCheckAndConvert()
579 void MCRLowering::LowerCheckFloat64AndConvert(GateRef gate, GateRef frameState) in LowerCheckFloat64AndConvert()
596 void MCRLowering::LowerCheckSpecialHoleAndConvert(GateRef gate, GateRef frameState) in LowerCheckSpecialHoleAndConvert()
619 void MCRLowering::LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState) in LowerCheckUInt32AndConvert()
628 void MCRLowering::LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedIntAndConvert()
644 void MCRLowering::LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedDoubleAndConvert()
660 void MCRLowering::LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedNumberAndConvert()
678 void MCRLowering::LowerCheckSupportAndConvertBool(GateRef gate, GateRef frameState) in LowerCheckSupportAndConvertBool()
699 void MCRLowering::LowerCheckTaggedBoolAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedBoolAndConvert()
718 void MCRLowering::LowerCheckNullAndConvert(GateRef gate, GateRef frameState) in LowerCheckNullAndConvert()
736 void MCRLowering::LowerUndefinedAndConvert(GateRef gate, GateRef frameState) in LowerUndefinedAndConvert()
759 GateRef MCRLowering::ConvertBoolToTaggedBoolean(GateRef gate) in ConvertBoolToTaggedBoolean()
764 GateRef MCRLowering::ConvertInt32ToFloat64(GateRef gate) in ConvertInt32ToFloat64()
769 GateRef MCRLowering::ConvertUInt32ToFloat64(GateRef gate) in ConvertUInt32ToFloat64()
774 GateRef MCRLowering::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt()
779 GateRef MCRLowering::ConvertUInt32ToTaggedNumber(GateRef gate, Label *exit) in ConvertUInt32ToTaggedNumber()
796 GateRef MCRLowering::ConvertFloat64ToInt32(GateRef glue, GateRef gate) in ConvertFloat64ToInt32()
801 GateRef MCRLowering::ConvertFloat64ToBool(GateRef gate) in ConvertFloat64ToBool()
809 GateRef MCRLowering::ConvertFloat64ToTaggedDouble(GateRef gate) in ConvertFloat64ToTaggedDouble()
814 GateRef MCRLowering::ConvertTaggedIntToInt32(GateRef gate) in ConvertTaggedIntToInt32()
819 GateRef MCRLowering::ConvertTaggedIntToFloat64(GateRef gate) in ConvertTaggedIntToFloat64()
824 GateRef MCRLowering::ConvertTaggedDoubleToInt32(GateRef glue, GateRef gate) in ConvertTaggedDoubleToInt32()
829 GateRef MCRLowering::ConvertTaggedDoubleToFloat64(GateRef gate) in ConvertTaggedDoubleToFloat64()
834 void MCRLowering::LowerGetGlobalEnv(GateRef gate) in LowerGetGlobalEnv()
841 void MCRLowering::LowerGetGlobalEnvObj(GateRef gate) in LowerGetGlobalEnvObj()
851 void MCRLowering::LowerGetGlobalEnvObjHClass(GateRef gate) in LowerGetGlobalEnvObjHClass()
863 void MCRLowering::LowerGetGlobalConstantValue(GateRef gate) in LowerGetGlobalConstantValue()
874 void MCRLowering::HeapAllocateInSOld(GateRef gate) in HeapAllocateInSOld()
883 void MCRLowering::LowerProductIsNegativeZero(GateRef gate) in LowerProductIsNegativeZero()
901 void MCRLowering::LowerInt32CheckRightIsZero(GateRef gate) in LowerInt32CheckRightIsZero()
911 void MCRLowering::LowerRemainderIsNegativeZero(GateRef gate) in LowerRemainderIsNegativeZero()
927 void MCRLowering::LowerFloat64CheckRightIsZero(GateRef gate) in LowerFloat64CheckRightIsZero()
937 void MCRLowering::LowerLexVarIsHoleCheck(GateRef gate) in LowerLexVarIsHoleCheck()
947 void MCRLowering::LowerIsUndefinedOrHoleCheck(GateRef gate) in LowerIsUndefinedOrHoleCheck()
957 void MCRLowering::LowerIsNotUndefinedOrHoleCheck(GateRef gate) in LowerIsNotUndefinedOrHoleCheck()
967 void MCRLowering::LowerIsDataViewCheck(GateRef gate) in LowerIsDataViewCheck()
977 void MCRLowering::LowerValueCheckNegOverflow(GateRef gate) in LowerValueCheckNegOverflow()
988 void MCRLowering::LowerOverflowCheck(GateRef gate) in LowerOverflowCheck()
998 void MCRLowering::LowerInt32UnsignedUpperBoundCheck(GateRef gate) in LowerInt32UnsignedUpperBoundCheck()
1009 void MCRLowering::LowerInt32DivWithCheck(GateRef gate) in LowerInt32DivWithCheck()
1030 void MCRLowering::LowerStoreMemory(GateRef gate) in LowerStoreMemory()
1063 void MCRLowering::LowerMigrateFromRawValueToHeapValues(GateRef gate) in LowerMigrateFromRawValueToHeapValues()
1149 void MCRLowering::LowerMigrateFromHeapValueToRawValue(GateRef gate) in LowerMigrateFromHeapValueToRawValue()
1251 void MCRLowering::LowerMigrateFromHoleIntToHoleNumber(GateRef gate) in LowerMigrateFromHoleIntToHoleNumber()
1299 void MCRLowering::LowerMigrateFromHoleNumberToHoleInt(GateRef gate) in LowerMigrateFromHoleNumberToHoleInt()
1347 void MCRLowering::LowerHeapObjectIsEcmaObject(GateRef gate) in LowerHeapObjectIsEcmaObject()
1359 void MCRLowering::LowerIsCallableCheck(GateRef gate) in LowerIsCallableCheck()
1370 void MCRLowering::LowerStringAdd(GateRef gate) in LowerStringAdd()