Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Ddefault_required_args.ets.arkts2.json24 …"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…
Dparameter_properties.ets.migrate.json24 …"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/
Dpin_object.ets37 "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/
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/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-templates/13.compilation_units/03.import_directives/06.import_path/bad/
Dimport_path_bad.ets21 characters—that determines how an imported compilation unit must be placed.
/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/gn/build/
Dfixup-third-party.sh22 # components shoild be placed in $ARK_ROOT/gn/third_party directory,
/arkcompiler/runtime_core/gn/build/
Dfixup-third-party.sh22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory,
/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/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/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.h48 * 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/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/algorithm/
DClassHierarchyAnalysis.ts53 // TODO: super class method should be placed at the end
/arkcompiler/runtime_core/tests/checked/
DREADME.md24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
/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/static_core/irtoc/backend/compiler/
Dcodegen_interpreter.h25 * Prologue and epilogue of such functions are empty, all arguments are placed in registers manually
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
DREADME.en.md96 … directory. Corresponding sample code and other resource files should be placed in the ``tests\res…
/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/runtime_core/static_core/tests/vm-benchmarks/
Dinterop.readme.md61 - When using custom functions to time an iteration, please ensure timing calls are placed as close …
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp56 // One job should be placed before the jobs on which it depends to prevent blocking in Schedule()

1234