Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe94.md34 // Some complex logic for processing the number here
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md27 …. This opportunity is used by the `Touch()` call during new connection processing to notify the cl…
33 …lock on debugger events processing (in the current implementation of `Inspector`) to allow / disal…
78 - The server thread, it is a single thread responsible for processing client requests;
89 Another example is processing of a new connection in `Inspector`. On validation, a write-lock on de…
Drationale-for-bytecode.md13 There is a central processing unit (CPU) that reads commands (or _instructions_) from
Dir_format.md291 …use structures is just checking whether storage is dynamic and further processing of the correspon…
/arkcompiler/runtime_core/static_core/verification/config/
DREADME.md5 Debug_breakpoint for managed code are used to stop GDB just right before processing
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dg1-concurrent-marking-activity.plantuml26 :Remark (drain SATB buffers, reference processing);
/arkcompiler/runtime_core/docs/diagrams/
Dg1-concurrent-marking-activity.puactivity26 :Remark (drain SATB buffers, reference processing);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dpending_exception_gc_test.sts27 // in order to have GC running during exception processing
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md151 ## Try-catch blocks processing in the RegAlloc for bytecode-optimizer
Dcleanup_doc.md23 In order not to bother about processing such cases in other transformation passes it is better to r…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArraySort.sts563 … // make a call for the smaller part of array and continue processing the larger part in the loop
592 … // make a call for the smaller part of array and continue processing the larger part in the loop
842 … // make a call for the smaller part of array and continue processing the larger part in the loop
862 … // make a call for the smaller part of array and continue processing the larger part in the loop
1324 … // make a call for the smaller part of array and continue processing the larger part in the loop
1353 … // make a call for the smaller part of array and continue processing the larger part in the loop
1600 … // make a call for the smaller part of array and continue processing the larger part in the loop
1620 … // make a call for the smaller part of array and continue processing the larger part in the loop
2066 … // make a call for the smaller part of array and continue processing the larger part in the loop
2095 … // make a call for the smaller part of array and continue processing the larger part in the loop
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D12_errors.rst31 and processing data from a file on disk can fail if the file does
D8_statements.rst923 // further processing ...
994 // some processing
/arkcompiler/toolchain/build/third_party_gn/musl/
DBUILD.gn223 # We need do different processing for asm according to the source of uapi
/arkcompiler/runtime_core/static_core/compiler/docs/
Dtry_catch_blocks_ir.md151 ## Try-catch blocks processing in the RegAlloc for bytecode-optimizer
Dmemory_coalescing_doc.md73 …e is a place to sunk the candidate instruction and hoist the currently processing instruction – ad…
Dcleanup_doc.md23 In order not to bother about processing such cases in other transformation passes it is better to r…
Dcompiler_doc.md14 **Pass** separate iteration of graph processing. Pass can be of two types: Analysis(does not change…
/arkcompiler/runtime_core/static_core/docs/coroutines/
Dcoroutines.md530 When the main function is finished JS runtime starts processing micro job queue.
618 JS engine continues processing micro job queue. The next task is foo's promise which already resolv…
647 After processing foo's promise the main function gets resumed and finishes its execution.
/arkcompiler/ets_runtime/docs/
Doverview.md49 …is commonly used in JS engines in the industry to implement concurrent processing. In this model, …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/instanceof/
Dinstanceof.sts223 // TODO(v.cherkashin): Enable when processing the compat types will be implemented, #13577
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h1334 void SetProcessingLocalToSharedRset(bool processing) in SetProcessingLocalToSharedRset() argument
1336 processingLocalToSharedRset_ = processing; in SetProcessingLocalToSharedRset()
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_sort.sts.j2241 … // make a call for the smaller part of array and continue processing the larger part in the loop
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md13 There is a central processing unit (CPU) that reads commands (or _instructions_) from
Dir_format.md282 …use structures is just checking whether storage is dynamic and further processing of the correspon…

12