| /arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/ |
| D | interpreter_main_loop.irt | 15 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/ |
| D | interpreter.irt | 199 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/libabckit/scripts/ |
| D | dyn_inst_constructors_gen.rb | 80 # case when first inst param is imm number of ic_slot 87 when "v" 90 when "method_id" 92 when "literalarray_id" 94 when "string_id" 96 when "imm" 98 when "Getmodulenamespace", "WideGetmodulenamespace" 100 when "Ldexternalmodulevar", "WideLdexternalmodulevar" 102 when "Ldlocalmodulevar", "WideLdlocalmodulevar", "Stmodulevar", "WideStmodulevar" 144 # case when first inst param is imm number of ic_slot [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Errors.sts | 19 * @class Represents an error that occurs when assertion fails. 34 * @class Represents an error that occurs when division by zero is performed. 43 * @class Represents an error that occurs when null pointer is dereferenced. 52 * @class Represents an error that occurs when exception is thrown and not catched 61 * @class Represents an error that occurs when trying to interpret syntactically invalid code 78 * @class Represents an error that occurs when JSONValue can not be assigned to a type 87 * @class Represents an error that occurs when provided collection index is out of range 104 * @class Represents an error that occurs when array is oging to be indexed out of its bounds 113 …* @class Represents exception that is thrown when illegal arithmetic operation is occured (e.g. di… 122 * @class Represents an error that occurs when memory allocation fails [all …]
|
| D | Exceptions.sts | 54 * 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/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_templates.yaml | 17 % when "LAUNCH" 22 % when "LDOBJ" 28 % when "STOBJ" 34 % when "LDUNDEFINED" 36 % when "MOVUNDEFINED" 38 % when "ISUNDEFINED" 40 % when "EQUALS"
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 11 …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/docs/ |
| D | runtime-debug-api.md | 11 …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…
|
| D | inspector.md | 27 …when 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/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/ |
| D | opt_arg_type.cpp | 43 // NOTE #18602 (nikitayegorov) enable when numeric type casting is fixed for JS-calls-Ark interoper… 49 // NOTE #18602 (nikitayegorov) enable when numeric type casting is fixed for JS-calls-Ark interoper… 55 // NOTE #18602 (nikitayegorov) enable when numeric type casting is fixed for JS-calls-Ark interoper… 61 // NOTE #18602 (nikitayegorov) enable when numeric type casting is fixed for JS-calls-Ark interoper… 67 // NOTE #18602 (nikitayegorov) enable when numeric type casting is fixed for JS-calls-Ark interoper… 73 // NOTE #19091 (nikitayegorov) enable when casting to Ark char type is fixed 109 // NOTE #19086 (nikitayegorov) enable when tuple handling is fixed 115 // NOTE #19087 (nikitayegorov) enable when passing callables in fixed
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Errors.sts | 19 * @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 129 * Represents error that is thrown when Date is malformed
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | NodeUtils.spec.ts | 32 it('should return ture when node.parent is PropertyAssignment', function () { 38 it('should return ture when node.parent is ComputedPropertyName', function () { 44 it('should return ture when node.parent is BindingElement', function () { 50 it('should return ture when node.parent is PropertySignature', function () { 56 it('should return ture when node.parent is MethodSignature', function () { 62 it('should return ture when node.parent is EnumMember', function () { 68 it('should return ture when node.parent is PropertyDeclaration', function () { 74 it('should return ture when node.parent is MethodDeclaration', function () { 80 it('should return ture when node.parent is SetAccessorDeclaration', function () { 86 it('should return ture when node.parent is GetAccessorDeclaration', function () { [all …]
|
| D | KeepParameterUtils.spec.ts | 45 …it('Tester 1-2: When mKeepParameterNames is disabled, shouldKeepCurFileParamerters returns false',… 63 …it('Tester 1-3: When file is not declaration file, shouldKeepCurFileParamerters returns false', fu… 98 it('Tester 2-1: When node is undefined, shouldKeepParameter returns false', function () { 108 it('Tester 2-2: When node is not parameter, shouldKeepParameter returns false', function () { 119 …it('Tester 2-3: When node is parameter has no parent node, shouldKeepParameter returns false', fun… 129 it('Tester 2-4: When node is parameter, shouldKeepParameter returns true', function () { 139 it('Tester 2-5: When node is TypeParameter, shouldKeepParameter returns true', function () { 149 …it('Tester 2-6: When node is parameter and function name is not kept, shouldKeepParameter returns … 165 …it('Tester 2-7: When node is parameter and function name is kept, shouldKeepParameter returns true… 181 …it('Tester 2-8: When node is parameter and function name is kept, shouldKeepParameter returns true… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/ |
| D | code.test.ts | 34 it('should update isRunLoading state when setRunLoading is called', () => { 40 it('should update isCompileLoading state when setCompileLoading is called', () => { 46 it('should update code state when setCode is called', () => { 52 it('should update compileRes state when setCompileRes is called', () => { 62 it('should update runRes state when setRunRes is called', () => {
|
| D | logs.test.ts | 34 it('should update isRunLoading state when setRunLoading is called', () => { 40 it('should update isCompileLoading state when setCompileLoading is called', () => { 46 it('should update code state when setCode is called', () => { 52 it('should update compileRes state when setCompileRes is called', () => { 62 it('should update runRes state when setRunRes is called', () => {
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/ |
| D | value_dumper.rb | 36 when "str" 39 when "num" 41 when "bigint" 73 when :array, :iterable 82 when :tuple 91 when :trivial
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | enums.rb | 68 when 'AST_NODE_MAPPING' 70 when 'AST_NODE_REINTERPRET_MAPPING' 72 when 'SCOPE_TYPES' 78 when 'SCOPE_TYPES' 80 when 'DECLARATION_KINDS'
|
| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/ |
| D | aotcompilerproxy_unit.cpp | 113 * @tc.desc: AotCompilerProxy::AotCompiler(argsMap, sigData) when SendRequest fail 128 * @tc.desc: AotCompilerProxy::StopAotCompiler() when SendRequest fail 141 * @tc.desc: AotCompilerProxy::GetAOTVersion(sigData) when SendRequest fail 155 * @tc.desc: AotCompilerProxy::NeedReCompile(args, sigData) when SendRequest fail 170 * @tc.desc: AotCompilerProxy::AotCompiler(argsMap, sigData) when connect fail 186 * @tc.desc: AotCompilerProxy::AotCompiler(argsMap, sigData) when compile fail 206 * @tc.desc: AotCompilerProxy::AotCompiler(argsMap, sigData) when VECTOR_MAX_SIZE invalid 248 * @tc.desc: AotCompilerProxy::StopAotCompiler() when connect fail 261 * @tc.desc: AotCompilerProxy::StopAotCompiler() when stop fail 278 * @tc.desc: AotCompilerProxy::StopAotCompiler() when stop success [all …]
|
| /arkcompiler/ets_runtime/test/jittest/uncheck_float64_to_int32/ |
| D | uncheck_float64_to_int32.ts | 16 // Test scenario: No deopt check when storing a float value to an int typed array. 29 // Test scenario: No deopt check when performing logic shift on a float value. 42 // Test scenario: No deopt check when performing not on a float value. 54 // Test scenario: No deopt check when performing conversions between int32 and float64.
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2023_tests.txt | 236 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/ |
| D | stackful_coroutine_manager.h | 71 /// 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. 107 * @brief reuse a cached coroutine instance in case when coroutine pool is enabled 121 …xtract a coroutine instance from the pool for further reuse, returns nullptr in case when it is not 139 /// call when main coroutine is done executing its managed EP 178 * used only in case when --use-coroutine-pool=true
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_isa.h | 64 * ...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). 163 // It's worth noting that 0 will be returned when kBOR memopnd is input.
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 56 * \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/ |
| D | README.md | 4 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… 26 …When 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/compiler/optimizer/templates/ |
| D | IR-instructions.md.erb | 30 when 'NullCheck' 32 when 'ZeroCheck' 34 when 'BoundsCheck' 36 when 'NegativeCheck'
|