Searched defs:words (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | gc_bitset.h | 70 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/ |
D | createbigwords_fuzzer.cpp | 40 uint64_t *words = new uint64_t[wordsNum](); in CreateBigWordsFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/ |
D | getwordsarray_fuzzer.cpp | 40 uint64_t *words = new uint64_t[wordsNum](); in GetWordsArrayFuzzTest() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_vector.h | 439 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/ |
D | js_bigint_test.cpp | 541 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/ |
D | js_bigint.cpp | 621 …e<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t *words) in CreateBigWords()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1125 …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/ |
D | jsnapi_tests.cpp | 1144 const uint64_t words[3] = { in HWTEST_F_L0() local
|