Searched defs:HMul (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h4255 class HMul final : public HArithmeticBinaryOperation {
4262 HInstruction* instr = HMul::New(isolate, zone, context, left, right);
4264 HMul* mul = HMul::cast(instr);
4292 HMul(HValue* context, HValue* left, HValue* right) function in class:final::final

Completed in 138 milliseconds