Home
last modified time | relevance | path

Searched full:newly (Results 1 – 25 of 66) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/
Dtypedarrayrelease.js23 // 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/libabckit/include/cpp/headers/arkts/
Dmodule.h82 * @return Pointer to the newly created import descriptor.
107 * @return Newly created export descriptor.
131 * @return Newly constructed annotation interface.
Dclass.h90 * @return Newly created annotation.
Dfunction.h84 * @return Newly created annotation.
Dannotation_interface.h79 * @return Newly created annotation field.
Dannotation.h94 * @return Newly created annotation element.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml37 …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
Dinitobj.short.yaml26 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.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dnewobj.yaml27 …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
/arkcompiler/runtime_core/libabckit/include/cpp/headers/js/
Dmodule.h81 * @return Newly created import descriptor.
103 * @return Newly created export descriptor.
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h33 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
/arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/
Dmetadata_arkts.h440 * @return Pointer to the newly created module.
456 * @return Pointer to the newly created import descriptor.
483 * @return Pointer to the newly created export descriptor.
512 * @return Pointer to the newly constructed annotation interface.
529 * @return Pointer to the newly created annotation.
558 * @return Pointer to the newly created annotation field.
590 * @return Pointer to the newly created annotation.
619 * @return Pointer to the newly created annotation element.
/arkcompiler/ets_frontend/ets2panda/evaluate/
DirCheckHelper.h43 * All newly created IR nodes from debug-info must be checked through this class,
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h83 * invoked elsewhere within the context of the newly created coroutine
88 …* If ep_info is provided then the newly created coroutine will execute the specified method and do…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp115 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Throw()
194 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Return()
/arkcompiler/runtime_core/static_core/runtime/
Dthread_manager.h88 // 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/docs/
Dirtoc.md41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
/arkcompiler/runtime_core/static_core/docs/
Dirtoc.md41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h56 // Tells a newly created thread to pause on the next step
/arkcompiler/runtime_core/static_core/compiler/docs/
Descape_analysis.md42 * Resolve inputs of all newly created phi instructions;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp152 …// 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/
Dinterop_intrinsic_opt_doc.md39 …To track number of objects in the newly created scopes, we use disjoint set union (DSU) with this …
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h125 std::string patchMain0_; // stores newly added function define ins, runtime will execute
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h51 * Any newly added information, we have to change the following info naturally, especially
/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module.cpp187 // 4. Let M be a newly created object. in SModuleNamespaceCreate()

123