Searched refs:GetWordsArray (Results 1 – 8 of 8) 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/ |
D | JSNapi接口说明.md | 5825 ### GetWordsArray subsection 5827 void BigIntRef::GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words); 5857 bigWordsRef->GetWordsArray(&resultSignBit, size, resultWords);
|
D | jsnapi_expo.cpp | 1446 void BigIntRef::GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray() function in panda::BigIntRef
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 804 void GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words);
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_sample.cpp | 149 ubigWordsRef->GetWordsArray(&uresultSignBit, uSize, uresultWords); in HWTEST_F_L0() 183 ibigWordsRef->GetWordsArray(&iresultSignBit, iSize, iresultWords); in HWTEST_F_L0()
|
D | jsnapi_first_tests.cpp | 1477 bigWordsRef->GetWordsArray(&resultSignBit, size, resultWords); in HWTEST_F_L0()
|
D | ffi_workload.cpp | 7691 bigWordsRef->GetWordsArray(&resultSignBit, size, resultWords); in HWTEST_F_L0() 7694 TEST_TIME(BigIntRef::GetWordsArray::Uint64); in HWTEST_F_L0()
|