Searched full:newly (Results 1 – 25 of 54) sorted by relevance
123
| /arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/ |
| D | typedarrayrelease.js | 23 // This case aims to check whether proto modifying causes out-of-bounds write of the newly generate… 37 // This case aims to check while proto was modified, type conversion of the newly generated typed a…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 37 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 200 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 241 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 284 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 345 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 413 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 760 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 1134 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 1178 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
|
| D | initobj.short.yaml | 26 the newly created object into accumulator. method_id should resolve to an initializer. 1942 the newly created object into accumulator. method_id should resolve to an initializer. 2034 the newly created object into accumulator. method_id should resolve to an initializer. 3335 the newly created object into accumulator. method_id should resolve to an initializer. 3459 the newly created object into accumulator. method_id should resolve to an initializer. 3584 the newly created object into accumulator. method_id should resolve to an initializer. 3620 the newly created object into accumulator. method_id should resolve to an initializer.
|
| D | initobj.yaml | 26 the newly created object into accumulator. method_id should resolve to an initializer. 2009 the newly created object into accumulator. method_id should resolve to an initializer. 2123 the newly created object into accumulator. method_id should resolve to an initializer. 3563 the newly created object into accumulator. method_id should resolve to an initializer. 3684 the newly created object into accumulator. method_id should resolve to an initializer. 3807 the newly created object into accumulator. method_id should resolve to an initializer. 3844 the newly created object into accumulator. method_id should resolve to an initializer.
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 27 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 161 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 202 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 263 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created 645 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
|
| D | initobj.yaml | 22 the newly created object into accumulator. method_id should resolve to an initializer. 1069 the newly created object into accumulator. method_id should resolve to an initializer. 1814 the newly created object into accumulator. method_id should resolve to an initializer. 1934 the newly created object into accumulator. method_id should resolve to an initializer.
|
| D | initobj.short.yaml | 22 the newly created object into accumulator. method_id should resolve to an initializer. 1043 the newly created object into accumulator. method_id should resolve to an initializer. 1706 the newly created object into accumulator. method_id should resolve to an initializer. 1829 the newly created object into accumulator. method_id should resolve to an initializer.
|
| D | initobj.range.yaml | 22 the newly created object into accumulator. method_id should resolve to an initializer. 1155 the newly created object into accumulator. method_id should resolve to an initializer. 1950 the newly created object into accumulator. method_id should resolve to an initializer. 2069 the newly created object into accumulator. method_id should resolve to an initializer.
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_word.h | 33 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_ssa_update.cpp | 19 // for each variable, the mapped bb set gives the bbs that have newly inserted
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.h | 81 * invoked elsewhere within the context of the newly created coroutine 86 …* If ep_info is provided then the newly created coroutine will execute the specified method and do…
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_async_from_sync_iterator.cpp | 115 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Throw() 193 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Return()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_manager.h | 88 // Newly created threads are using flag suspend new count. in SatisfyTheMask() 302 // Counter used to suspend newly created threads after SuspendAllThreads/SuspendDaemonThreads
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | irtoc.md | 41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
|
| D | runtime-compiled_code-interaction.md | 25 changes its entrypoint to newly generated code. Next time when the function gets called native code… 94 …executing the `stack pointer` register must point to a valid stack frame (newly created stack fram…
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debuggable_thread.h | 49 // Tells a newly created thread to pause on the next step
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | clone.cpp | 197 // @return Pointer to the newly cloned function 216 // setup new names for the newly cloned function in CloneFunctionNoReturn()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | escape_analysis.md | 42 * Resolve inputs of all newly created phi instructions;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_to_string_cache.cpp | 152 …// Atomic with relaxed order reason: used only on newly-created object before store-release into a… in SetNumber() 206 …// Atomic with relaxed order reason: used only on newly-created object before store-release into a… in SetString()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_intrinsic_opt_doc.md | 39 …To track number of objects in the newly created scopes, we use disjoint set union (DSU) with this …
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.h | 125 std::string patchMain0_; // stores newly added function define ins, runtime will execute
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.h | 51 * Any newly added information, we have to change the following info naturally, especially
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_allocator.h | 197 * @return newly allocated TLAB, TLAB is set to Empty is allocation failed. 203 * @return newly allocated TLAB, TLAB is set to Empty is allocation failed.
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module.cpp | 187 // 4. Let M be a newly created object. in SModuleNamespaceCreate()
|
123