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

  /external/v8/src/compiler/
machine-operator.h 271 const Operator* Int64SubWithOverflow();
raw-machine-assembler.h 340 Node* Int64SubWithOverflow(Node* a, Node* b) {
341 return AddNode(machine()->Int64SubWithOverflow(), a, b);
opcodes.h 415 V(Int64SubWithOverflow) \
machine-operator.cc 369 V(Int64SubWithOverflow, Operator::kNoProperties)
    [all...]

Completed in 102 milliseconds