| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | default_required_args.ets.arkts2.json | 24 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 44 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 64 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 74 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 134 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 144 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 174 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 184 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 194 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r…
|
| D | parameter_properties.ets.migrate.json | 24 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | pin_object.ets | 37 "The object before GC must be placed in young space"); 44 "The pinned object after GC must be placed in tenured space"); 52 …ype(obj), GC.ObjectSpaceType.TENURED, "The pinned array after GC must be placed in tenured space");
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.h | 29 * - inverse type of IfInst if true-successor is placed first; 31 * placed just after it;
|
| /arkcompiler/runtime_core/static_core/models/ |
| D | README.md | 3 TLA+/PlusCal model for thread pool (`runtime/thread_pool.h`) is placed in `thread_pool/thread_pool.…
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | linear_order.h | 29 * - inverse type of IfInst if true-successor is placed first; 31 * placed just after it;
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_common_test.cpp | 109 * - Parameters [arg0 - arg6] are placed in the registers [r1-r7] in TestParametersLocations() 110 * - All other Parameters are placed in stack slots [slot0 - ...] in TestParametersLocations() 116 * - ref-Parameter (arg0) is placed in the r1 register in TestParametersLocations() 117 * - If arg1 is 64-bit Parameter, it is placed in the [r2-r3] registers in TestParametersLocations() 118 * - If arg1, arg2 are 32-bit Parameters, they are placed in the [r2-r3] registers in TestParametersLocations() 119 * - All other Parameters are placed in stack slots [slot0 - ...] in TestParametersLocations()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/bad/ |
| D | import_path_bad.ets | 21 characters—that determines how an imported compilation unit must be placed.
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | reg_alloc_common_test.cpp | 143 * - Parameters [arg0 - arg6] are placed in the registers [r1-r7] in TestParametersLocations() 144 * - All other Parameters are placed in stack slots [slot0 - ...] in TestParametersLocations() 150 * - ref-Parameter (arg0) is placed in the r1 register in TestParametersLocations() 151 * - If arg1 is 64-bit Parameter, it is placed in the [r2-r3] registers in TestParametersLocations() 152 * - If arg1, arg2 are 32-bit Parameters, they are placed in the [r2-r3] registers in TestParametersLocations() 153 * - All other Parameters are placed in stack slots [slot0 - ...] in TestParametersLocations()
|
| /arkcompiler/runtime_core/static_core/gn/build/ |
| D | fixup-third-party.sh | 22 # components shoild be placed in $ARK_ROOT/gn/third_party directory,
|
| /arkcompiler/runtime_core/gn/build/ |
| D | fixup-third-party.sh | 22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory,
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 23 - `.text` - Contains compiled native code. Code of each compiled method is placed sequentially into… 25 - `.aot_got` - Contains table of the runtime's entrypoint handlers. Must be placed right before `.t… 51 There is one strict rule: `.text` section must be placed right after `.aot_got` section, and this s…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | aot.md | 23 - `.text` - Contains compiled native code. Code of each compiled method is placed sequentially into… 25 - `.aot_got` - Contains table of the runtime's entrypoint handlers. Must be placed right before `.t… 51 There is one strict rule: `.text` section must be placed right after `.aot_got` section, and this s…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 66 …low can be jumped to the catch-handler after each throwable instruction, placed between try bounda… 125 …f these virtual registers in the points where throwable instructions are placed. `CatchPhi` contai…
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mmap_test.cpp | 81 …EXPECT_LE(ToUintPtr(result) + DEFAULT_MMAP_TEST_SIZE, 4_GB) << "mmaped sapce must be placed into f… in TEST_F() 104 …EXPECT_LE(ToUintPtr(result) + DEFAULT_MMAP_TEST_SIZE, 4_GB) << "mmaped sapce must be placed into f… in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_abi.h | 48 * After the argument values have been computed, they are placed either in registers
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | llvm_aot_builder.cpp | 62 // At runtime the .text section is placed right after the .aot_got section in GetSectionsAddressesImpl()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/algorithm/ |
| D | ClassHierarchyAnalysis.ts | 53 // TODO: super class method should be placed at the end
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | README.md | 24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 66 …low can be jumped to the catch-handler after each throwable instruction, placed between try bounda… 125 …f these virtual registers in the points where throwable instructions are placed. `CatchPhi` contai…
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_interpreter.h | 25 * Prologue and epilogue of such functions are empty, all arguments are placed in registers manually
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/ |
| D | README.en.md | 96 … directory. Corresponding sample code and other resource files should be placed in the ``tests\res…
|
| /arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/ |
| D | README.md | 54 They should be placed in a specific class as static methods to prevent name collisions, for example:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | interop.readme.md | 61 - When using custom functions to time an iteration, please ensure timing calls are placed as close …
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | emitFiles.cpp | 56 // One job should be placed before the jobs on which it depends to prevent blocking in Schedule()
|