Home
last modified time | relevance | path

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

12345678910>>...19

/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.ets20 are eventually created.
38 // no instances created
41 // two instances created
Dstatic_field_declaration2.ets20 are eventually created.
35 // two instances created
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/
Dfinalization_registry_manager.h27 /// @brief The final class that manages all created FinalizationRegistry objects
36 * @brief Add a new created FinalizationRegistry instanse to array of FinalizationRegistry
61 // Initial size of the created array
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/
Dut_n.ets20 A union type is a reference type created as a combination of other types or values.
22 union was created from.
Dut.ets20 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/xgc/
Dcreate_runtime_test.js23 throw new Error('Test failed: expected runtime cannot be created with GC other than G1');
32 throw new Error('Test failed: expected runtime cannot be created with "no-async-jit" option');
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlFormattersCache.cpp40 // Number range formatter will be created via call NumRangeFmtsCacheInvalidation in NumFmtsCacheInvalidation()
59 // Still not created, now create new number formatter, range formatter is not changed in NumFmtsCacheInvalidation()
87 // Number formatter will be created via call IntlFormattersCacheInvalidation in NumRangeFmtsCacheInvalidation()
106 … // Still not created, now create new number range formatter, number formatter is not changed in NumRangeFmtsCacheInvalidation()
/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.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…
197 …* The created coroutine instance will not have any method to execute. All the control flow must be…
231 * @param howMany - number of common workers to be created
296 …* The coroutine is created using the factory provided in the CoroutineManager constructor and the …
306 * @brief returns number of coroutines that could be created till the resource limit is reached.
/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/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/tests/cts-generator/cts-template/
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.
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 …]
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dtools.cpp25 LOG(DEBUG, PROFILER) << "That runtime is not created."; in StartSamplingProfiler()
36 LOG(DEBUG, PROFILER) << "That runtime is not created."; in StopSamplingProfiler()
/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
/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/stdlib/std/core/
DField.ets26 private fieldType: Type | undefined // not undefined if already created
27 private ownerType: Type | undefined // not undefined if already created
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DArrayBufferTest1.ets26 * Check that created empty ArrayBuffer has zero byteLength
36 * Check created ArrayBuffer with different lengths

12345678910>>...19