Lines Matching refs:LUnaryMathOperation
2728 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) { in DoDeferredMathAbsTaggedHeapNumber()
2794 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { in EmitIntegerMathAbs()
2806 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) { in DoMathAbs()
2811 LUnaryMathOperation* instr) in DoMathAbs()
2817 LUnaryMathOperation* instr_; in DoMathAbs()
2841 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) { in DoMathFloor()
2871 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) { in DoMathRound()
2897 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) { in DoMathSqrt()
2904 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) { in DoMathPowHalf()
2981 void LCodeGen::DoMathLog(LUnaryMathOperation* instr) { in DoMathLog()
2989 void LCodeGen::DoMathCos(LUnaryMathOperation* instr) { in DoMathCos()
2997 void LCodeGen::DoMathSin(LUnaryMathOperation* instr) { in DoMathSin()
3005 void LCodeGen::DoUnaryMathOperation(LUnaryMathOperation* instr) { in DoUnaryMathOperation()