HomeSort by relevance Sort by last modified time
    Searched refs:Int32MulWithOverflow (Results 1 - 8 of 8) sorted by null

  /external/v8/src/compiler/
code-assembler.h 97 V(Int32MulWithOverflow) \
graph-assembler.h 64 V(Int32MulWithOverflow) \
machine-operator.h 254 const Operator* Int32MulWithOverflow();
raw-machine-assembler.h 291 Node* Int32MulWithOverflow(Node* a, Node* b) {
292 return AddNode(machine()->Int32MulWithOverflow(), a, b);
opcodes.h 396 V(Int32MulWithOverflow) \
machine-operator.cc 367 V(Int32MulWithOverflow, Operator::kAssociative | Operator::kCommutative) \
    [all...]
effect-control-linearizer.cc     [all...]
  /external/v8/src/
code-stub-assembler.cc 532 Node* pair = Int32MulWithOverflow(lhs32, rhs32);
    [all...]

Completed in 161 milliseconds