Searched full:remains (Results 1 – 25 of 31) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/ |
| D | main.py | 86 remains = round(config.test_suite.repeats_by_time - delta, 1) 88 f"Remains {remains} sec")
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/ |
| D | multi_level_inheritance_value_transfer35.ets | 17 …le _publicVar is properly initialized in base class a and that the value remains unchanged in the …
|
| /arkcompiler/runtime_core/libabckit/tests/mock/ |
| D | check_mock.cpp | 39 std::cerr << "Stack remains: " << std::endl; in CheckMockedStackEmpty()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lazy_deopt_dependency.h | 52 …STABLE_HCLASS, // Once the HClass undergoes transition, "isStable" bit remains false perm… 53 …NOT_PROTOTYPE_HCLASS, // Once the HClass becomes prototype, "isPrototype" bit remains true perma…
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | options.yaml | 41 - name: remains-partial-classes
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | check_resolver.h | 36 * why dead lenarr remains. So we can also benefit from the size of generated bytecode
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dependent_infos.h | 69 // For example, when we need to ensure the IsStable flag of HClass remains valid,
|
| /arkcompiler/ets_runtime/test/jittest/lazy_deopt_6/ |
| D | lazy_deopt_6.js | 70 // First test call: without modifying the prototype. Expected output: property 'x' remains unchange…
|
| /arkcompiler/ets_runtime/test/jittest/lazy_deopt_4/ |
| D | lazy_deopt_4.js | 73 // First test call: without modifying the prototype. Expected output: property 'x' remains unchange…
|
| /arkcompiler/ets_runtime/test/jittest/lazy_deopt_5/ |
| D | lazy_deopt_5.js | 70 // First test call: without modifying the prototype. Expected output: property 'x' remains unchange…
|
| /arkcompiler/ets_runtime/test/jittest/lazy_deopt_9/ |
| D | lazy_deopt_9.js | 86 // First test: do not modify the prototype, so property 'x' remains unchanged.
|
| /arkcompiler/ets_runtime/test/jittest/lazy_deopt_8/ |
| D | lazy_deopt_8.js | 88 // First test: do not modify the prototype, so property 'x' remains unchanged.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | switch_lowerer.cpp | 261 /* only 1 case with 1 tag remains */ in BuildCodeForSwitchItems() 269 /* generate equality checks for what remains */ in BuildCodeForSwitchItems()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/arkts/@arkts/collections/BitVector/ |
| D | resizeTests.ets | 176 * @tc.desc : Resize the bitVector to the same length and verify the length remains unchanged.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | scheduler_doc.md | 32 `ASAP` value for each instruction is changed only before it enters the `waiting` queue, and remains…
|
| /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/runtime_core/static_core/runtime/ |
| D | mt_thread_manager.cpp | 102 << " remains in DeregisterSuspendedThreads, status = " in DeregisterSuspendedThreads()
|
| D | options.yaml | 535 … TLAB size and maximum size of object to be allocated in TLAB. TLAB size remains constant unless a…
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | boxingForLocals.cpp | 269 …// NOTE(gogabr) -- The `get` property remains without variable; this is OK for the current checker… in HandleReference()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 780 * 1. Bytecode processing remains incomplete 789 * This ensures no intermediate state remains after lazy deoptimization.
|
| /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/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.cpp | 222 * that is a phi's input. Otherwise phi's location state will be either remains unknown, in Merge()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Console.ets | 651 * @ensures Column count remains unchanged
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 3_types.rst | 2096 only ``T``:sub:`j` remains in the union type, and ``T``:sub:`i` is removed. 2098 This procedure is performed recursively until no assignable type remains, or
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | Array_escompat.erb | 898 // left part remains unchanged
|
12