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

  /external/v8/src/compiler/
code-assembler.h 94 V(Int32AddWithOverflow) \
graph-assembler.h 62 V(Int32AddWithOverflow) \
machine-operator.h 250 const Operator* Int32AddWithOverflow();
raw-machine-assembler.h 276 Node* Int32AddWithOverflow(Node* a, Node* b) {
277 return AddNode(machine()->Int32AddWithOverflow(), a, b);
opcodes.h 392 V(Int32AddWithOverflow) \
machine-operator.cc 365 V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
    [all...]
effect-control-linearizer.cc     [all...]
machine-operator-reducer.cc 240 NodeProperties::ChangeOp(node, machine()->Int32AddWithOverflow());
    [all...]
wasm-compiler.cc     [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 584 milliseconds