Home
last modified time | relevance | path

Searched full:created (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h361 * @return Pointer to created `AbckitInst`.
373 * @return Pointer to created `AbckitInst`.
383 * @return Pointer to created `AbckitInst`.
393 * @return Pointer to created `AbckitInst`.
403 * @return Pointer to created `AbckitInst`.
413 * @return Pointer to created `AbckitInst`.
423 * @return Pointer to created `AbckitInst`.
433 * @return Pointer to created `AbckitInst`.
443 * @return Pointer to created `AbckitInst`.
453 * @return Pointer to created `AbckitInst`.
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile.h143 * @param [ in ] value - Byte value that will be stored in the literal to be created.
152 * @param [ in ] value - Short value that will be stored in the literal to be created.
161 * @param [ in ] value - Integer value that will be stored in the literal to be created.
170 * @param [ in ] value - Long value that will be stored in the literal to be created.
179 * @param [ in ] value - Float value that will be stored in the literal to be created.
214 * @param [ in ] val - string that will be stored in the literal to be created.
223 * @param [ in ] function - Function that will be stored in the literal to be created.
271 * @param [ in ] id - Type id corresponding to the type being created.
280 * @param [ in ] klass - Class from which the type is created.
290 * @param [ in ] value - string value from which value item is created.
[all …]
Dgraph.h178 * @return Created `Instruction`.
179 * @param [ in ] val - value of created constant instruction.
186 * @return Created `Instruction`.
187 * @param [ in ] val - value of created constant instruction.
194 * @return Created `Instruction`.
195 * @param [ in ] val - value of created constant instruction.
202 * @return Created `Instruction`.
203 * @param [ in ] val - value of created constant instruction.
210 * @return Created `BasicBlock`.
/arkcompiler/runtime_core/libabckit/include/cpp/headers/js/
Dmodule.h81 * @return Newly created import descriptor.
83 * @param [ in ] name - Name of created import.
84 * @param [ in ] alias - Alias of created import.
103 * @return Newly created export descriptor.
105 * @param [ in ] name - Name of created export.
106 * @param [ in ] alias - Alias of created export.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/01.static_fields/
Dstatic_field_declaration1.sts20 are eventually created.
38 // no instances created
41 // two instances created
Dstatic_field_declaration2.sts20 are eventually created.
35 // two instances created
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/12.union_types/
Dut.sts20 A union type is a reference type created as a combination of other types or values.
22 union was created from.
Dut_n.sts20 A union type is a reference type created as a combination of other types or values.
22 union was created from.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ark_js_napi_tests/
Dcreate_etsvm_test.js35 print('ETS runtime created');
41 print('ETS runtime created');
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe53.md42 // Number object is created and instanceof works as expected:
65 // Number object is created and instanceof works as expected:
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine.h39 …* part (Coroutine instance) and registers the created coroutine in the CoroutineManager (in the RU…
69 * launch a new one. Blocks until the created coroutine passes the init sequence.
99 std::atomic<Coroutine::Status> status_ {Coroutine::Status::CREATED};
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…
156 …* The created coroutine instance will not have any method to execute. All the control flow must be…
203 …* The coroutine is created using the factory provided in the CoroutineManager constructor and the …
213 * @brief returns number of coroutines that could be created till the resource limit is reached.
/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
202 …description: Check type of object created by 'newobj' instruction with valid type in PandaAssembly…
241 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
243 …description: Check type of object created by 'newobj' instruction with valid type in PandaAssembly…
284 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
286 …description: Check that two objects created by 'newobj' instructions are different in PandaAssembl…
345 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
347 …description: Check that two objects created by 'newobj' instructions are different in PandaAssembl…
413 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
[all …]
Dlda.str.yaml143 …description: Check type of object created by 'lda.str' instruction with valid string in PandaAssem…
182 …description: Check type of object created by 'lda.str' instruction with valid string in PandaAssem…
222 …description: Check value of object created by 'lda.str' instruction with valid string in PandaAsse…
274 …description: Check value of object created by 'lda.str' instruction with valid string in PandaAsse…
333 …description: Check that two strings created by 'lda.str' instructions are the same in the string c…
386 …description: Check that two strings created by 'lda.str' instructions are different in the string …
427 description: Check that a string created by 'lda.str' instruction has the expected content.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmemory_barriers_doc.md5 …after the instructions NewArray, NewObject, NewMultiArray so that if the created objects are used …
6 We can remove the barrier if we prove that the created object cannot be passed to another thread be…
25 So we will only set the barrier in the last instruction before potentially passing the created obje…
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md21 ….h) is loaded, which usually represents a debugger shared library. It is created by the VM (see `P…
23 …ling/debug_interface.h) - the point of interaction with the runtime - is created. The agent may ac…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md21 ….h) is loaded, which usually represents a debugger shared library. It is created by the VM (see `P…
23 …ling/debug_interface.h) - the point of interaction with the runtime - is created. The agent may ac…
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.h46 /// Returns all modules, that this spreader has created
99 // Add graph to allow inlining only, the function created from this graph is discarded later
101 // Add graph in a regular way, do not discard function created for it later
/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
163 description: Check type of object created by 'newobj' instruction with valid type.
202 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
204 description: Check that two objects created by 'newobj' instructions are different.
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
Dlda.str.yaml132 description: Check type of object created by 'lda.str' instruction with valid string.
170 description: Check value of object created by 'lda.str' instruction with valid string.
221 …description: Check that two strings created by 'lda.str' instructions are the same in the string c…
273 …description: Check that two strings created by 'lda.str' instructions are different in the string …
/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator.h40 /// @brief Helps to declare entities created by debug-info plugin in AST.
50 …* @brief Invoke \p irCreator if entity was not already created and then create import declaration …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DArrayBufferTest1.sts26 * Check that created empty ArrayBuffer has zero byteLength
34 * Check created ArrayBuffer with different lengths
/arkcompiler/runtime_core/static_core/runtime/
Dthread_manager.h88 // Newly created threads are using flag suspend new count. in SatisfyTheMask()
292 …// * CREATED - wait until threads finish initializing which requires communication with ThreadMana… in CanDeregister()
293 …// * BLOCKED - it means we are trying to acquire lock in Monitor, which was created in internalAll… in CanDeregister()
302 // Counter used to suspend newly created threads after SuspendAllThreads/SuspendDaemonThreads
320 // A specific counter of threads, which are not completely created
/arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/
Dmetadata_arkts.h340 * @brief Name of the created annotation interface.
350 * @brief Name of the created annotation interface field.
354 * @brief Type of the created annotation interface field.
358 …* @brief Default value of the created annotation interface field. Leave as NULL for no default val…
368 * @brief Annotation interface that created annotation instantiates.
378 …* @brief Name of the created annotation element. Must be equal to one of the fields of the corresp…
425 * @brief Name of the created external module
440 * @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.
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_status.h22 CREATED, enumerator

12345678910>>...15