| /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/bigintrefgetwordsarraysize_fuzzer/ |
| D | bigintrefgetwordsarraysize_fuzzer.cpp | 38 uint64_t words[1] = {0}; in BigIntRefGetWordsArraySize() local
|
| /arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/ |
| D | getwordsarray_fuzzer.cpp | 40 uint64_t *words = new uint64_t[wordsNum](); in GetWordsArrayFuzzTest() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfind/ |
| D | arrayfind.js | 66 const words = ["spray", "limit", "limits"]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/ |
| D | findIndex.js | 49 const words = ["spray", "limit", "limits"]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayFilterCase/ |
| D | arrayFilterCase.js | 16 const words = ['spray', 'elite', 'exuberant', 'destruction', 'present']; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | muid.h | 70 uint32_t words[kNumLowAndHigh] = {0}; member
|
| /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/runtime_core/static_core/libpandabase/utils/ |
| D | bit_vector.h | 458 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/ |
| 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/runtime_core/static_core/verification/util/ |
| D | bit_vector.h | 390 size_t words = SizeInWordsFromSizeInBits(sz); in Process() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 628 …e<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t *words) in CreateBigWords()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 1416 …ueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint64_t* words) in CreateBigWords() 1446 void BigIntRef::GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1460 const uint64_t words[3] = { in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 7640 const uint64_t words[3] = { in HWTEST_F_L0() local 7659 const uint64_t words[3] = { in HWTEST_F_L0() local 7680 const uint64_t words[3] = { in HWTEST_F_L0() local
|