| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | entrypoints_bridge_asm_macro.inl.erb | 25 % implementation = intrn.impl.rpartition("::").last 26 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic 27 ENTRYPOINT <%= implementation %>Bridge, <%= implementation %>, <%= intrn.impl_signature.args.count.… 28 // Default implementation for virtually called intrinsics from compiled frame 29 ENTRYPOINT <%= implementation %>CompiledAbiBridge, <%= implementation %>CompiledAbi, <%= (intrn.imp… 31 BRIDGE_SELECTOR <%= implementation %>BridgeSelectorEntryPoint, <%= implementation %>CompiledAbi, <%… 33 % implementation = intrn.fast_path if intrn.respond_to?(:fast_path) 38 RUNTIME_CALL_CHECKER <%= implementation %>RuntimeCallChecker, <%= implementation %>
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | entrypoints_bridge_asm_macro.inl.erb | 24 % implementation = intrn.impl.rpartition("::").last 25 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic 26 ENTRYPOINT <%= implementation %>Bridge, <%= implementation %>, <%= intrn.impl_signature.args.count.… 27 // Default implementation for virtually called intrinsics from compiled frame 28 ENTRYPOINT <%= implementation %>CompiledAbiBridge, <%= implementation %>CompiledAbi, <%= (intrn.imp… 30 BRIDGE_SELECTOR <%= implementation %>BridgeSelectorEntryPoint, <%= implementation %>CompiledAbi, <%… 32 % implementation = intrn.fast_path if intrn.respond_to?(:fast_path) 38 RUNTIME_CALL_CHECKER <%= implementation %>RuntimeCallChecker, <%= implementation %>
|
| /arkcompiler/runtime_core/libabckit/tests/stress/ |
| D | fail_list_test262.json | 2 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/asm/sqlite3/sqlite-change-heap.js": "13… 3 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/asm/sqlite3/sqlite-pointer-masking.js":… 4 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/asm/sqlite3/sqlite-safe-heap.js": "139", 5 "/tmp/abckit_test262/implementation-contributed/v8/mjsunit/asm/sqlite3/sqlite.js": "139", 6 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/regress/wasm/regress-810973b.js": "137", 7 "/tmp/abckit_test262/implementation-contributed/v8/mjsunit/regress/regress-5454.js": "139", 8 "/tmp/abckit_test262/implementation-contributed/v8/mjsunit/es6/destructuring.js": "139"
|
| D | fail_list_harness_with_runtime.json | 2 "/tmp/abckit_test262/implementation-contributed/v8/mjsunit/es6/destructuring.js": 1, 3 "/tmp/abckit_test262/implementation-contributed/v8/mjsunit/regress/regress-5454.js": 1, 4 "/tmp/abckit_test262/implementation-contributed/v8/mjsunit/regress/wasm/regress-810973b.js": 137,
|
| D | options_list.json | 2 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/asm/embenchen/zlib.js": ["--memory-size… 3 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/harmony/well-formed-json-stringify-chec… 4 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/harmony/well-formed-json-stringify-unch… 5 …"/tmp/abckit_test262/implementation-contributed/v8/mjsunit/third_party/regexp-pcre/regexp-pcre.js"…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/ |
| D | ambient_annotations_bad_type03.sts | 21 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 22 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 23 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 24 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 25 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 26 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 27 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 28 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */ 29 …otation 'ClassAuthor' is declared in the ambient declaration but missing in the implementation. */
|
| /arkcompiler/runtime_core/libabckit/doc/ |
| D | implementation_description.md | 1 # Implementation description 10 2. [C API and C++ implementation](#c-api-and-c-implementation) 15 7. [Data structures (context) implementation](#data-structures-context-implementation) 34 ## C API and C++ implementation 84 2. C++ implementations for above APIs, in most cases implementation is just dispatch between dynami… 85 3. Runtime specific implementation: 86 1. Dynamic runtime implementation 87 2. Static runtime implementation 105 … (./include/c)| | 2. API implementation (./src/) | | 3.1 Dynamic runt… 117 … | 3.2 Static runtime implementation (./src/adapter_static/) | [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/09.function_overload_signatures/ |
| D | overload_neg.params.yaml | 17 // CTE: implementation is missing 25 // CTE: implementation does not immediately follow the declarations 38 // CTE: implementation is not compatible with the declarations 48 // CTE: implementation is not compatible with the declarations
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | design-of-interpreter.md | 14 | Specification / Implementation | Provides relevant links. | 65 ### Specification / Implementation 67 Please find the implementation of the instruction set architecture [here](../isa/isa.yaml). 108 ### Specification / Implementation 136 1. The "nativeness" of the language implementation to the platform. A language that is 150 ### Specification / Implementation 152 Please find the reference implementation [here](../runtime/interpreter). 171 but this is an implementation detail which is hidden behind the interfaces 191 portability of managed applications. Configurable virtual stack implementation relaxes this 194 ### Specification / Implementation [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 14 | Specification / Implementation | Provides relevant links. | 65 ### Specification / Implementation 67 Please find the implementation of the instruction set architecture [here](../isa/isa.yaml). 108 ### Specification / Implementation 136 1. The "nativeness" of the language implementation to the platform. A language that is 150 ### Specification / Implementation 152 Please find the reference implementation [here](../runtime/interpreter). 171 but this is an implementation detail which is hidden behind the interfaces 191 portability of managed applications. Configurable virtual stack implementation relaxes this 194 ### Specification / Implementation [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/ |
| D | sampler.md | 5 Current implementation allows profiling only the whole application from start till end. Gathered in… 19 ## Implementation section in ArkTS Sampling Profiler 23 Implementation requires starting two separate threads denoted as `SamplerThread` and `ListenerThrea…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 10_interfaces.rst | 38 implementation 63 direct implementation 86 implementation 165 implementation 261 - All these methods refer to the same implementation, and this default 262 implementation is the current class method. 281 // OK, as foo() from I3 and foo() from I4 refer to the same implementation 292 implementation 430 implementation 542 foo(x?: string): void { // implementation method [all …]
|
| D | 20_implementation.rst | 15 Implementation Details 22 Important implementation details are discussed in this section. 45 implementation 132 The list of supported methods is defined by the compiler implementation. 148 implementation 168 runtime implementation
|
| D | 9_classes.rst | 22 of their implementation. 43 implementation 373 .. _Class Implementation Clause: 375 Class Implementation Clause 404 implementation 484 - All these methods refer to the same implementation, and this default 485 implementation is the current class method. 504 // OK, as foo() from I3 and foo() from I4 refer to the same implementation 520 implementation 528 implementation [all …]
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 49 …emory usage. ArkCompiler JS Runtime is required to provide the Actor implementation that features … 51 …implementation, it is common for C/C++ code to access and operate TS objects in OpenHarmony. ArkCo…
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | global_handle_storage.h | 96 // TaggedType has been specialized for js, Other types are empty implementation 99 // TaggedType has been specialized for js, Other types are empty implementation 102 // TaggedType has been specialized for js, Other types are empty implementation 107 // TaggedType has been specialized for js, Other types are empty implementation
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | inlining.md | 19 is instance of some class, that, in turn, determines which implementation of the method should be c… 41 the analysis is a flag in Method class, that indicates that method has a single implementation. 68 …ted. Thus we can't apply the rule: abstract method does not break Single Implementation flag of the 72 devirtualized method still has Single Implementation flag. 75 devirtualized method, f.e. inline. Once method lost Single Implementation flag, CHA searches this m…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_overload_signatures/ |
| D | constructor_implementation.sts | 21 several constructor headers which are followed by one constructor implementation body. 22 …A compile-time error occurs if the constructor implementation is not present, or does not immediat…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArrayAlgorithms.sts | 34 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 72 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 87 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 125 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 200 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 238 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 253 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 291 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 366 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 404 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | Array_builtin_algorithms.sts.j2 | 38 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 76 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 91 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 129 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 144 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 182 …nd a lower bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 197 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma… 235 …nd a upper bound of a key. Has to be sorted, otherwise the answer is implementation-defined and ma…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-constructor4-expected.txt | 1 SyntaxError: Constructor implementation is missing. [test-class-constructor4.ts:18:5]
|
| D | test-class-constructor1-expected.txt | 1 SyntaxError: Constructor implementation is missing. [test-class-constructor1.ts:20:5]
|
| D | test-class-constructor2-expected.txt | 1 SyntaxError: Constructor implementation is missing. [test-class-constructor2.ts:21:5]
|
| D | test-class-constructor6-expected.txt | 1 SyntaxError: Constructor implementation is missing. [test-class-constructor6.ts:19:5]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_imm_valid.cpp | 69 … DEBUG_ASSERT(expectedOutcome, "incorrect implementation: not valid value but returning true"); in IsBitmaskImmediate() 81 DEBUG_ASSERT(!expectedOutcome, "incorrect implementation: valid value but returning false"); in IsBitmaskImmediate() 89 …DEBUG_ASSERT(expectedOutcome == ret, "incorrect implementation: return value does not match expect… in IsBitmaskImmediate()
|