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/ |
| D | static_partial_type.params.yaml | 73 …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/ |
| D | enum9.ets | 19 // Note(daizihan): Red becomes static property of the class, so no CTE happened.
|
| D | enum10.ets | 20 // Note(daizihan): values() becomes static method in enum, so no CTE
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/ |
| D | enum10.ets | 20 // 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/ |
| D | generic_class_union_normalization.ets | 21 (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/ |
| D | non_static_method_call.ets | 18 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/ |
| D | type_system.md | 22 A sort, acompanied with a list of parameters, becomes a type.
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 22 A sort, acompanied with a list of parameters, becomes a type.
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | lowering-phases.md | 17 becomes 240 becomes 640 becomes 649 becomes
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine.h | 72 /// Blocks until the coroutine becomes running
|
| D | coroutine.h | 194 …* 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/ |
| D | reference.h | 47 * object becomes unreachable (no guarantees when it will happen)
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | inspector.md | 31 …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…
|
| D | rationale-for-bytecode.md | 82 if substituted by a stack-based analogue. At the same time, performance becomes 10%-40% worse
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lazy_deopt_dependency.h | 53 …NOT_PROTOTYPE_HCLASS, // Once the HClass becomes prototype, "isPrototype" bit remains true perma…
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | methodDefinition.h | 220 …// The very firstly processed method becomes the base(1) and the others tied into it as overloads(…
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | vtable_builder_standard-inl.h | 149 // 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/ |
| D | 15_semantics.rst | 132 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/ |
| D | validate-recipes | 472 # 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/ |
| D | function.h | 250 …* 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/ |
| D | 5_js.rst | 1703 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/ |
| D | monitor.yaml | 79 … that case monitor is acquired by thread and monitor count is set to 1. The thread becomes the
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 82 if substituted by a stack-based analogue. At the same time, performance becomes 10%-40% worse
|
| /arkcompiler/runtime_core/static_core/patches/asmjit/ |
| D | 0002-Add-Panda-Allocator.patch | 180 // Allocate new block - we add alignment overhead to `newSize`, which becomes the
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | PandaAssembly.cmake | 331 # TODO: Fix this once this becomes an issue.
|
12