| /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/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_test_suite/gc/ |
| D | pin_object.sts | 20 …assert GC.getObjectSpaceType(obj) == GC.YOUNG_SPACE : "The object before GC must be placed in youn… 26 …tSpaceType(obj) == GC.TENURED_SPACE : "The pinned object after GC must be placed in tenured space"; 37 …ctSpaceType(obj) == GC.TENURED_SPACE : "The pinned array after GC must be placed in tenured space";
|
| /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/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/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/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/ |
| D | throw_neg1.sts | 19 to check that a throw statement which throws exception is placed in a try block of
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/04.import_directives/06.import_path/bad/ |
| D | import_path_bad.sts | 21 characters—that determines how an imported compilation unit must be placed.
|
| /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/gn/build/ |
| D | fixup-third-party.sh | 22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory,
|
| /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/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…
|
| D | plt.md | 168 Moreover, it is placed in platform-independent file `code_generator/target/target.cpp`, although th… 202 …ng `MakeCallAot` function with properly calculated offset. Resolvers are placed after all function…
|
| /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 | 49 * 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/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/tests/checked/ |
| D | README.md | 24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
|
| /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/toolchain/build/toolchain/ |
| D | toolchain.gni | 44 # Clang compiler version. Clang files are placed at version-dependent paths.
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | README.md | 24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/ |
| D | README.md | 41 Empty braces for single-block constructs must be placed on the same line. Example:
|
| /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/ets_frontend/es2panda/aot/ |
| D | emitFiles.cpp | 59 // One job should be placed after those jobs which depend on it to prevent blocking in Schedule()
|