Lines Matching refs:MUL
2567 HInstruction* mul = HMul::NewImul(zone(), context(),2570 AddInstruction(mul);2571 mul->ClearFlag(HValue::kCanOverflow);2576 HValue* total_size = AddUncasted<HAdd>(mul, header_size);10404 case Token::MUL: