Home
last modified time | relevance | path

Searched refs:Int64AddWithOverflow (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h269 const Operator* Int64AddWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h334 Node* Int64AddWithOverflow(Node* a, Node* b) { in Int64AddWithOverflow() function
335 return AddNode(machine()->Int64AddWithOverflow(), a, b); in Int64AddWithOverflow()
Dopcodes.h413 V(Int64AddWithOverflow) \
Dmachine-operator.cc368 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \