Lines Matching defs:gate
27 GateRef MCRLowering::VisitGate(GateRef gate) in VisitGate()
118 void MCRLowering::LowerConvertHoleAsUndefined(GateRef gate) in LowerConvertHoleAsUndefined()
137 void MCRLowering::LowerLoadConstOffset(GateRef gate) in LowerLoadConstOffset()
147 void MCRLowering::LowerLoadHClassFromConstpool(GateRef gate) in LowerLoadHClassFromConstpool()
159 void MCRLowering::LowerStoreConstOffset(GateRef gate) in LowerStoreConstOffset()
171 void MCRLowering::LowerHeapObjectCheck(GateRef gate) in LowerHeapObjectCheck()
183 void MCRLowering::LowerTaggedIsHeapObject(GateRef gate) in LowerTaggedIsHeapObject()
191 void MCRLowering::LowerIsMarkerCellValid(GateRef gate) in LowerIsMarkerCellValid()
199 void MCRLowering::LowerIsSpecificObjectType(GateRef gate) in LowerIsSpecificObjectType()
234 void MCRLowering::LowerGetConstPool(GateRef gate) in LowerGetConstPool()
246 void MCRLowering::DeleteStateSplit(GateRef gate) in DeleteStateSplit()
254 void MCRLowering::LowerArrayGuardianCheck(GateRef gate) in LowerArrayGuardianCheck()
266 void MCRLowering::LowerHClassStableArrayCheck(GateRef gate) in LowerHClassStableArrayCheck()
294 StateDepend MCRLowering::LowerConvert(StateDepend stateDepend, GateRef gate) in LowerConvert()
362 GateRef MCRLowering::ConvertTaggedNumberToBool(GateRef gate, Label *exit) in ConvertTaggedNumberToBool()
385 GateRef MCRLowering::ConvertTaggedNumberToInt32(GateRef gate, Label *exit) in ConvertTaggedNumberToInt32()
402 GateRef MCRLowering::ConvertTaggedNumberToFloat64(GateRef gate, Label *exit) in ConvertTaggedNumberToFloat64()
418 void MCRLowering::LowerCheckAndConvert(GateRef gate) in LowerCheckAndConvert()
454 void MCRLowering::LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState) in LowerCheckUInt32AndConvert()
463 void MCRLowering::LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedIntAndConvert()
479 void MCRLowering::LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedDoubleAndConvert()
495 void MCRLowering::LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedNumberAndConvert()
513 void MCRLowering::LowerCheckSupportAndConvert(GateRef gate, GateRef frameState) in LowerCheckSupportAndConvert()
531 void MCRLowering::LowerCheckTaggedBoolAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedBoolAndConvert()
550 void MCRLowering::LowerCheckNullAndConvert(GateRef gate, GateRef frameState) in LowerCheckNullAndConvert()
568 void MCRLowering::LowerUndefinedAndConvert(GateRef gate, GateRef frameState) in LowerUndefinedAndConvert()
591 GateRef MCRLowering::ConvertBoolToTaggedBoolean(GateRef gate) in ConvertBoolToTaggedBoolean()
596 GateRef MCRLowering::ConvertInt32ToFloat64(GateRef gate) in ConvertInt32ToFloat64()
601 GateRef MCRLowering::ConvertUInt32ToFloat64(GateRef gate) in ConvertUInt32ToFloat64()
606 GateRef MCRLowering::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt()
611 GateRef MCRLowering::ConvertUInt32ToTaggedNumber(GateRef gate, Label *exit) in ConvertUInt32ToTaggedNumber()
628 GateRef MCRLowering::ConvertFloat64ToInt32(GateRef gate, Label *exit) in ConvertFloat64ToInt32()
633 GateRef MCRLowering::ConvertFloat64ToBool(GateRef gate) in ConvertFloat64ToBool()
640 GateRef MCRLowering::ConvertFloat64ToTaggedDouble(GateRef gate) in ConvertFloat64ToTaggedDouble()
645 GateRef MCRLowering::ConvertTaggedIntToInt32(GateRef gate) in ConvertTaggedIntToInt32()
650 GateRef MCRLowering::ConvertTaggedIntToFloat64(GateRef gate) in ConvertTaggedIntToFloat64()
655 GateRef MCRLowering::ConvertTaggedDoubleToInt32(GateRef gate, Label *exit) in ConvertTaggedDoubleToInt32()
660 GateRef MCRLowering::ConvertTaggedDoubleToFloat64(GateRef gate) in ConvertTaggedDoubleToFloat64()
665 void MCRLowering::LowerGetGlobalEnv(GateRef gate) in LowerGetGlobalEnv()
673 void MCRLowering::LowerGetGlobalEnvObj(GateRef gate) in LowerGetGlobalEnvObj()
683 void MCRLowering::LowerGetGlobalEnvObjHClass(GateRef gate) in LowerGetGlobalEnvObjHClass()
695 void MCRLowering::LowerGetGlobalConstantValue(GateRef gate) in LowerGetGlobalConstantValue()
706 void MCRLowering::LowerHeapAllocate(GateRef gate) in LowerHeapAllocate()
720 void MCRLowering::HeapAllocateInYoung(GateRef gate) in HeapAllocateInYoung()
755 void MCRLowering::LowerInt32CheckRightIsZero(GateRef gate) in LowerInt32CheckRightIsZero()
765 void MCRLowering::LowerRemainderIsNegativeZero(GateRef gate) in LowerRemainderIsNegativeZero()
780 void MCRLowering::LowerFloat64CheckRightIsZero(GateRef gate) in LowerFloat64CheckRightIsZero()
790 void MCRLowering::LowerLexVarIsHoleCheck(GateRef gate) in LowerLexVarIsHoleCheck()
800 void MCRLowering::LowerValueCheckNegOverflow(GateRef gate) in LowerValueCheckNegOverflow()
810 void MCRLowering::LowerOverflowCheck(GateRef gate) in LowerOverflowCheck()
820 void MCRLowering::LowerInt32UnsignedUpperBoundCheck(GateRef gate) in LowerInt32UnsignedUpperBoundCheck()
831 void MCRLowering::LowerInt32DivWithCheck(GateRef gate) in LowerInt32DivWithCheck()
851 void MCRLowering::LowerStoreMemory(GateRef gate) in LowerStoreMemory()