Home
last modified time | relevance | path

Searched defs:words (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h70 GCBitsetWord *words = Words(); in Clear() local
79 GCBitsetWord *words = Words(); in SetAllBits() local
98 GCBitsetWord *words = Words(); in ClearBitRange() local
123 auto words = Words(); in IterateMarkedBits() local
143 auto words = Words(); in IterateMarkedBitsConst() local
160 auto words = Words(); in Merge() local
/arkcompiler/ets_runtime/test/fuzztest/createbigwords_fuzzer/
Dcreatebigwords_fuzzer.cpp40 uint64_t *words = new uint64_t[wordsNum](); in CreateBigWordsFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/
Dgetwordsarray_fuzzer.cpp40 uint64_t *words = new uint64_t[wordsNum](); in GetWordsArrayFuzzTest() local
/arkcompiler/runtime_core/libpandabase/utils/
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/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp541 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray()
568 uint64_t words[] = { 0xFFFFFFFFFFFFFFFF, 34ULL, 56ULL, 0xFFFFFFFFFFFFFFFF }; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp621 …e<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t *words) in CreateBigWords()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1125 …ueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint64_t* words) in CreateBigWords()
1152 void BigIntRef::GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1144 const uint64_t words[3] = { in HWTEST_F_L0() local