Lines Matching defs:gate
26 for (const auto &gate : gateList) { in Run() local
108 void LCRLowering::LowerConvertHoleAsUndefined(GateRef gate) in LowerConvertHoleAsUndefined()
127 void LCRLowering::LowerLoadConstOffset(GateRef gate) in LowerLoadConstOffset()
137 void LCRLowering::LowerStoreConstOffset(GateRef gate) in LowerStoreConstOffset()
149 void LCRLowering::LowerHeapObjectCheck(GateRef gate) in LowerHeapObjectCheck()
161 void LCRLowering::LowerGetConstPool(GateRef gate) in LowerGetConstPool()
173 void LCRLowering::DeleteStateSplit(GateRef gate) in DeleteStateSplit()
181 void LCRLowering::LowerArrayGuardianCheck(GateRef gate) in LowerArrayGuardianCheck()
193 void LCRLowering::LowerHClassStableArrayCheck(GateRef gate) in LowerHClassStableArrayCheck()
215 StateDepend LCRLowering::LowerConvert(StateDepend stateDepend, GateRef gate) in LowerConvert()
277 GateRef LCRLowering::ConvertTaggedNumberToBool(GateRef gate, Label *exit) in ConvertTaggedNumberToBool()
300 GateRef LCRLowering::ConvertTaggedNumberToInt32(GateRef gate, Label *exit) in ConvertTaggedNumberToInt32()
317 GateRef LCRLowering::ConvertTaggedNumberToFloat64(GateRef gate, Label *exit) in ConvertTaggedNumberToFloat64()
333 void LCRLowering::LowerCheckAndConvert(GateRef gate) in LowerCheckAndConvert()
363 void LCRLowering::LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState) in LowerCheckUInt32AndConvert()
372 void LCRLowering::LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedIntAndConvert()
388 void LCRLowering::LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedDoubleAndConvert()
404 void LCRLowering::LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedNumberAndConvert()
422 void LCRLowering::LowerCheckSupportAndConvert(GateRef gate, GateRef frameState) in LowerCheckSupportAndConvert()
440 void LCRLowering::LowerCheckTaggedBoolAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedBoolAndConvert()
456 GateRef LCRLowering::ConvertBoolToTaggedBoolean(GateRef gate) in ConvertBoolToTaggedBoolean()
461 GateRef LCRLowering::ConvertInt32ToFloat64(GateRef gate) in ConvertInt32ToFloat64()
466 GateRef LCRLowering::ConvertUInt32ToFloat64(GateRef gate) in ConvertUInt32ToFloat64()
471 GateRef LCRLowering::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt()
476 GateRef LCRLowering::ConvertUInt32ToTaggedNumber(GateRef gate, Label *exit) in ConvertUInt32ToTaggedNumber()
493 GateRef LCRLowering::ConvertFloat64ToInt32(GateRef gate, Label *exit) in ConvertFloat64ToInt32()
498 GateRef LCRLowering::ConvertFloat64ToBool(GateRef gate) in ConvertFloat64ToBool()
505 GateRef LCRLowering::ConvertFloat64ToTaggedDouble(GateRef gate) in ConvertFloat64ToTaggedDouble()
510 GateRef LCRLowering::ConvertTaggedIntToInt32(GateRef gate) in ConvertTaggedIntToInt32()
515 GateRef LCRLowering::ConvertTaggedIntToFloat64(GateRef gate) in ConvertTaggedIntToFloat64()
520 GateRef LCRLowering::ConvertTaggedDoubleToInt32(GateRef gate, Label *exit) in ConvertTaggedDoubleToInt32()
525 GateRef LCRLowering::ConvertTaggedDoubleToFloat64(GateRef gate) in ConvertTaggedDoubleToFloat64()
530 void LCRLowering::LowerGetGlobalEnv(GateRef gate) in LowerGetGlobalEnv()
538 void LCRLowering::LowerGetGlobalEnvObjHClass(GateRef gate) in LowerGetGlobalEnvObjHClass()
550 void LCRLowering::LowerGetGlobalConstantValue(GateRef gate) in LowerGetGlobalConstantValue()
561 void LCRLowering::LowerHeapAllocate(GateRef gate) in LowerHeapAllocate()
575 void LCRLowering::HeapAllocateInYoung(GateRef gate) in HeapAllocateInYoung()
608 void LCRLowering::LowerInt32CheckRightIsZero(GateRef gate) in LowerInt32CheckRightIsZero()
618 void LCRLowering::LowerFloat64CheckRightIsZero(GateRef gate) in LowerFloat64CheckRightIsZero()
628 void LCRLowering::LowerLexVarIsHoleCheck(GateRef gate) in LowerLexVarIsHoleCheck()
638 void LCRLowering::LowerValueCheckNegOverflow(GateRef gate) in LowerValueCheckNegOverflow()
648 void LCRLowering::LowerOverflowCheck(GateRef gate) in LowerOverflowCheck()
658 void LCRLowering::LowerInt32UnsignedUpperBoundCheck(GateRef gate) in LowerInt32UnsignedUpperBoundCheck()
669 void LCRLowering::LowerInt32DivWithCheck(GateRef gate) in LowerInt32DivWithCheck()
689 void LCRLowering::LowerStoreMemory(GateRef gate) in LowerStoreMemory()