Searched full:executes (Results 1 – 25 of 69) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | mark_test_gc.js | 98 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 …]
|
| D | mark_test_create_proxy.js | 59 print('mark_test_create_proxy executes successful');
|
| D | mark_test_passive_xgc.js | 80 print('The passiveXGCTest method executes successful');
|
| D | mark_test_js_ref_sts.js | 123 print('mark_test_js_ref_sts executes sucessful');
|
| D | mark_test_sts_ref_js.js | 123 print('mark_test_sts_ref_js executes sucessful');
|
| /arkcompiler/runtime_core/docs/ |
| D | debugger-vscode-communication.md | 2 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/ |
| D | while.ets | 21 evaluates and checks expression first while doStatement executes statement first.
|
| D | do.ets | 21 evaluates and checks expression first while doStatement executes statement first.
|
| D | neg.ets | 21 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/ |
| D | mark_test_xgc.js | 35 print('mark_test_xgc executes successful');
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 5 …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.ets | 36 * 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.ets | 52 * Executes a provided function once for each array element.
|
| D | @ohos.util.HashMap.ets | 38 * 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.ets | 59 * Executes a provided function once for each array element.
|
| D | @ohos.util.LightWeightSet.ets | 36 …* 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/ |
| D | ReadMe.md | 5 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/ |
| D | CoroutineExtras.ets | 38 // stop taskpool all workers after executes all taskpool tasks, for testSuite
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/ |
| D | ets_vm_launcher.ts | 18 // Imports executes first of all in the program.
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | worker_thread.h | 72 * @brief pops and executes all tasks from internal queue.
|
| D | task.h | 69 /// @brief Executes body of task
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Set.ets | 37 * 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/ |
| D | dynamic_isa.h | 259 …* @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/ |
| D | sts_vm_interface.h | 47 * @brief executes marking operation of STS VM GC that will be started from gotten object.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/runtime/ |
| D | 05_imports.rst | 30 executes all the top-level statements and variable declarations sequentially. 32 - Each class has its own initializer. Initializer sequentially executes all
|
123