Home | History | Annotate | Download | only in src

Lines Matching refs:HUnaryMathOperation

2387 class HUnaryMathOperation: public HTemplateInstruction<2> {
2437 HUnaryMathOperation* b = HUnaryMathOperation::cast(other);
2442 HUnaryMathOperation(HValue* context, HValue* value, BuiltinFunctionId op)