| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_memory_region_test.cpp | 43 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()
|
| D | bit_vector_test.cpp | 80 std::fill(vector.begin(), vector.end(), false); 82 std::fill(vector.begin() + 2, vector.begin() + 15, true); 120 std::fill(vector.begin(), vector.end(), true); in TestIteration() 129 std::fill(vector.begin(), vector.end(), false); in TestIteration() 224 data.fill(0);
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | deopt_true_test.pa | 17 .function i32 fill(i32[] a0, i32 a1) { 46 call.short fill, v1, v0
|
| D | deopt_true_call_test.pa | 20 .function i32 fill(i32[] a0, i32 a1) { 49 call.short fill, v1, v0
|
| D | deopt_false_test.pa | 17 .function i32 fill(i32[] a0, i32 a1) { 47 call.short fill, v1, v0
|
| /arkcompiler/runtime_core/runtime/arch/amd64/ |
| D | shorty.S | 33 orl $0xFFFFF000, \shorty_reg // fill the high 20 bits by 0xFFFFF 43 orl $0xFFFFF000, \shorty_reg // fill the high 20 bits by 0xFFFFF
|
| /arkcompiler/runtime_core/runtime/arch/aarch64/ |
| D | shorty.S | 32 orr \shorty_reg, \shorty_reg, #0xFFFFF000 // fill the high 20 bits by 0xFFFFF 41 orr \shorty_reg, \shorty_reg, #0xFFFFF000 // fill the high 20 bits by 0xFFFFF
|
| /arkcompiler/runtime_core/runtime/arch/arm/ |
| D | shorty.S | 32 orr \shorty_reg, \shorty_reg, #0xF0000000 // fill the high 20 bits by 0xFFFFF 40 orr \shorty_reg, \shorty_reg, #0xF0000000 // fill the high 20 bits by 0xFFFFF
|
| /arkcompiler/runtime_core/runtime/arch/x86/ |
| D | shorty.S | 33 orl $0xFFFFF000, \shorty_reg // fill the high 20 bits by 0xFFFFF 43 orl $0xFFFFF000, \shorty_reg // fill the high 20 bits by 0xFFFFF
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | pt_hook_type_info.h | 51 is_enabled_.fill(true); in EnableAll() 56 is_enabled_.fill(false); in DisableAll()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | tlab.cpp | 30 Fill(address, size); in TLAB() 35 void TLAB::Fill(void *address, size_t size) in Fill() function in panda::mem::TLAB 42 …LOG_TLAB_ALLOCATOR(DEBUG) << "Fill a TLAB with buffer at addr " << std::hex << address << " with s… in Fill()
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 27 arr1.fill(0, 2, 4); 31 arr2.fill(0, 2, 4);
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_vector.h | 35 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, b… 238 …friend void std::fill(panda::BitVectorIterator<_IsConst> first, panda::BitVectorIterator<_IsConst>… 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, b… in fill() function 657 std::fill(first.data_ + 1, last.data_, value ? ~0LLU : 0); in fill()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_stats.h | 89 std::fill(begin(objects_stats_), end(objects_stats_), in GCInstanceStats() 91 std::fill(begin(memory_stats_), end(memory_stats_), in GCInstanceStats() 93 …std::fill(begin(time_stats_), end(time_stats_), SimpleHistogram<uint64_t>(helpers::ValueType::VALU… in GCInstanceStats()
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | const_array_test.pa | 28 #! CHECKER Fill ConstArray 42 #! CHECKER Fill ConstArray AOT
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 28 * There are 3 spill-fill location types: 33 * Each spill-fill's source and destination is described by index inside these locations;
|
| D | spill_fills_resolver.cpp | 131 std::fill(reg_write_.begin(), reg_write_.end(), false); in NeedToResolve() 132 std::fill(stack_write_.begin(), stack_write_.end(), false); in NeedToResolve() 173 …std::fill(moves_table_.begin(), moves_table_.end(), MoveInfo {INVALID_LOCATION_INDEX, DataType::NO… in CollectSpillFillsData() 174 std::fill(loads_count_.begin(), loads_count_.end(), 0); in CollectSpillFillsData()
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1-concurrent-marking-activity.puactivity | 23 :Fill RemSets;
|
| D | g1gc-gc-activity.puactivity | 17 :Process not processed cards from CardTable to fill RemSets;
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | handle_call_v8_id16_x86.S | 20 movl (%esp), %esi // fill insn*
|
| D | handle_call_v4_v4_id16_x86.S | 23 movl (%esp), %esi // fill insn*
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc_clusters.h | 72 // Fill clusters_ in order of presence in JSON-obj: in InitClusters() 81 // Fill current cluster: in InitClusters() 110 // Fill special_options_: in InitClustersMap()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | enum_array.h | 39 arr.fill(T {args...});
|
| /arkcompiler/ets_frontend/ts2panda/tools/ |
| D | astPrinter.ts | 38 export let SyntaxKind = Fill(); 40 function Fill(): Array<Array<string>> { function
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | cache.h | 49 data_.fill({}); in Clear()
|