Searched full:becomes (Results 1 – 25 of 32) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/ |
| D | non_static_method_call.sts | 18 assert: An instance method is always invoked with respect to an object, whith 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/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/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine.h | 72 /// Blocks until the coroutine becomes running
|
| D | coroutine.h | 175 …* Suspend a coroutine, so its status becomes either Status::RUNNABLE or Status::BLOCKED, depending… 179 /// 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/ets_frontend/ets2panda/ir/base/ |
| D | methodDefinition.h | 154 …// 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/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/ |
| 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_call_conv.cpp | 268 * argument to the function. In effect, this address becomes a in LocateRetVal()
|
| /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/toolchain/build/config/compiler/ |
| D | BUILD.gn | 318 # Do not use the -pthread ldflag here since it becomes a no-op
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | JsonTest.sts | 169 …ut explicit type, reflection returns this field value as double[] and 1.1 becomes 1.100000023841858
|
| /arkcompiler/runtime_core/cmake/ |
| D | PandaAssembly.cmake | 314 # TODO: Fix this once this becomes an issue.
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | PandaAssembly.cmake | 331 # TODO: Fix this once this becomes an issue.
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | README.md | 506 It becomes ineffective when you only want to retain the '\*' property.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.cpp | 519 … // an object becomes a prototype object at the first time, we need to copy its hidden class in in OptimizePrototypeForIC() 522 …// o1 becomes a prototype object of object o2 and an on-proto IC loading x from o2 will rely on the in OptimizePrototypeForIC()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Type.sts | 730 throw new Error("todo(kprokopenko): add when undefined becomes available") 2272 throw new Error("todo(kprokopenko): add when tuple becomes available")
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 15_semantics.rst | 1342 ``nonzero`` number is handled as ``true``. The loop continues until it becomes
|
| D | 9_classes.rst | 1319 An instance method is always called with respect to an object that becomes
|
12