Home
last modified time | relevance | path

Searched full:executes (Results 1 – 25 of 69) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dmark_test_gc.js98 print('The jsGCTest1 method executes successful');
116 print('The jsGCTest2 method executes successful');
139 print('The jsGCTest3 method executes successful');
154 print('The jsGCTest4 method executes successful');
172 print('The jsGCTest5 method executes successful');
193 print('The jsGCTest6 method executes successful');
204 print('The callStsGCTest1 method executes successful');
216 print('The callStsGCTest2 method executes successful');
228 print('The callStsGCTest3 method executes successful');
239 print('The callStsGCTest4 method executes successful');
[all …]
Dmark_test_create_proxy.js59 print('mark_test_create_proxy executes successful');
Dmark_test_passive_xgc.js80 print('The passiveXGCTest method executes successful');
Dmark_test_js_ref_sts.js123 print('mark_test_js_ref_sts executes sucessful');
Dmark_test_sts_ref_js.js123 print('mark_test_sts_ref_js executes sucessful');
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md2 Server is an application that accepts commands through the socket and executes them in debugger
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/
Dwhile.ets21 evaluates and checks expression first while doStatement executes statement first.
Ddo.ets21 evaluates and checks expression first while doStatement executes statement first.
Dneg.ets21 evaluates and checks expression first while doStatement executes statement first.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/test_mark_test_xgc/
Dmark_test_xgc.js35 print('mark_test_xgc executes successful');
/arkcompiler/ets_runtime/docs/
Doverview.md5 …hain compiles JS source code into ArkCompiler bytecodes. The JS runtime executes the generated Ark…
26 …JS Execution Subsystem consists of an interpreter that executes bytecodes, inline caching that sto…
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.util.HashSet.ets36 * Executes a provided function once per each value in the HashSet, in insertion order
85 * Executes a provided function once per each value in the HashSet, in insertion order
D@ohos.util.Queue.ets52 * Executes a provided function once for each array element.
D@ohos.util.HashMap.ets38 * Executes a provided function once per each key/value pair in the HashMap, in insertion order
97 * Executes a provided function once per each key/value pair in the HashMap, in insertion order
D@ohos.util.Stack.ets59 * Executes a provided function once for each array element.
D@ohos.util.LightWeightSet.ets36 …* Executes a provided function once per each value in the LightWeightSet object, in insertion order
153 …* Executes a provided function once per each value in the LightWeightSet object, in insertion order
/arkcompiler/toolchain/tooling/dynamic/client/ark_multi/
DReadMe.md5 Can start a specified number of threads, each thread starts the virtual machine and executes the te…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/debug/concurrency/
DCoroutineExtras.ets38 // stop taskpool all workers after executes all taskpool tasks, for testSuite
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/
Dets_vm_launcher.ts18 // Imports executes first of all in the program.
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dworker_thread.h72 * @brief pops and executes all tasks from internal queue.
Dtask.h69 /// @brief Executes body of task
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DSet.ets37 * Executes a provided function once per each value in the Set object, in insertion order
203 * Executes a provided function once per each value in the Set object, in insertion order
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa.h259 …* @brief Creates instruction with opcode GETITERATOR. This instruction executes GetIterator(acc, s…
266 …* @brief Creates instruction with opcode GETASYNCITERATOR. This instruction executes GetIterator(a…
346 …* @brief Creates instruction with opcode CREATEITERRESULTOBJ. This instruction executes `CreateIte…
472 …* @brief Creates instruction with opcode ASYNCGENERATORRESOLVE. This instruction executes `AsyncGe…
632 …* @brief Creates instruction with opcode TONUMBER. This instruction executes `ToNumber` with argum…
640 …* @brief Creates instruction with opcode TONUMERIC. This instruction executes `ToNumeric` with arg…
1193 …* @brief Creates instruction with opcode RESUMEGENERATOR. Executes `GeneratorResume` for the gener…
1209 * Executes `GetTemplateObject` with argument `acc` of type templateLiteral.
1217 * Executes the `next()` method of the for-in iterator `input0`.
1241 * Executes `AwaitExpression` with function object `input0` and value `acc`.
[all …]
/arkcompiler/runtime_core/arkplatform/hybrid/
Dsts_vm_interface.h47 * @brief executes marking operation of STS VM GC that will be started from gotten object.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/runtime/
D05_imports.rst30 executes all the top-level statements and variable declarations sequentially.
32 - Each class has its own initializer. Initializer sequentially executes all

123