• Home
  • Raw
  • Download

Lines Matching defs:gate

22 GateRef MCRLowering::VisitGate(GateRef gate)  in VisitGate()
139 void MCRLowering::LowerConvertHoleAsUndefined(GateRef gate) in LowerConvertHoleAsUndefined()
159 void MCRLowering::LowerLoadConstOffset(GateRef gate) in LowerLoadConstOffset()
169 void MCRLowering::LowerLoadHClassFromConstpool(GateRef gate) in LowerLoadHClassFromConstpool()
186 void MCRLowering::LowerStoreConstOffset(GateRef gate) in LowerStoreConstOffset()
198 void MCRLowering::LowerHeapObjectCheck(GateRef gate) in LowerHeapObjectCheck()
210 void MCRLowering::LowerTaggedIsHeapObject(GateRef gate) in LowerTaggedIsHeapObject()
218 void MCRLowering::LowerIsMarkerCellValid(GateRef gate) in LowerIsMarkerCellValid()
226 void MCRLowering::LowerIsSpecificObjectType(GateRef gate) in LowerIsSpecificObjectType()
265 void MCRLowering::DeleteStateSplit(GateRef gate) in DeleteStateSplit()
273 void MCRLowering::LowerArrayGuardianCheck(GateRef gate) in LowerArrayGuardianCheck()
285 void MCRLowering::LowerHClassStableArrayCheck(GateRef gate) in LowerHClassStableArrayCheck()
297 void MCRLowering::LowerMathHClassConsistencyCheck(GateRef gate) in LowerMathHClassConsistencyCheck()
311 StateDepend MCRLowering::LowerConvert(StateDepend stateDepend, GateRef gate) in LowerConvert()
396 GateRef MCRLowering::ConvertSpecialHoleIntToTagged(GateRef gate, Label* exit) in ConvertSpecialHoleIntToTagged()
419 GateRef MCRLowering::ConvertSpecialHoleDoubleToTagged(GateRef gate, Label* exit) in ConvertSpecialHoleDoubleToTagged()
442 GateRef MCRLowering::ConvertTaggedNumberToBool(GateRef gate, Label *exit) in ConvertTaggedNumberToBool()
465 GateRef MCRLowering::ConvertTaggedNumberToInt32(GateRef gate, Label *exit) in ConvertTaggedNumberToInt32()
481 GateRef MCRLowering::ConvertTaggedNumberToFloat64(GateRef gate, Label *exit) in ConvertTaggedNumberToFloat64()
497 void MCRLowering::LowerCheckAndConvert(GateRef gate) in LowerCheckAndConvert()
542 void MCRLowering::LowerCheckFloat64AndConvert(GateRef gate, GateRef frameState) in LowerCheckFloat64AndConvert()
559 void MCRLowering::LowerCheckSpecialHoleAndConvert(GateRef gate, GateRef frameState) in LowerCheckSpecialHoleAndConvert()
582 void MCRLowering::LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState) in LowerCheckUInt32AndConvert()
591 void MCRLowering::LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedIntAndConvert()
607 void MCRLowering::LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedDoubleAndConvert()
623 void MCRLowering::LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedNumberAndConvert()
641 void MCRLowering::LowerCheckSupportAndConvertBool(GateRef gate, GateRef frameState) in LowerCheckSupportAndConvertBool()
662 void MCRLowering::LowerCheckTaggedBoolAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedBoolAndConvert()
681 void MCRLowering::LowerCheckNullAndConvert(GateRef gate, GateRef frameState) in LowerCheckNullAndConvert()
699 void MCRLowering::LowerUndefinedAndConvert(GateRef gate, GateRef frameState) in LowerUndefinedAndConvert()
722 GateRef MCRLowering::ConvertBoolToTaggedBoolean(GateRef gate) in ConvertBoolToTaggedBoolean()
727 GateRef MCRLowering::ConvertInt32ToFloat64(GateRef gate) in ConvertInt32ToFloat64()
732 GateRef MCRLowering::ConvertUInt32ToFloat64(GateRef gate) in ConvertUInt32ToFloat64()
737 GateRef MCRLowering::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt()
742 GateRef MCRLowering::ConvertUInt32ToTaggedNumber(GateRef gate, Label *exit) in ConvertUInt32ToTaggedNumber()
759 GateRef MCRLowering::ConvertFloat64ToInt32(GateRef glue, GateRef gate) in ConvertFloat64ToInt32()
764 GateRef MCRLowering::ConvertFloat64ToBool(GateRef gate) in ConvertFloat64ToBool()
772 GateRef MCRLowering::ConvertFloat64ToTaggedDouble(GateRef gate) in ConvertFloat64ToTaggedDouble()
777 GateRef MCRLowering::ConvertTaggedIntToInt32(GateRef gate) in ConvertTaggedIntToInt32()
782 GateRef MCRLowering::ConvertTaggedIntToFloat64(GateRef gate) in ConvertTaggedIntToFloat64()
787 GateRef MCRLowering::ConvertTaggedDoubleToInt32(GateRef glue, GateRef gate) in ConvertTaggedDoubleToInt32()
792 GateRef MCRLowering::ConvertTaggedDoubleToFloat64(GateRef gate) in ConvertTaggedDoubleToFloat64()
797 void MCRLowering::LowerGetGlobalEnv(GateRef gate) in LowerGetGlobalEnv()
805 void MCRLowering::LowerGetGlobalEnvObj(GateRef gate) in LowerGetGlobalEnvObj()
815 void MCRLowering::LowerGetGlobalEnvObjHClass(GateRef gate) in LowerGetGlobalEnvObjHClass()
827 void MCRLowering::LowerGetGlobalConstantValue(GateRef gate) in LowerGetGlobalConstantValue()
838 void MCRLowering::HeapAllocateInSOld(GateRef gate) in HeapAllocateInSOld()
847 void MCRLowering::LowerInt32CheckRightIsZero(GateRef gate) in LowerInt32CheckRightIsZero()
857 void MCRLowering::LowerRemainderIsNegativeZero(GateRef gate) in LowerRemainderIsNegativeZero()
873 void MCRLowering::LowerFloat64CheckRightIsZero(GateRef gate) in LowerFloat64CheckRightIsZero()
883 void MCRLowering::LowerLexVarIsHoleCheck(GateRef gate) in LowerLexVarIsHoleCheck()
893 void MCRLowering::LowerIsUndefinedOrHoleCheck(GateRef gate) in LowerIsUndefinedOrHoleCheck()
903 void MCRLowering::LowerIsNotUndefinedOrHoleCheck(GateRef gate) in LowerIsNotUndefinedOrHoleCheck()
913 void MCRLowering::LowerIsDataViewCheck(GateRef gate) in LowerIsDataViewCheck()
923 void MCRLowering::LowerValueCheckNegOverflow(GateRef gate) in LowerValueCheckNegOverflow()
933 void MCRLowering::LowerOverflowCheck(GateRef gate) in LowerOverflowCheck()
943 void MCRLowering::LowerInt32UnsignedUpperBoundCheck(GateRef gate) in LowerInt32UnsignedUpperBoundCheck()
954 void MCRLowering::LowerInt32DivWithCheck(GateRef gate) in LowerInt32DivWithCheck()
975 void MCRLowering::LowerStoreMemory(GateRef gate) in LowerStoreMemory()
1008 void MCRLowering::LowerMigrateFromRawValueToHeapValues(GateRef gate) in LowerMigrateFromRawValueToHeapValues()
1094 void MCRLowering::LowerMigrateFromHeapValueToRawValue(GateRef gate) in LowerMigrateFromHeapValueToRawValue()
1196 void MCRLowering::LowerMigrateFromHoleIntToHoleNumber(GateRef gate) in LowerMigrateFromHoleIntToHoleNumber()
1244 void MCRLowering::LowerMigrateFromHoleNumberToHoleInt(GateRef gate) in LowerMigrateFromHoleNumberToHoleInt()
1292 void MCRLowering::LowerHeapObjectIsEcmaObject(GateRef gate) in LowerHeapObjectIsEcmaObject()
1304 void MCRLowering::LowerIsCallableCheck(GateRef gate) in LowerIsCallableCheck()
1315 void MCRLowering::LowerStringAdd(GateRef gate) in LowerStringAdd()