Home
last modified time | relevance | path

Searched full:copied (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.sts138 * @param src source array to be copied
155 * @param src source array to be copied
163 * @param srcEnd last index of src to copy, exclusive, i.e. src[srcEnd] is not copied
304 * @param src source array to be copied
321 * @param src source array to be copied
329 * @param srcEnd last index of src to copy, exclusive, i.e. src[srcEnd] is not copied
470 * @param src source array to be copied
487 * @param src source array to be copied
495 * @param srcEnd last index of src to copy, exclusive, i.e. src[srcEnd] is not copied
636 * @param src source array to be copied
[all …]
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dexpect_output.txt391 true, copied: [1,2,3,2,3,6,7,8]
393 true, copied: [1,2,3,2,3,6,7,8]
395 true, copied: [1,2,3,2,3,6,7,8]
397 true, copied: [1,2,3,2,3,6,7,8]
399 true, copied: [1,2,3,2,3,6,7,8]
401 true, copied: [1,2,3,2,3,6,7,8]
403 true, copied: [1,2,3,2,3,6,7,8]
405 true, copied: [1,2,3,2,3,6,7,8]
407 true, copied: [1,2,3,2,3,6,7,8]
Dsharedtypedarray.ts530 let copied = array.copyWithin(3, 1, 3); variable
531 print((copied instanceof ctor) + ', copied: [' + copied + ']'); // [1, 2, 3, 2, 3, 6, 7, 8]
533 copied = array.copyWithin(3, 1);
534 print(copied); // [1, 2, 3, 2, 3, 4, 5, 6]
/arkcompiler/runtime_core/static_core/compiler/tools/
Dpbc_2_ir_doc_gen.sh15 # 1. If PBC2IR.md already exists, it is copied to PBC2IR_OLD.md.
18 # Another information isn't copied!
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.cpp71 size_t copied = 0; in Main() local
72 … status = napi_get_value_string_utf8(env, jsArrayElement, utf8Str.data(), utf8Str.size(), &copied); in Main()
Dets_interop_js_gtest.h184 size_t copied; in GetString() local
185 status = napi_get_value_string_utf8(env, jsStr, v.data(), length + 1, &copied); in GetString()
187 ASSERT(length == copied); in GetString()
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h164 CopiedMethod copied(info->GetMethod()); in AddDefaultInterfaceMethods()
165 copied.SetStatus(entry.GetStatus()); in AddDefaultInterfaceMethods()
166 orderedCopiedMethods_[entry.GetIndex()] = copied; in AddDefaultInterfaceMethods()
Dclass-inl.h270 case FindFilter::COPIED: in GetMethods()
298 // Copied methods come from implemented interfaces default methods and unsorted, in FindDirectMethod()
301 if constexpr (FILTER == FindFilter::COPIED) { in FindDirectMethod()
302 auto methods = GetMethods<FindFilter::COPIED>(); in FindDirectMethod()
326 return FindClassMethod<FindFilter::COPIED, KeyComp>(key, preds...); in FindClassMethod()
335 static_assert(FILTER != FindFilter::COPIED, "interfaces don't have copied methods"); in FindInterfaceMethod()
/arkcompiler/ets_runtime/test/moduletest/array/
Dexpect_output.txt243 Copied Array 1: 3,2,3
244 Copied Array 2: apple,apple,banana
245 Copied Array 3: true,false,true
246 Copied Array 4: [object Object],[object Object]
247 Copied Array 5: NaN,NaN,NaN
/arkcompiler/runtime_core/static_core/compiler/docs/
Dif_conversion_doc.md67 3. All instruction from `JBB` are copied to `BB`
71 …b. If `PBB` doesn't have other predecessors, all Phi inputs are copied to Select instructions and …
Descape_analysis.md26 …predecessing blocks. If there is only one block then its state is simply copied. Multiple predeces…
28 …lly there will be no state for the back edge. The loop header's state is copied from the pre-heade…
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Darray.cpp58 // Order is matters here: GC can read data before it copied if we set length first. in Create()
116 // Order is matters here: GC can read data before it copied if we set length first. in CreateTagged()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h44 * SaveStateInst's inputs were split between these users then SaveStateInst should be copied in
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/
Dtest_core_typedarray_function2.j2105 //Check all the data copied;
165 //Check all the data copied;
189 //Check all the data copied;
258 //Check all the data copied;
283 //Check all the data copied;
306 //Check all the data copied;
329 //Check all the data copied;
352 //Check all the data copied;
421 //Check all the data copied;
Dtest_core_typeduarray_function2.j2104 //Check all the data copied;
164 //Check all the data copied;
188 //Check all the data copied;
256 //Check all the data copied;
281 //Check all the data copied;
304 //Check all the data copied;
327 //Check all the data copied;
350 //Check all the data copied;
419 //Check all the data copied;
Dtest_core_typeduarray_function1.j2768 //Check all the data copied;
828 //Check all the data copied;
852 //Check all the data copied;
897 //Check all the data copied;
922 //Check all the data copied;
945 //Check all the data copied;
968 //Check all the data copied;
991 //Check all the data copied;
1060 //Check all the data copied;
Dtest_core_typedarray_function1.j2768 //Check all the data copied;
828 //Check all the data copied;
852 //Check all the data copied;
897 //Check all the data copied;
922 //Check all the data copied;
945 //Check all the data copied;
968 //Check all the data copied;
991 //Check all the data copied;
1060 //Check all the data copied;
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_algorithms.sts.j2250 * @param src source array to be copied
267 * @param src source array to be copied
275 * @param srcEnd last index of src to copy, exclusive, i.e. src[srcEnd] is not copied
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator.h38 STATE_PYGOTE_FORKING, // at first pygote fork, allocate for copied objects
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h49 * SaveStateInst's inputs were split between these users then SaveStateInst should be copied in
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dbuild.py46 print(f'Copied {absolute_file_path} to {dist_dir}')
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp171 …LOG_GC(INFO) << STATS_DESCRIPTION_FORMAT("Young copied rate:") << STATS_DATA_FORMAT(copiedRate) <<… in PrintGCMemoryStatistic()
182 …LOG_GC(INFO) << STATS_DESCRIPTION_FORMAT("Eden copied rate:") << STATS_DATA_FORMAT(copiedRate) << … in PrintGCMemoryStatistic()
193 …LOG_GC(INFO) << STATS_DESCRIPTION_FORMAT("Young copied rate:") << STATS_DATA_FORMAT(copiedRate) <<… in PrintGCMemoryStatistic()
349 … << STATS_DESCRIPTION_FORMAT("Young average copied rate:") << STATS_DATA_FORMAT(copiedRate) << "\n" in PrintGCSummaryStatistic()
370 … << STATS_DESCRIPTION_FORMAT("Eden average copied rate:") << STATS_DATA_FORMAT(copiedRate) << "\n" in PrintGCSummaryStatistic()
390 … << STATS_DESCRIPTION_FORMAT("Young average copied rate:") << STATS_DATA_FORMAT(copiedRate) << "\n" in PrintGCSummaryStatistic()
/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h80 …// NOTE: when cloning node its type is not copied but removed empty so that it can be re-checked f…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp165 // than or equal to 8 bytes and the NGRN is less than 8, the argument is copied to in AllocateGPRegister()
179 // and the NGRN is less than 7, the argument is copied to x[NGRN] and x[NGRN+1]. in AllocateGPRegister()
193 // is not more than 8 minus NGRN, then the argument is copied into consecutive in AllocateGPRegister()
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Dupdate.py165 print(f'File copied to {output_path} successfully')

123