Home
last modified time | relevance | path

Searched full:possible (Results 1 – 25 of 96) sorted by relevance

1234

/arkcompiler/runtime_core/verification/
Dmessages.yaml198 Cannot create array of non-array type '${type}'. Possible types are ${array_types}.
204 Cannot create object of non-object type '${type}'. Possible types are ${object_types}.
266 …Wrong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types…
275 message: Accumulator constantly holds 'null' value. It may be a sign of possible error here.
283 possible error here.
290 Accumulator is of incompatible type '${acc_type}'. Possible types are ${possible_types}.
291 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he…
298 … Element type in array in accumulator is of incompatible type '${acc_elt_type}'. Possible types are
300 possible error here.
307 … Accumulator seems to be of incompatible type '${acc_type}'. Possible types are ${possible_types}.
[all …]
Dverification.yaml31 sign: Sign mismatch. Possible overflow/underflow issues and other quirks in data-flow.
32 size: Size mismatch. Possible value truncation issues.
33 sign_size: Sign and size mismatch. Possible overflow/underflow and truncation issues.
34 … precision: Precision mismatch. Possible overflow/underflow issues and other quirks in data-flow.
/arkcompiler/runtime_core/runtime/tests/
Dallocator_test_base.h176 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation
177 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation
183 * Allocate all possible sizes from [MIN_ALLOC_SIZE, MAX_ALLOC_SIZE] with ALIGNMENT alignment
190 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation
191 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation
192 * @tparam LOG_ALIGN_MIN_VALUE - minimum possible alignment for one allocation
193 * @tparam LOG_ALIGN_MAX_VALUE - maximum possible alignment for one allocation
196 …* Allocate all possible sizes from [MIN_ALLOC_SIZE, MAX_ALLOC_SIZE] with all possible alignment fr…
227 * @tparam MIN_ALLOC_SIZE - minimum possible size for one allocation
228 * @tparam MAX_ALLOC_SIZE - maximum possible size for one allocation
[all …]
Dcrossing_map_test.cpp187 // Add some extra memory for possible shifts in TEST_F()
216 // Add some extra memory for possible shifts in TEST_F()
242 // Add some extra memory for possible shifts in TEST_F()
/arkcompiler/runtime_core/runtime/coretypes/
Darray.cpp63 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in Create()
81 …// Without full memory barrier it is possible that architectures with weak memory order can try fe… in Create()
100 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in Create()
123 …// Witout full memory barrier it is possible that architectures with weak memory order can try fet… in CreateTagged()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp74 …"--log-level: Log level. Possible values: [\"debug\", \"info\", \"warning\", \"error\", \"fatal\"]…
75 …"--log-components: Enable logs from specified components. Possible values: [\"all\", \"gc\", \"ecm…
77 …"--log-debug: Enable debug or above logs from specified components. Possible values: [\"all\", \"g…
79 …"--log-error: Enable error or above logs from specified components. Possible values: [\"all\", \"g…
81 …"--log-fatal: Enable fatal logs from specified components. Possible values: [\"all\", \"gc\", \"ec…
83 …"--log-info: Enable info or above logs from specified components. Possible values: [\"all\", \"gc\…
85 …"--log-warning: Enable warning or above logs from specified components. Possible values: [\"all\",…
105 " Possible values: [\"x86_64-unknown-linux-gnu\", \"arm-unknown-linux-gnu\", "
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md26 Possible values:
41 Possible values:
Dcode_sink_doc.md4 The optimization moves instructions into successor blocks, when possible, so that they are not exec…
39 …sink each instruction to one of its immediately dominated blocks. It is possible if all users of t…
Davoid-calculating-start-of-array.md13 This means code bloating and possible performance degradation, so, avoiding
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dstring_logger.rb25 "#{self.class} is closed for writing. It is possible that epilogue() is called."
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc_options.h233 R"("Optimization level. Possible values: [0, 1, 2]. Default: 0\n"
240 R"(Optimization log level. Possible values: "
/arkcompiler/runtime_core/docs/
Dir_format.md12 …s and analyses. The structure of the IR should be as clear as possible and make it possible to imp…
58 !NOTE It is possible to write other optimizations based on the specifics of the language and VM
62 We will try to make it possible to pass optimizations in an arbitrary order. Some restrictions will…
287 With this field it is possible to get instruction that owns given user or input.
316 …tandard vixl library for сode generation to make implementation faster and avoid possible errors.
Dassembly_format.md155 | `java.access` | Used to specify access level of record, field or function. Possible values: `priv…
161 | `java.annotation.type` | Used to specify type of annotation. Possible values: `class`, `runtime`.…
165 …iple definitions (but only one definition for each annotation element). Possible values: `u1`, `i8…
166 …iple definitions (but only one definition for each annotation element). Possible values: `u1`, `i8…
352 …specified as a part of the input to the assembler program. An example of a possible entry point is:
Dirtoc.md47 Also it is possible to omit variables and create instruction in-place:
/arkcompiler/runtime_core/scripts/
Dmemdump.py37 It is possible to filter and sort data (run the script with -h option)
154 help='Report only allocations for the specific space. Possible values: {}'.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md9 …ite-state_machine) (FSM)). Wires that connect two state gates represent possible state transitions…
11 …essing this issue, **dependency wires** are introduced to constrain the possible execution order o…
45possible bit vectors the value can be (e.g. `JS_ANY` `JS_BOOLEAN` `JS_NULL` `JS_UNDEFINED` `JS_NUM…
129 This state has two possible transitions (branches) based on its input value.
142 This state has multiple possible transitions (branches) based on its input value.
194 State that have multiple possible predicate states.
378 …cating the kind of comparison to perform is stored in the bitfield. The possible condition codes a…
403 …cating the kind of comparison to perform is stored in the bitfield. The possible condition codes a…
/arkcompiler/runtime_core/cmake/
DREADME.md42 Run `make help | grep clang` to see all possible clang-[format|style] targets.
/arkcompiler/runtime_core/runtime/
Dobject_header_config.h37 // We have possible 2 variants of configuration - for High-end devices and for Low-end devices
Dmonitor_pool.cpp84 // Recursive lock is possible in ReleaseMonitors()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_barrier_set.cpp125 // Maybe, it will be better to check it, but there can be possible performance degradation. in PostBarrierEveryObjectFieldWrite()
169 // Maybe, it will be better to check it, but there can be possible performance degradation. in PostBarrierEveryObjectFieldWrite()
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp56 // temporary "safepoint" to handle possible protocol command in SingleStep()
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp151 // Check, what it is possible to create all 32 registers in TEST()
154 // Check what special registers are possible to compare with others in TEST()
163 // Check all possible types: in TEST()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp146 … // Possible when general intervals are processing, while input is fp-interval or vice versa in PrecolorIG()
207 // Duplicates are possible but we tolerate it in AddAffinityEdges()
248 COMPILER_LOG(WARNING, REGALLOC) << "Nonchordal graph: nonoptimal coloring possible"; in AllocateRegisters()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp150 …// possible improvements: let GC thread to help us to handle elements in queue in parallel, instea… in ThreadLoop()
278 if (thread == nullptr) { // possible for ECMA in DrainThread()
/arkcompiler/runtime_core/verification/util/
Dsaturated_enum.h27 possible options:

1234