Home
last modified time | relevance | path

Searched refs:BitwiseAddOne (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp318 JSHandle<BigInt> res = BitwiseAddOne(thread, temp); in BitwiseAND()
339 JSHandle<BigInt> res = BigInt::BitwiseAddOne(thread, temp); in OneIsNegativeXOR()
384 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne() function in panda::ecmascript::BigInt
441 JSHandle<BigInt> res = BigInt::BitwiseAddOne(thread, temp); in OneIsNegativeOR()
461 JSHandle<BigInt> res = BitwiseAddOne(thread, temp); in BitwiseOR()
963 return BitwiseAddOne(thread, bigint); in RightShiftHelper()
Djs_bigint.h58 static JSHandle<BigInt> BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint);
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp253 JSHandle<BigInt> addOneRes = BigInt::BitwiseAddOne(thread, maxSafeInt); in HWTEST_F_L0()
260 JSHandle<BigInt> addOneRes1 = BigInt::BitwiseAddOne(thread, newBigint); in HWTEST_F_L0()