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

  /external/v8/src/compiler/
machine-operator.h 269 const Operator* Int64AddWithOverflow();
raw-machine-assembler.h 334 Node* Int64AddWithOverflow(Node* a, Node* b) {
335 return AddNode(machine()->Int64AddWithOverflow(), a, b);
opcodes.h 413 V(Int64AddWithOverflow) \
machine-operator.cc 368 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
    [all...]

Completed in 496 milliseconds