Searched refs:UnsignedAddOverflow32 (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dgraph.cc72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_));
/external/v8/src/base/
H A Dbits.h292 // UnsignedAddOverflow32(lhs,rhs,val) performs an unsigned summation of |lhs|
295 inline bool UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) { function in namespace:v8::base::bits

Completed in 135 milliseconds