| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArrayAlgorithms.sts | 138 * @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/ |
| D | expect_output.txt | 391 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]
|
| D | sharedtypedarray.ts | 530 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/ |
| D | pbc_2_ir_doc_gen.sh | 15 # 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/ |
| D | ets_interop_js_gtest.cpp | 71 size_t copied = 0; in Main() local 72 … status = napi_get_value_string_utf8(env, jsArrayElement, utf8Str.data(), utf8Str.size(), &copied); in Main()
|
| D | ets_interop_js_gtest.h | 184 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/ |
| D | vtable_builder_base-inl.h | 164 CopiedMethod copied(info->GetMethod()); in AddDefaultInterfaceMethods() 165 copied.SetStatus(entry.GetStatus()); in AddDefaultInterfaceMethods() 166 orderedCopiedMethods_[entry.GetIndex()] = copied; in AddDefaultInterfaceMethods()
|
| D | class-inl.h | 270 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/ |
| D | expect_output.txt | 243 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/ |
| D | if_conversion_doc.md | 67 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 …
|
| D | escape_analysis.md | 26 …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/ |
| D | array.cpp | 58 // 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/ |
| D | reg_alloc_resolver.h | 44 * 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/ |
| D | test_core_typedarray_function2.j2 | 105 //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;
|
| D | test_core_typeduarray_function2.j2 | 104 //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;
|
| D | test_core_typeduarray_function1.j2 | 768 //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;
|
| D | test_core_typedarray_function1.j2 | 768 //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/ |
| D | Array_builtin_algorithms.sts.j2 | 250 * @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/ |
| D | pygote_space_allocator.h | 38 STATE_PYGOTE_FORKING, // at first pygote fork, allocate for copied objects
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.h | 49 * SaveStateInst's inputs were split between these users then SaveStateInst should be copied in
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/ |
| D | build.py | 46 print(f'Copied {absolute_file_path} to {dist_dir}')
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_stats.cpp | 171 …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/ |
| D | typed.h | 80 …// 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/ |
| D | aarch64_call_conv.cpp | 165 // 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/ |
| D | update.py | 165 print(f'File copied to {output_path} successfully')
|