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

  /external/v8/src/compiler/
graph.cc 72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_));
  /external/v8/src/base/
bits.h 292 // UnsignedAddOverflow32(lhs,rhs,val) performs an unsigned summation of |lhs|
295 inline bool UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) {

Completed in 98 milliseconds