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

  /external/v8/src/base/
bits.h 215 // SignedAddOverflow32(lhs,rhs,val) performs a signed summation of |lhs| and
218 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) {
  /external/v8/src/compiler/
machine-operator-reducer.cc     [all...]

Completed in 85 milliseconds