Home
last modified time | relevance | path

Searched refs:fill (Results 1 - 25 of 54) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/arrayfill/
H A Darrayfill.js23 arr.fill(42, { toString() { arr.length = 0; } });
30 v1.fill(7);
32 print("fill Number Obj Success!")
67 array1.fill(-1, -1);
70 array1.fill(-1, -10);
74 array1.fill(-1, 0, -1);
78 array1.fill(-1, 0, -10);
83 array1.fill(-1, 2^32 + 1);
87 array1.fill(-1,0, - 2^32 - 1);
92 array1.fill(
[all...]
/arkcompiler/ets_runtime/test/moduletest/arrayRelease/
H A DarrayRelease.js29 Array.prototype.fill.call(obj, str);
41 arr.fill(0);
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_memory_region_test.cpp43 std::fill(data.begin(), data.end(), fill_value); in TEST()
48 std::fill(data.begin(), data.end(), fill_value); in TEST()
69 std::fill(data.begin(), data.end(), fill_value); in TEST()
74 std::fill(data.begin(), data.end(), fill_value); in TEST()
90 data.fill(0); in TEST()
133 data.fill(0); in TEST()
H A Dbit_vector_test.cpp80 std::fill(vector.begin(), vector.end(), false); in HWTEST_F()
82 std::fill(vector.begin() + 2, vector.begin() + 15, true); in HWTEST_F()
120 std::fill(vector.begin(), vector.end(), true); in TestIteration1()
129 std::fill(vector.begin(), vector.end(), false); in TestIteration1()
232 data.fill(0); in HWTEST_F()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dpt_hook_type_info.h51 isEnabled_.fill(true); in EnableAll()
56 isEnabled_.fill(false); in DisableAll()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_memory_region_test.cpp45 std::fill(data.begin(), data.end(), fillValue); in TEST()
50 std::fill(data.begin(), data.end(), fillValue); in TEST()
71 std::fill(data.begin(), data.end(), fillValue); in TEST()
76 std::fill(data.begin(), data.end(), fillValue); in TEST()
92 data.fill(0U); in TEST()
H A Dbit_vector_test.cpp87 std::fill(vector.begin(), vector.end(), false); in TEST_F()
89 std::fill(vector.begin() + 2U, vector.begin() + 15U, true); in TEST_F()
171 std::fill(vector.begin(), vector.end(), true); in TestIteration()
180 std::fill(vector.begin(), vector.end(), false); in TestIteration()
237 data.fill(0U); in TEST_F()
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
H A Dtypedarrayat.js97 uint8.fill(1);
101 uint16.fill(513);
105 uint32.fill(65536);
/arkcompiler/ets_runtime/test/moduletest/stringsplit/
H A Dstringsplit.js32 const longString = new Array(200).fill("abcdef").join('');
33 const longTwoBytesString = new Array(200).fill("\u0426\u0427\u0428\u0429\u0430").join('');
/arkcompiler/runtime_core/static_core/runtime/
H A Dintrinsics.cpp409 std::fill(data + initialIndex, data + maxIndex, value); in Memset8()
416 std::fill(data + initialIndex, data + maxIndex, value); in Memset16()
423 std::fill(data + initialIndex, data + maxIndex, value); in Memset32()
430 std::fill(data + initialIndex, data + maxIndex, value); in Memset64()
436 std::fill(data + initialIndex, data + maxIndex, value); in Memsetf32()
443 std::fill(data + initialIndex, data + maxIndex, value); in Memsetf64()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.cpp130 std::fill(reg_write_.begin(), reg_write_.end(), false); in NeedToResolve()
131 std::fill(stack_write_.begin(), stack_write_.end(), false); in NeedToResolve()
172 std::fill(moves_table_.begin(), moves_table_.end(), MoveInfo {INVALID_LOCATION_INDEX, DataType::NO_TYPE}); in CollectSpillFillsData()
173 std::fill(loads_count_.begin(), loads_count_.end(), 0); in CollectSpillFillsData()
H A Dinterference_graph.cpp197 colors.fill(INVALID_REG);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.cpp131 std::fill(regWrite_.begin(), regWrite_.end(), false); in NeedToResolve()
132 std::fill(stackWrite_.begin(), stackWrite_.end(), false); in NeedToResolve()
173 std::fill(movesTable_.begin(), movesTable_.end(), MoveInfo {INVALID_LOCATION_INDEX, DataType::NO_TYPE}); in CollectSpillFillsData()
174 std::fill(loadsCount_.begin(), loadsCount_.end(), 0); in CollectSpillFillsData()
H A Dinterference_graph.cpp209 colors.fill(INVALID_REG);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
H A Dindex.js95 exports.NULL_VALUE, exports.UNDEFINED, new Array(2).fill(' '), {}];
122 new Array(2).fill(' '),
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h35 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, bool value);
238 friend void std::fill(panda::BitVectorIterator<_IsConst> first, panda::BitVectorIterator<_IsConst> last,
363 std::fill(begin() + initial_size, begin() + bits, false); in resize()
371 std::fill(begin(), end(), false); in clear()
452 std::fill(storage_.begin(), storage_.end(), 0); in Reset()
653 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, bool value) in fill() function
657 std::fill(first.data_ + 1, last.data_, value ? ~0LLU : 0); in fill()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_vector.h36 inline void fill(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, bool value);
248 friend void std::fill(ark::BitVectorIterator<IS_CONST_ITER> first, ark::BitVectorIterator<IS_CONST_ITER> last,
378 std::fill(begin() + initial_size, begin() + bits, false); in resize()
386 std::fill(begin(), end(), false); in clear()
471 std::fill(storage_.begin(), storage_.end(), 0); in Reset()
690 inline void fill(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, bool value) in fill() function
694 std::fill(first.data_ + 1, last.data_, value ? ~0LLU : 0); in fill()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_key_stats.cpp144 std::fill(recordDurationStats_, recordDurationStats_ + (uint8_t)RecordKeyDuration::NUM_OF_KEY_DURATION, 0.0f); in InitializeRecordList()
145 std::fill(recordDataStats_, recordDataStats_ + (uint8_t)RecordKeyData::NUM_OF_KEY_DATA, 0); in InitializeRecordList()
/arkcompiler/ets_runtime/test/moduletest/array/
H A Darray.js27 arr1.fill(0, 2, 4);
31 arr2.fill(0, 2, 4);
439 arr.fill(100);
443 arr.fill(100);
447 arr.fill(100);
500 arr.fill(10);
1107 print(array1.fill(0));
1110 print(array2.fill(0, 2));
1113 print(array3.fill(0, 1, 3));
1116 print(array4.fill(
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.h123 std::fill(begin(objectsStats_), end(objectsStats_), in GCInstanceStats()
125 std::fill(begin(memoryStats_), end(memoryStats_), in GCInstanceStats()
127 std::fill(begin(timeStats_), end(timeStats_), SimpleHistogram<uint64_t>(helpers::ValueType::VALUE_TYPE_TIME)); in GCInstanceStats()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dcache.h49 data_.fill({}); in Clear()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp175 std::fill(vertices_->begin(), vertices_->end(), nullptr); in Init()
176 std::fill(semi_->begin(), semi_->end(), DEFAULT_DFS_VAL); in Init()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp169 std::fill(vertices_->begin(), vertices_->end(), nullptr); in Init()
170 std::fill(semi_->begin(), semi_->end(), DEFAULT_DFS_VAL); in Init()
/arkcompiler/ets_runtime/test/moduletest/typearray/
H A Dtypearray.js244 let arr12 = new Uint8Array(256).fill(255);
1043 arr_fill.fill(3);
1044 Array.prototype.fill.call(arr_fill, 4);
1049 arr_fill.fill(0);
1054 var arr_fill1 = new Uint8ClampedArray([0, 0, 0]).fill(2.50000);
/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp42 std::fill(space_buf, space_buf + BUF_SIZE, ' '); in PrintStatistics()

Completed in 12 milliseconds

123