Home
last modified time | relevance | path

Searched defs:words (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/
H A Dbigintrefgetwordsarraysize_fuzzer.cpp44 uint64_t *words = new uint64_t[wordsNum](); in BigIntRefGetWordsArraySize() local
/arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/
H A Dgetwordsarray_fuzzer.cpp40 uint64_t *words = new uint64_t[wordsNum](); in GetWordsArrayFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/
H A Dcreatebigwords_fuzzer.cpp40 uint64_t *words = new uint64_t[wordsNum](); in CreateBigWordsFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_bitset.h77 GCBitsetWord *words = Words(); in Clear() local
86 GCBitsetWord *words = Words(); in SetAllBits() local
107 GCBitsetWord *words = Words(); in ClearBitRange() local
133 auto words = Words(); in IterateMarkedBits() local
[all...]
H A Djit_fort.cpp287 auto words = Words(); in IterateMarkedBitsConst() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_common.cpp50 SmallVector<uint64_t, 4U> words; in GetBigInt() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h439 size_t words = GetWordIndex(last_index); in PopCount() local
550 size_t words = RoundUp(bits, WORD_BITS) / WORD_BITS; in EnsureSpace() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_vector.h458 size_t words = GetWordIndex(lastIndex); in PopCount() local
586 size_t words = RoundUp(bits, WORD_BITS) / WORD_BITS; in EnsureSpace() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp517 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray() argument
544 uint64_t words[] = { 0xFFFFFFFFFFFFFFFF, 34ULL, 56ULL, 0xFFFFFFFFFFFFFFFF }; in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1584 const uint64_t words[3] = { in HWTEST_F_L0() local
H A Dffi_workload.cpp7620 const uint64_t words[3] = { in HWTEST_F_L0() local
7639 const uint64_t words[3] = { in HWTEST_F_L0() local
7660 const uint64_t words[3] = { in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp664 JSHandle<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t *words) in CreateBigWords() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2279 Local<JSValueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint64_t* words) in CreateBigWords() argument
2312 void BigIntRef::GetWordsArray(const EcmaVM *vm, bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray() argument

Completed in 43 milliseconds