Home | History | Annotate | Download | only in src

Lines Matching defs:HUnaryMathOperation

1875 class HUnaryMathOperation: public HTemplateInstruction<2> {
1877 HUnaryMathOperation(HValue* context, HValue* value, BuiltinFunctionId op)
1955 HUnaryMathOperation* b = HUnaryMathOperation::cast(other);