Searched refs:BigIntToUint64 (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/ |
D | biginttouint64_fuzzer.cpp | 46 bigint->BigIntToUint64(vm, &cValue, &lossless); in BigIntToUint64FuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 719 HWTEST_F_L0(JSBigintTest, BigIntToUint64) in HWTEST_F_L0() argument 727 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint1), &cValue, &lossless); in HWTEST_F_L0() 730 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint2), &cValue, &lossless); in HWTEST_F_L0() 733 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint3), &cValue, &lossless); in HWTEST_F_L0() 742 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint4), &cValue, &lossless); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_arraybuffer.cpp | 634 BigInt::BigIntToUint64(thread, val, reinterpret_cast<uint64_t *>(&value), &lossless); in SetValueInBufferForBigInt() 658 BigInt::BigIntToUint64(thread, valHandle, reinterpret_cast<uint64_t *>(&value), &lossless); in SetValueInBufferForBigInt()
|
D | builtins_atomics.cpp | 500 BigInt::BigIntToUint64(thread, value, &val, &lossless); in HandleWithBigUint64() 507 BigInt::BigIntToUint64(thread, newValue, &newVal, &lossless); in HandleWithBigUint64()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.h | 112 …static void BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, boo…
|
D | js_bigint.cpp | 604 void BigInt::BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, boo… in BigIntToUint64() function in panda::ecmascript::BigInt
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 1361 HWTEST_F_L0(JSNApiTests, BigIntToUint64) in HWTEST_F_L0() argument 1370 maxBigintUint64->BigIntToUint64(vm_, &num, &lossless); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 536 void BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1143 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless) in BigIntToUint64() function in panda::BigIntRef 1149 BigInt::BigIntToUint64(thread, bigintVal, cValue, lossless); in BigIntToUint64()
|