Searched full:unchanged (Results 1 – 25 of 27) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/models/thread_pool/ |
| D | thread_pool.tla | 406 /\ UNCHANGED << workers, workers_status, 418 /\ UNCHANGED << workers, workers_status, 433 /\ UNCHANGED << queue_lock_, 435 /\ UNCHANGED cond_var_ 440 /\ UNCHANGED << workers, workers_status, 449 /\ UNCHANGED << workers, workers_status, 464 /\ UNCHANGED queue_size_ 468 /\ UNCHANGED << workers, workers_status, num_workers, 476 /\ UNCHANGED << workers, workers_status, num_workers, 486 /\ UNCHANGED << workers, workers_status, [all …]
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_solink_wrapper.py | 15 """Runs 'ld -shared' and generates a .TOC file that's untouched when unchanged.
|
| D | gcc_toolchain.gni | 57 # needs to be passed through unchanged to all secondary toolchains to
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 92 unchanged until the class hierarchy has changed. Therefore AOT compiler can generate code similar t…
|
| D | cleanup_doc.md | 69 ### Loop until unchanged Graph
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_cha.md | 92 unchanged until the class hierarchy has changed. Therefore AOT compiler can generate code similar t…
|
| D | scheduler_doc.md | 32 …uction is changed only before it enters the `waiting` queue, and remains unchanged since that time.
|
| D | cleanup_doc.md | 69 ### Loop until unchanged Graph
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Char.sts | 447 …e() converts the underlying char to upper case if it is in lower case, otherwise the char unchanged 463 … converts the underlying char to a lower case if it is in upper case, otherwise the char unchanged.
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | FileUtils.2.spec.ts | 184 it('should return Unix path unchanged', () => {
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_base.cpp | 88 // Because linear numbers should stay unchanged from Liveness in Prepare()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
| D | README.md | 132 // invariance: parameter type and return type are unchanged
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_base.cpp | 108 // Because linear numbers should stay unchanged from Liveness in Prepare()
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | checkcast.yaml | 28 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown.
|
| /arkcompiler/toolchain/build/toolchain/mac/ |
| D | BUILD.gn | 62 # needs to be passed through unchanged to all secondary toolchains to
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | balance_expressions_test.cpp | 166 // The same users as we expect that the second expression would be unchanged in TEST_F()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | checkcast.yaml | 49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown.
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| D | constant_propagation.cpp | 287 // We create the lattice value of the original constant here and leave the IR unchanged. in VisitCastValueToAnyType()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | Array_escompat.erb | 772 // left part remains unchanged
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 15_semantics.rst | 242 // invariance: parameter type and return type are unchanged
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 2605 accumulator content remains unchanged. Otherwise ClassCastException is thrown.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Array.sts | 789 // left part remains unchanged
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/extended_features/ |
| D | @arkts.collections.d.ets | 587 * If arrayLength > array.length, array remains unchanged. 603 * If arrayLength < array.length, array remains unchanged.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 2818 * new type, it is unchanged.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 9147 // So when the Array.prototype[symbol.iterator] remains unchanged, we call FastPath.
|
12