Home
last modified time | relevance | path

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

12345678910>>...13

/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/11.union_types/
Dspec_ex2.sts18 A union type is a reference type created as a combination of other types or values.
20 union was created from.
Dut.sts19 A union type is a reference type created as a combination of other types or values.
21 union was created from.
Dspec_ex1.sts18 A union type is a reference type created as a combination of other types or values.
20 union was created from.
Dspec_ex4.sts18 A union type is a reference type created as a combination of other types or values.
20 union was created from.
Dspec_ex5.sts18 A union type is a reference type created as a combination of other types or values.
20 union was created from.
Dut_n.sts19 A union type is a reference type created as a combination of other types or values.
21 union was created from.
Dspec_ex3.sts18 A union type is a reference type created as a combination of other types or values.
20 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.h81 * invoked elsewhere within the context of the newly created coroutine
86 …* If ep_info is provided then the newly created coroutine will execute the specified method and do…
154 …* The created coroutine instance will not have any method to execute. All the control flow must be…
199 …* The coroutine is created using the factory provided in the CoroutineManager constructor and the …
209 * @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/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/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/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/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/include/
Dthread_status.h22 CREATED, enumerator
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_thread_state_test.cpp80 // So reset the threadState as CREATED to skip the check. in CreateNewVMInSeparateThread()
81 newVm->GetAssociatedJSThread()->UpdateState(ThreadState::CREATED); in CreateNewVMInSeparateThread()
149 ThreadStateTransitionScope<JSThread, ThreadState::CREATED> scope(thread); in HWTEST_F_L0()
150 EXPECT_TRUE(thread->GetState() == ThreadState::CREATED); in HWTEST_F_L0()

12345678910>>...13