Home
last modified time | relevance | path

Searched full:placed (Results 1 – 25 of 86) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.h29 * - inverse type of IfInst if true-successor is placed first;
31 * placed just after it;
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp109 * - 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/
Dpin_object.sts20 …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/
Dlinear_order.h29 * - inverse type of IfInst if true-successor is placed first;
31 * placed just after it;
/arkcompiler/runtime_core/static_core/models/
DREADME.md3 TLA+/PlusCal model for thread pool (`runtime/thread_pool.h`) is placed in `thread_pool/thread_pool.…
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_common_test.cpp143 * - 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/
Dthrow_neg1.sts19 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/
Dimport_path_bad.sts21 characters—that determines how an imported compilation unit must be placed.
/arkcompiler/runtime_core/docs/
Daot.md23 - `.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/
Daot.md23 - `.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/
Dfixup-third-party.sh22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory,
/arkcompiler/runtime_core/static_core/gn/build/
Dfixup-third-party.sh22 # components shoild be placed in $ARK_ROOT/gn/third_party directory,
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md66 …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…
Dplt.md168 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/
Dmmap_test.cpp81 …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/
Dx64_abi.h49 * After the argument values have been computed, they are placed either in registers
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Dllvm_aot_builder.cpp62 // At runtime the .text section is placed right after the .aot_got section in GetSectionsAddressesImpl()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dtry_catch_blocks_ir.md66 …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/
DREADME.md24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_interpreter.h25 * Prologue and epilogue of such functions are empty, all arguments are placed in registers manually
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni44 # Clang compiler version. Clang files are placed at version-dependent paths.
/arkcompiler/runtime_core/static_core/tests/checked/
DREADME.md24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md41 Empty braces for single-block constructs must be placed on the same line. Example:
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/
DREADME.md54 They should be placed in a specific class as static methods to prevent name collisions, for example:
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp59 // One job should be placed after those jobs which depend on it to prevent blocking in Schedule()

1234