Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h76 GCBitsetWord *words = Words(); in Clear() local
85 GCBitsetWord *words = Words(); in SetAllBits() local
104 GCBitsetWord *words = Words(); in ClearBitRange() local
130 auto words = Words(); in IterateMarkedBits() local
150 auto words = Words(); in IterateMarkedBitsConst() local
168 auto words = TwoWords(); 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/moduletest/arrayfind/
Darrayfind.js66 const words = ["spray", "limit", "limits"]; variable
/arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/
Dgetwordsarray_fuzzer.cpp40 uint64_t *words = new uint64_t[wordsNum](); in GetWordsArrayFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/
Dbigintrefgetwordsarraysize_fuzzer.cpp44 uint64_t *words = new uint64_t[wordsNum](); in BigIntRefGetWordsArraySize() local
/arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/
DfindIndex.js49 const words = ["spray", "limit", "limits"]; variable
/arkcompiler/ets_runtime/test/moduletest/arrayFilterCase/
DarrayFilterCase.js16 const words = ['spray', 'elite', 'exuberant', 'destruction', 'present']; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmuid.h70 uint32_t words[kNumLowAndHigh] = {0}; member
/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/runtime_core/static_core/libpandabase/utils/
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/test/sharedtest/sharedarray/
Dsharedarray.ts386 … const words = new SendableArray<string>('spray', 'elite', 'exuberant', 'destruction', 'present'); constant
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp517 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray()
544 uint64_t words[] = { 0xFFFFFFFFFFFFFFFF, 34ULL, 56ULL, 0xFFFFFFFFFFFFFFFF }; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h390 size_t words = SizeInWordsFromSizeInBits(sz); in Process() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json132 "@stylistic/space-unary-ops": ["error", { "words": true, "nonwords": false, "overrides": {} }], boolean
/arkcompiler/ets_frontend/ets2panda/linter/
D.eslintrc.json155 "@stylistic/space-unary-ops": ["error", { "words": true, "nonwords": false, "overrides": {} }], boolean
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1168 const words = ["apple", "banana", "pear", "orange"]; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp664 …e<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t *words) in CreateBigWords()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1513 const uint64_t words[3] = { in HWTEST_F_L0() local
Dffi_workload.cpp7604 const uint64_t words[3] = { in HWTEST_F_L0() local
7623 const uint64_t words[3] = { in HWTEST_F_L0() local
7644 const uint64_t words[3] = { in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2228 …ueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint64_t* words) in CreateBigWords()
2261 void BigIntRef::GetWordsArray(const EcmaVM *vm, bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray()