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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h4903 class HMul FINAL : public HArithmeticBinaryOperation {
4914 HInstruction* instr = HMul::New(zone, context, left, right);
4916 HMul* mul = HMul::cast(instr);
4946 HMul(HValue* context, HValue* left, HValue* right) function in class:v8::FINAL::FINAL

Completed in 222 milliseconds