Home
last modified time | relevance | path

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

1234

/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/static_core/plugins/ets/stdlib/std/concurrency/
DLaunch.ets43 * @returns instance of the Job class that represents newly launched coroutine.
64 * @returns instance of the Job class that represents newly launched coroutine.
/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
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_non_private/
Dclass_no_pri34.ets17 desc: The child class calls the parent class method, and the protected method newly added by the ch…
/arkcompiler/runtime_core/libabckit/include/cpp/headers/js/
Dmodule.h81 * @return Newly created import descriptor.
103 * @return Newly created export descriptor.
/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/ets_runtime/ecmascript/mem/
Dmark_word.h34 …// 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/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h97 * invoked elsewhere within the context of the newly created coroutine
102 …* If ep_info is provided then the newly created coroutine will execute the specified method and do…
149 …* @brief The public coroutine creation and execution interface. Switching to the newly created cor…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/local_scope_ops/
Densure_enough_references.cpp37 // Create SPECIFIED_CAPACITY strings in the newly created local scope in TEST_F()
/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/plugins/ets/tests/ets_sdk/api/@ohos/util/HashMap/
DHashMapLengthConstructorIsEmptyTest.ets83 arktest.assertTrue(hashMap.isEmpty(), "A newly created HashMap should be empty");
/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/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/plugins/ets/tests/ets_sdk/api/@ohos/util/ArrayList/
DArrayListLengthTest.ets41 assertEQ(arrayList.length, 0, "The length of a newly created ArrayList should be 0");
48 …assertEQ(arrayList.length, 0, "The length of a newly created ArrayList with various data types sho…
/arkcompiler/runtime_core/static_core/runtime/
Dthread_manager.h88 // Newly created threads are using flag suspend new count. in SatisfyTheMask()
301 // Counter used to suspend newly created threads after SuspendAllThreads/SuspendDaemonThreads
/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/tooling/inspector/debugger/
Ddebuggable_thread.h60 // Tells a newly created thread to pause on the next step
/arkcompiler/toolchain/tooling/static/debugger/
Ddebuggable_thread.h60 // 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;

1234