Home
last modified time | relevance | path

Searched full:becomes (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/
Dstatic_partial_type.params.yaml73 …Static field is a part of Partial<T> class. Field becomes optional and, thus, gets undefined value.
92 …Static field is a part of Partial<T> class. Field becomes optional and, thus, gets undefined value.
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Denum9.ets19 // Note(daizihan): Red becomes static property of the class, so no CTE happened.
Denum10.ets20 // Note(daizihan): values() becomes static method in enum, so no CTE
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/
Denum10.ets20 // Note(daizihan): values() becomes static method in enum, so no CTE
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/
Dgeneric_class_union_normalization.ets21 (see Final Classes) or becomes a single final class as a result of union normalization
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/
Dnon_static_method_call.ets18 assert: An instance method is always invoked with respect to an object, which becomes the current o…
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtype_system.md22 A sort, acompanied with a list of parameters, becomes a type.
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md22 A sort, acompanied with a list of parameters, becomes a type.
/arkcompiler/ets_frontend/ets2panda/docs/
Dlowering-phases.md17 becomes
240 becomes
640 becomes
649 becomes
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine.h72 /// Blocks until the coroutine becomes running
Dcoroutine.h194 …* Suspend a coroutine, so its status becomes either Status::RUNNABLE or Status::BLOCKED, depending…
198 /// Resume the suspended coroutine, so its status becomes Status::RUNNING.
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference.h47 * object becomes unreachable (no guarantees when it will happen)
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md31 …pension()` is called, it waits until a resume call will decreases the counter and it becomes zero.
35 If thread's suspension counter becomes zero, but `suspended_` is still `true`, this means that a re…
Drationale-for-bytecode.md82 if substituted by a stack-based analogue. At the same time, performance becomes 10%-40% worse
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlazy_deopt_dependency.h53 …NOT_PROTOTYPE_HCLASS, // Once the HClass becomes prototype, "isPrototype" bit remains true perma…
/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h220 …// The very firstly processed method becomes the base(1) and the others tied into it as overloads(…
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_standard-inl.h149 // 3.2 if yes, replace existing method with new method(new method becomes a candidate) in ProcessDefaultMethod()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D15_semantics.rst132 itself, then this type becomes the type of the variable as in the example
841 // p becomes 1
845 // p becomes array [1, "111"]
849 // p becomes array [1, "111"]
853 // p becomes tuple [1, "111"]
857 // p becomes array [1, 2, 3]
861 // p1 becomes 1, p2 becomes array [2, 3]
2601 ``nonzero`` number is handled as ``true``. The loop continues until it becomes
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dvalidate-recipes472 # Please fix if this becomes an issue.
483 # NB! tsc is hardcoded. Please fix if this becomes an issue.
636 # Please fix if this becomes an issue.
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.h250 …* 1. Copy a graph for a handler with "_LLVM" suffix. For example, "ClassResolver" becomes "ClassRe…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D5_js.rst1703 int8ArrayFromArray[2] = 128; // out of range, becomes -128
1761 int16ArrayFromArray[0] = 32768; // out of range, becomes -32768
1813 int32ArrayFromArray[0] = 2147483648; // out of range,becomes -2147483648
1870 uint8ArrayFromArray[0] = 256; // out of range,becomes 255
1924 uint8ClampedArrayFromArray[0] = 4294967296; // out of range,becomes 255
1978 uint16ArrayFromArray[0] = 65536; // out of range,becomes 0
2031 uint32ArrayFromArray[0] = 4294967296; // out of range,becomes 0
2429 …ser-space mutex") and provide ways for waiting until a certain condition becomes true and are typi…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml79 … that case monitor is acquired by thread and monitor count is set to 1. The thread becomes the
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md82 if substituted by a stack-based analogue. At the same time, performance becomes 10%-40% worse
/arkcompiler/runtime_core/static_core/patches/asmjit/
D0002-Add-Panda-Allocator.patch180 // Allocate new block - we add alignment overhead to `newSize`, which becomes the
/arkcompiler/runtime_core/static_core/cmake/
DPandaAssembly.cmake331 # TODO: Fix this once this becomes an issue.

12