Searched refs:LUnaryMathOperation (Results 1 – 12 of 12) sorted by relevance
96 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);218 void EmitIntegerMathAbs(LUnaryMathOperation* instr);219 void DoMathAbs(LUnaryMathOperation* instr);220 void DoMathFloor(LUnaryMathOperation* instr);221 void DoMathRound(LUnaryMathOperation* instr);222 void DoMathSqrt(LUnaryMathOperation* instr);223 void DoMathPowHalf(LUnaryMathOperation* instr);224 void DoMathLog(LUnaryMathOperation* instr);225 void DoMathCos(LUnaryMathOperation* instr);226 void DoMathSin(LUnaryMathOperation* instr);
2600 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) { in DoDeferredMathAbsTaggedHeapNumber()2652 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { in EmitIntegerMathAbs()2663 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) { in DoMathAbs()2668 LUnaryMathOperation* instr) in DoMathAbs()2674 LUnaryMathOperation* instr_; in DoMathAbs()2702 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) { in DoMathFloor()2724 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) { in DoMathRound()2759 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) { in DoMathSqrt()2766 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) { in DoMathPowHalf()2832 void LCodeGen::DoMathLog(LUnaryMathOperation* instr) { in DoMathLog()[all …]
287 void LUnaryMathOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()1218 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()1222 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()
604 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 0> {606 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation() function
99 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);233 void EmitIntegerMathAbs(LUnaryMathOperation* instr);234 void DoMathAbs(LUnaryMathOperation* instr);235 void DoMathFloor(LUnaryMathOperation* instr);236 void DoMathRound(LUnaryMathOperation* instr);237 void DoMathSqrt(LUnaryMathOperation* instr);238 void DoMathPowHalf(LUnaryMathOperation* instr);239 void DoMathLog(LUnaryMathOperation* instr);240 void DoMathCos(LUnaryMathOperation* instr);241 void DoMathSin(LUnaryMathOperation* instr);
287 void LUnaryMathOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()1231 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()1235 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()1239 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()
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()[all …]
613 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 0> {615 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation() function
109 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);231 void EmitIntegerMathAbs(LUnaryMathOperation* instr);232 void DoMathAbs(LUnaryMathOperation* instr);233 void DoMathFloor(LUnaryMathOperation* instr);234 void DoMathRound(LUnaryMathOperation* instr);235 void DoMathSqrt(LUnaryMathOperation* instr);236 void DoMathPowHalf(LUnaryMathOperation* instr);237 void DoMathLog(LUnaryMathOperation* instr);238 void DoMathCos(LUnaryMathOperation* instr);239 void DoMathSin(LUnaryMathOperation* instr);
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()[all …]
285 void LUnaryMathOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()1219 LUnaryMathOperation* result = new LUnaryMathOperation(input, NULL); in DoUnaryMathOperation()1224 LUnaryMathOperation* result = new LUnaryMathOperation(input, temp); in DoUnaryMathOperation()
620 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 1> {622 LUnaryMathOperation(LOperand* value, LOperand* temp) { in LUnaryMathOperation() function