Home
last modified time | relevance | path

Searched full:incremented (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dincreases_decreases_js_obj.ets.arkts2.json44 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
64 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
84 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
104 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
124 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
144 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
164 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
184 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
Dincreases_decreases_js_obj.ets.autofix.json86 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
128 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
170 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
212 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
254 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
296 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
338 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
380 …"rule": "Interop objects can't be incremented or decremented (arkts-interop-js2s-self-addtion-redu…
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Doptional-chaining-lazy-evaluation.ets31 assertEQ(x, 0) // 0 as x was not incremented
38 assertEQ(x, 1) // 1 as x was incremented
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp132 // Check that both Writer and main correctly incremented in critical section in TEST()
150 // Check that both Writer and main correctly incremented in critical section in TEST()
169 // Check that threads correctly incremented in critical section in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_option_parser.cpp39 …* handled with this key. argsIndex must be incremented with this parameter outside of ExtractValue…
98 /* NOTE: argsIndex must be incremented only if option is handled successfully */
145 /* NOTE: argsIndex must be incremented only if option is handled successfully */
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md40 - if PLT-slot's value is below `--aot-string-gc-roots-limit` then slot's value is incremented and t…
Dplt.md68 `SecondSlot` is filled with zero and after resolving it stores `VTable index` incremented by 1.
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md40 - if PLT-slot's value is below `--aot-string-gc-roots-limit` then slot's value is incremented and t…
Dloop_unrolling.md39 Loop-index should be incremented or decremented by a constant. Currently signed integer indexes are…
Dmemory_coalescing_doc.md63 …basic value is a variable) and evolution (if basic value is a variable incremented on each iterati…
Dplt.md68 `SecondSlot` is filled with zero and after resolving it stores `VTable index` incremented by 1.
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dstring.abi.h103 // - If `tstr` is heap-allocated, its reference count is incremented.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml80 … monitor owner. If monitor is alread belongs to the thread, monitor count is incremented by one.
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.h304 …* This counter is incremented on DisableCoroutineSwitch calls and decremented on EnableCoroutineSw…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp63 // the least significant bits in x[NGRN]. The NGRN is incremented by one. in AllocateGPRegister()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp63 * atomicity `flag` is incremented by 1 in the beginning and in the end of cache update, so:
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DCookBookMsg.ts344 cookBookTag[344] = 'Interop objects can\'t be incremented or decremented (arkts-interop-js2s-self-a…
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp526 /* Indices should be incremented at the same value and their in HandleKnownEvolutionArrayAccessVar()
/arkcompiler/jsvm/interface/kits/
Djsvm.h852 * @param ref: JSVM_Ref for which the reference count will be incremented.
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp3206 // `-1` because we've incremented `index` in advance in LoadStoreRegisters()
/arkcompiler/runtime_core/static_core/patches/zydis/
D0001-Simplify-Zydis-build.patch2446 + * @return The incremented value.