Searched refs:GetWordsArray (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/ |
| D | getwordsarray_fuzzer.cpp | 47 bigWords->GetWordsArray(&sign, wordsNum, words); in GetWordsArrayFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 541 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray() function 572 GetWordsArray(&sign, wordCount, wordsOut, bigintFalse); in HWTEST_F_L0() 579 GetWordsArray(&sign, wordCount, wordsOut, bigintTrue); in HWTEST_F_L0() 591 GetWordsArray(&sign1, wordCount1, wordsOut1, bigintFalse1); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi.h | 537 void GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words);
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 1161 bigWordsRef->GetWordsArray(&resultSignBit, size, resultWords); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1152 void BigIntRef::GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray() function in panda::BigIntRef
|