Home
last modified time | relevance | path

Searched full:when (Results 1 – 25 of 1090) sorted by relevance

12345678910>>...44

/arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/
Dinterpreter_main_loop.irt15 when "ETS_LAUNCH_SHORT_PREF_V4_V4_ID16"
17 when "ETS_LAUNCH_PREF_V4_V4_V4_V4_ID16"
19 when "ETS_LAUNCH_RANGE_PREF_V8_ID16"
21 when "ETS_LAUNCH_VIRT_SHORT_PREF_V4_V4_ID16"
23 when "ETS_LAUNCH_VIRT_PREF_V4_V4_V4_V4_ID16"
25 when "ETS_LAUNCH_VIRT_RANGE_PREF_V8_ID16"
28 when "ETS_LDUNDEFINED_PREF_NONE"
30 when "ETS_MOVUNDEFINED_PREF_V8"
32 when "ETS_ISUNDEFINED_PREF_NONE"
35 when "ETS_LDOBJ_NAME_PREF_V8_ID32"
[all …]
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dinterpreter.irt199 when 4
201 when 8
203 when 16
214 when 16
216 when 32
227 when 4
229 when 8
231 when 16
233 when 32
239 when 64
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DErrors.sts19 * @class Represents an error that occurs when assertion fails.
37 * @class Represents an error that occurs when division by zero is performed.
46 * @class Represents an error that occurs when null pointer is dereferenced.
55 * @class Represents an error that occurs when exception is thrown and not catched
64 * @class Represents an error that occurs when trying to interpret syntactically invalid code
81 * @class Represents an error that occurs when JSONValue can not be assigned to a type
90 * @class Represents an error that occurs when provided collection index is out of range
107 * @class Represents an error that occurs when array is oging to be indexed out of its bounds
116 …* @class Represents exception that is thrown when illegal arithmetic operation is occured (e.g. di…
125 * @class Represents an error that occurs when memory allocation fails
[all …]
DExceptions.sts54 * Represents exception that is thrown when provided argument have value outside the allowable range
71 …* Represents exception that is thrown when a method has been invoked at an illegal or inappropriat…
88 * Represents exception that is thrown when class is not found
105 * Represents exception that is thrown when verifier detects errors in class
122 * Represents exception that is thrown when linker detects errors in class
139 * Represents exception that is thrown when runtime detects incompatible changes in class
156 * Represents exception that is thrown when the requested operation is not supported.
173 …* @class Represents exception that is thrown when attempting to wait, notify or notifyAll on objec…
190 * @class Represents exception that is thrown when
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNodeUtils.spec.ts30 it('should return ture when node.parent is PropertyAssignment', function () {
36 it('should return ture when node.parent is ComputedPropertyName', function () {
42 it('should return ture when node.parent is BindingElement', function () {
48 it('should return ture when node.parent is PropertySignature', function () {
54 it('should return ture when node.parent is MethodSignature', function () {
60 it('should return ture when node.parent is EnumMember', function () {
66 it('should return ture when node.parent is PropertyDeclaration', function () {
72 it('should return ture when node.parent is MethodDeclaration', function () {
78 it('should return ture when node.parent is SetAccessorDeclaration', function () {
84 it('should return ture when node.parent is GetAccessorDeclaration', function () {
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_templates.yaml17 % when "LAUNCH"
22 % when "LDOBJ"
24 % when "STOBJ"
26 % when "LDUNDEFINED"
28 % when "MOVUNDEFINED"
30 % when "ISUNDEFINED"
36 % when "EQUALS"
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md11 …Debugger functionality is provided via shared library, that runtime loads when works in debugger m…
17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
26 * `LoadModule` - occurs when panda file is loaded by the runtime
27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
Dinspector.md27when still remaining paused. In this case it suspends again. This opportunity is used by the `Touc…
31 When the thread is suspended, the `thread_->Suspend()` call is performed. It increases managed thre…
39 …and client requests and decides (due to breakpoints, stepping state etc.) when to pause or unpause…
47 An object repository is valid during a pause only. It is destroyed when the thread is resumed, and …
53 …llow debugging when source code is not available. The module tracks fake disassembled source file …
83 For example, in `InspectorServer::CallTargetDetachedFromTarget`, when the server is paused, we are …
87 So, we do not consider the case, when someone else in Inspector could access the corresponding `PtT…
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 …Debugger functionality is provided via shared library, that runtime loads when works in debugger m…
17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
26 * `LoadModule` - occurs when panda file is loaded by the runtime
27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DErrors.sts19 * @class Represents an error that occurs when global eval() function fails
36 …lass Represents an error that occurs when an operation could not be performed, typically (but not …
53 …* @class Represents an error that occurs when a variable that doesn't exist (or hasn't yet been in…
70 …* @class Represents an error that occurs when a global URI handling function was used in a wrong w…
87 * The AggregateError object represents an error when several errors
103 * error. When catching and re-throwing an error with a
131 * Represents error that is thrown when Date is malformed
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
Dvalue_dumper.rb36 when "str"
39 when "num"
41 when "bigint"
73 when :array, :iterable
82 when :tuple
91 when :trivial
/arkcompiler/ets_frontend/test262/
Des2023_tests.txt236 built-ins/FinalizationRegistry/prototype/register/throws-when-target-cannot-be-held-weakly.js
237 built-ins/FinalizationRegistry/prototype/register/throws-when-unregisterToken-not-undefined-and-can…
238 built-ins/FinalizationRegistry/prototype/unregister/throws-when-unregisterToken-cannot-be-held-weak…
242 built-ins/WeakMap/prototype/has/returns-false-when-key-cannot-be-held-weakly.js
244 built-ins/WeakRef/throws-when-target-cannot-be-held-weakly.js
245 built-ins/WeakSet/prototype/add/throw-when-value-cannot-be-held-weakly.js
246 built-ins/WeakSet/prototype/delete/returns-false-when-value-cannot-be-held-weakly.js
247 built-ins/WeakSet/prototype/has/returns-false-when-value-cannot-be-held-weakly.js
255 built-ins/WeakMap/prototype/delete/returns-false-when-symbol-key-not-present.js
258 built-ins/WeakMap/prototype/has/returns-false-when-symbol-key-not-present.js
[all …]
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.h71 /// called when a coroutine worker thread ends its execution
73 /// called when a coroutine worker thread starts its execution
79 * current worker is detected when coroutine switch is disabled.
105 * @brief reuse a cached coroutine instance in case when coroutine pool is enabled
119 …xtract a coroutine instance from the pool for further reuse, returns nullptr in case when it is not
137 /// call when main coroutine is done executing its managed EP
176 * used only in case when --use-coroutine-pool=true
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_isa.h64 * ...When you use the 32-bit form of an instruction, the upper
71 * pointer or the zero register. When used as the stack pointer,
72 * you refer to it as "SP". When used as the zero register, you refer
74 * The zero register returns 0 when read and discards data when
75 * written (e.g., when setting the status register for testing).
172 // It's worth noting that 0 will be returned when kBOR memopnd is input.
Daarch64_int_regs.def25 * pointer or the zero register. When used as the stack pointer,
26 * you refer to it as "SP". When used as the zero register, you refer
28 * The zero register returns 0 when read and discards data when
29 * written (e.g., when setting the status register for testing).
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h56 * \brief called by the ecmavm when the next statement being executed is debugger statement.
65 … * \brief called by the ecmavm when breakpoint hits. Thread where breakpoint hits is stopped until
74 * \brief called by the ecmavm when panda file is loaded
80 * \brief called by the ecmavm when virtual machine start initialization
85 * \brief called by the ecmavm when virtual machine death
/arkcompiler/ets_frontend/es2panda/test/benchmark/
DREADME.md4 The purpose of this project is to test the performance of es2abc when compiling JS and output a rep…
15 … default value is False. At this time, only the es2abc test is performed. When it is True, it is c…
26When running this benchmark, you can compare the performance of es2abc compilation with that of He…
45 --parse-only only parses the test case, and when the --engine-comp parameter is used, this paramete…
49 --opt-level specifies the compilation optimization level, and when the --engine-comp parameter is u…
62 …nents to compile the es2abc executable file. and you need to specify the es2abc path when using it.
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
DIR-instructions.md.erb30 when 'NullCheck'
32 when 'ZeroCheck'
34 when 'BoundsCheck'
36 when 'NegativeCheck'
/arkcompiler/runtime_core/compiler/optimizer/templates/
DIR-instructions.md.erb30 when 'NullCheck'
32 when 'ZeroCheck'
34 when 'BoundsCheck'
36 when 'NegativeCheck'
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb271 when :options
273 when :boot
275 when :env
277 when :inputs
279 when :abort
281 when :output
283 when :result
301 # When we use 'exec' we will propagate the signal too
340 when :options
342 when :inputs
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dsource_language.h.erb40 % when "ECMASCRIPT" then "ECMAScript"
41 % when "JAVA_8" then "Java 8"
42 % when "JAVA" then "Java"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dasync_call.sts55 // check function call when all arguments are in registers on x86-64
74 // check function call when some arguments are passed via the stack on x86-64
95 // check function call when all arguments are in registers on arm32
104 // check function call when some arguments are passed via the stack on arm32
115 // check function call when all arguments are in registers on arm32hf
132 // check function call when some arguments are passed via the stack on arm32hf
151 // check function call when all arguments are in registers on arm64
172 // check function call when some arguments are passed via the stack on arm64
/arkcompiler/ets_frontend/arkguard/
DREADME.md30 When you create a new project, the following config will be generated in `build-profile.json5`.
43 When you create a new library, additional property `consumerFiles` will be added.
62 The files in the property `ruleOptions.files` will be applied when you build HAP or HAR.
64 The files in the property `consumerFiles` will be applied when you build the project or library whi…
67 When you are building HAP or HAR, the final obfucation rules are combination of self's `ruleOptions…
159 names when you do not want to obfuscate them.
171 …Therefore, when `-enable-string-property-obfuscation` is enabled, if you don't want to obfuscate t…
193 (1) When the module contains Ability component, you need to configure all paths corresponding to 's…
194 (2) When the module contains multithreading services: Worker, you need to configure all the paths i…
207 2. When compiling HSP, if the `-enable-export-obfuscation` option is used, the externally exposed i…
[all …]
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/
Dgenerator.rb40 when 'b'
42 when 'i'
44 when 'f'
46 when 'u'
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Dsingle_test_runner.rb137 when 0
144 when 1
164 when 0
171 when 255
191 when @expected_passed_exit_code
198 when @expected_failed_exit_code, 1 # '1' for the case when Exception is not caught in test

12345678910>>...44