Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dbits.cc91 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedMulOverflow32() function
Dbits.h264 V8_BASE_EXPORT bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val);
/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc1337 bool ovf = base::bits::SignedMulOverflow32( in ReduceProjection()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3897 CHECK(!base::bits::SignedMulOverflow32(a, b, &val)); in ConstexprInt31Mul()