Lines Matching refs:LUnaryMathOperation
2584 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) { in DoDeferredMathAbsTaggedHeapNumber()
2636 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { in EmitIntegerMathAbs()
2648 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) { in DoMathAbs()
2653 LUnaryMathOperation* instr) in DoMathAbs()
2659 LUnaryMathOperation* instr_; in DoMathAbs()
2686 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) { in DoMathFloor()
2708 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) { in DoMathRound()
2743 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) { in DoMathSqrt()
2750 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) { in DoMathPowHalf()
2820 void LCodeGen::DoMathLog(LUnaryMathOperation* instr) { in DoMathLog()
2850 void LCodeGen::DoMathCos(LUnaryMathOperation* instr) { in DoMathCos()
2858 void LCodeGen::DoMathSin(LUnaryMathOperation* instr) { in DoMathSin()
2866 void LCodeGen::DoUnaryMathOperation(LUnaryMathOperation* instr) { in DoUnaryMathOperation()