Home | History | Annotate | Download | only in src

Lines Matching refs:HMul

4869 class HMul V8_FINAL : public HArithmeticBinaryOperation {
4880 HInstruction* instr = HMul::New(zone, context, left, right);
4882 HMul* mul = HMul::cast(instr);
4912 HMul(HValue* context, HValue* left, HValue* right)