Home | History | Annotate | Download | only in src

Lines Matching defs:HMul

4833 class HMul V8_FINAL : public HArithmeticBinaryOperation {
4844 HInstruction* instr = HMul::New(zone, context, left, right);
4846 HMul* mul = HMul::cast(instr);
4879 HMul(HValue* context, HValue* left, HValue* right)