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

  /external/v8/src/base/
bits.cc 103 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) {
bits.h 213 // SignedMulOverflow32(lhs,rhs,val) performs a signed multiplication of |lhs|
216 V8_BASE_EXPORT bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val);
  /external/v8/src/compiler/
machine-operator-reducer.cc     [all...]

Completed in 865 milliseconds