Lines Matching defs:BitwiseSubOne
284 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength());
312 JSHandle<BigInt> xVal = BitwiseSubOne(thread, x, x->GetLength());
314 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength());
335 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength());
349 JSHandle<BigInt> xVal = BitwiseSubOne(thread, x, x->GetLength());
351 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength());
366 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen)
421 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, maxLen);
455 JSHandle<BigInt> xVal = BitwiseSubOne(thread, x, maxLen);
457 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, yLen);