Searched refs:NewImul (Results 1 – 2 of 2) sorted by relevance
2567 HInstruction* mul = HMul::NewImul(zone(), context(), in BuildCalculateElementsSize()8128 HInstruction* op = HMul::NewImul(zone(), context(), left, right); in TryInlineBuiltinFunctionCall()8244 HInstruction* result = HMul::NewImul(zone(), context(), left, right); in TryInlineBuiltinMethodCall()
4910 static HInstruction* NewImul(Zone* zone, in NewImul() function