Home
last modified time | relevance | path

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

/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.
Dinitobj.yaml26 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.
Dinitobj.range.yaml26 the newly created object into accumulator. method_id should resolve to an initializer.
2169 the newly created object into accumulator. method_id should resolve to an initializer.
2273 the newly created object into accumulator. method_id should resolve to an initializer.
3829 the newly created object into accumulator. method_id should resolve to an initializer.
3949 the newly created object into accumulator. method_id should resolve to an initializer.
4069 the newly created object into accumulator. method_id should resolve to an initializer.
4107 the newly created object into accumulator. method_id should resolve to an initializer.
/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/runtime/
Dthread_manager.h199 // Newly created threads are using flag suspend new count. in SatisfyTheMask()
254 // Counter used to suspend newly created threads after SuspendAllThreads/SuspendDaemonThreads
Doptions.yaml561 description: delta number threshold of newly added method or class for profile saver
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp112 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Throw()
181 …// a.Perform ! Call(promiseCapability.[[Reject]], undefined, « a newly created TypeError object »). in Return()
Dbuiltins_promise_handler.cpp56 // a. Let selfResolutionError be a newly created TypeError object. in Resolve()
534 // a. Let error be a newly created AggregateError object. in AnyRejectElementFunction()
Dbuiltins_promise.cpp743 // 1. Let error be a newly created AggregateError object. in PerformPromiseAny()
/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp31 // 3. Let S be a newly created String exotic object. in StringCreate()
Djs_list_format.cpp228 // 1. Let error be ThrowCompletion(a newly created TypeError object). in StringListFromIterable()
Djs_async_generator_object.cpp254 // a. Let badGeneratorError be a newly created TypeError object. in AsyncGeneratorEnqueue()
/arkcompiler/runtime_core/docs/
Dirtoc.md41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
Druntime-compiled_code-interaction.md25 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/ets_frontend/es2panda/util/
Dhotfix.h106 std::string patchMain0_; // stores newly added function define ins, runtime will execute
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp143 // state input to the newly created IF_FALSE node. in RebuildGeneratorCfg()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp36 // 4. Let M be a newly created object. in ModuleNamespaceCreate()
/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator.h190 * @return newly allocated TLAB, TLAB is set to Empty is allocation failed.
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp279 // We may face a newly created object without live bitmap initialization. in CollectNonRegularObjects()