Home
last modified time | relevance | path

Searched refs:BigIntToUint64 (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
H A Dbiginttouint64_fuzzer.cpp46 bigint->BigIntToUint64(vm, &cValue, &lossless); in BigIntToUint64FuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp690 * @tc.name: BigIntToUint64
695 HWTEST_F_L0(JSBigintTest, BigIntToUint64) in HWTEST_F_L0()
703 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint1), &cValue, &lossless); in HWTEST_F_L0()
706 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint2), &cValue, &lossless); in HWTEST_F_L0()
709 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint3), &cValue, &lossless); in HWTEST_F_L0()
718 BigInt::BigIntToUint64(thread, JSHandle<JSTaggedValue>(resBigint4), &cValue, &lossless); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.cpp679 BigInt::BigIntToUint64(thread, val, reinterpret_cast<uint64_t *>(&value), &lossless); in SetValueInBufferForBigInt()
703 BigInt::BigIntToUint64(thread, valHandle, reinterpret_cast<uint64_t *>(&value), &lossless); in SetValueInBufferForBigInt()
918 BigInt::BigIntToUint64(thread, valHandle, reinterpret_cast<uint64_t *>(&value), &lossless); in FastSetValueInBufferForBigInt()
H A Dbuiltins_atomics.cpp364 BigInt::BigIntToUint64(thread, value, &val, &lossless); in AtomicReadModifyWriteCase()
558 BigInt::BigIntToUint64(thread, newValue, &newVal, &lossless); in HandleWithBigUint64()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h113 static void BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless);
H A Djs_bigint.cpp641 void BigInt::BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless) in BigIntToUint64() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1866 * @tc.name: BigIntToUint64
1872 HWTEST_F_L0(JSNApiTests, BigIntToUint64) in HWTEST_F_L0()
1881 maxBigintUint64->BigIntToUint64(vm_, &num, &lossless); in HWTEST_F_L0()
H A Djsnapi_sample.cpp133 uint64tObject->BigIntToUint64(vm_, &ucValue1, &uLossless); in HWTEST_F_L0()
167 int64tObject->BigIntToUint64(vm_, &icValue1, &iLossless); in HWTEST_F_L0()
H A Dffi_workload.cpp7703 maxBigintUint64->BigIntToUint64(vm_, &toNum, &lossless); in HWTEST_F_L0()
7706 TEST_TIME(BigIntRef::BigIntToUint64); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1012 void BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2301 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless) in BigIntToUint64() function in panda::BigIntRef
2309 BigInt::BigIntToUint64(thread, bigintVal, value, lossless); in BigIntToUint64()

Completed in 50 milliseconds