Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 1192) sorted by relevance

12345678910>>...48

/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h265 * @note Valid targets: `ABCKIT_TARGET_TS`, `ABCKIT_TARGET_JS`, `ABCKIT_TARGET_ARK_TS_V1`.
272 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
273 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is not Intrinsic.
274 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Intrinsic opcode is not GETMODULENAMESPACE or
284 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
285 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `md` is NULL.
286 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is not Intrinsic.
287 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Intrinsic opcode is not GETMODULENAMESPACE or
289 …* @note Set `ABCKIT_STATUS_WRONG_CTX` error if corresponding `AbckitFile`s owning `inst` and `md` …
297 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
[all …]
Disa_static.h134 * @note Valid targets: `ABCKIT_TARGET_ARK_TS_V2`.
141 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitInst *inst is NULL.
150 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitInst *inst is NULL.
151 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitCoreClass *klass is NULL.
159 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitInst *inst is NULL.
168 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitInst *inst is NULL.
176 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitInst *inst is NULL.
186 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitInst *inst is NULL.
195 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitInst *inst is NULL.
205 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if AbckitGraph *graph is NULL.
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dbasic_block.h74 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `basicBlock` is NULL.
75 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `cb` is NULL.
82 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `basicBlock` is NULL.
83 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `cb` is NULL.
90 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if basicBlock is NULL.
117 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if basicBlock is NULL.
118 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
119 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is constant.
120 …* @note Set `ABCKIT_STATUS_WRONG_CTX` error if corresponding `AbckitGraphs`s owning basicBlock and…
122 * @note Allocates
[all …]
Dinstruction.h102 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `bool(*this)` results in `false`
109 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `bool(*this)` results in `false`
110 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `Instruction` is not a constant instruction.
111 … * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `Instruction` is not I64 constant instruction.
142 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `bool(*this)` results in `false`
177 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `bool(*this)` results in `false`
184 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `Instruction` is false.
185 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `Instruction` has no LiteralArray argument.
192 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `Instruction` is false.
199 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `Instruction` is false.
[all …]
Dfile.h120 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if current File is false.
128 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if current File is false.
136 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if current File is false.
144 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if current File is false.
145 * @note Allocates
153 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if current File is false.
154 * @note Allocates
162 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if current File is false.
163 * @note Allocates
171 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if current File is false.
[all …]
Dliteral.h72 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
79 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
89 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
96 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
103 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
110 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
117 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
124 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
131 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
138 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
Dasync_lock.plantuml27 note left of AsyncLock::"AsyncLock request(name: string);"
29 end note
31 note left of AsyncLock::"query(id?: number|string): AsyncLockState[];"
34 end note
41 note right of AsyncLockMode::"SHARED"
43 end note
45 note right of AsyncLockMode::"EXCLUSIVE"
47 end note
55 note right of AsyncLockOptions::"isAvailable?"
57 end note
[all …]
Dos_based_lock_deadlock_seq.plantuml28 note left
30 end note
32 note right
34 end note
36 note left
38 end note
40 note right
42 end note
48 note left #red
50 end note
[all …]
/arkcompiler/runtime_core/libabckit/include/c/
Dir_core.h75 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
83 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
95 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
103 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
111 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
123 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
124 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `cb` is NULL.
133 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
134 …* @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if there is no basic block with given `id` in `grap…
143 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
[all …]
Dmetadata_core.h64 * NOTE: Extend for other module types.
88 /* NOTE: (knazarov) may need to prune this enum in order to only expose user-friendly literal types…
150 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `file` is NULL.
163 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `file` is NULL.
164 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `cb` is NULL.
177 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `file` is NULL.
178 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `cb` is NULL.
192 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `value` is NULL.
204 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `t` is NULL.
212 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `t` is NULL.
[all …]
Dabckit.h54 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `path` is NULL.
55 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `path` doesn't point to a valid abc file.
56 * @note Allocates
66 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `file` is NULL.
67 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `path` is NULL.
68 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `path` is not valid.
69 * @note Allocates
77 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `file` is NULL.
85 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `graph` is NULL.
94 …* @note Set `ABCKIT_STATUS_UNKNOWN_API_VERSION` error if `version` value is not in the `AbckitApiV…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp29 // NOTE(oignatenko) uncomment Array_TestJSLength code after interop is implemented from JS to eTS
53 // NOTE(oignatenko) uncomment Array_TestJSSlice code after interop is implemented from JS to eTS
60 // NOTE(oignatenko) uncomment Array_TestJSSplice code after interop is implemented from JS to eTS
67 // NOTE(oignatenko) uncomment test_to_spliced.js code after recent regression making it work in pla…
74 // NOTE(oignatenko) uncomment Array_TestJSCopyWithin code after interop is implemented from JS to e…
81 // NOTE(oignatenko) uncomment Array_TestJSWith code after interop is implemented from JS to eTS
94 // NOTE(oignatenko) uncomment Array_TestJSToReversed code after interop is implemented from JS to e…
101 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
107 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
113 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dfunction.h97 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
105 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Function is false.
106 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Graph itself is false.
107 …* @note Set `ABCKIT_STATUS_WRONG_CTX` error if corresponding `File`s owning `function` and `graph`…
109 * @note Allocates
116 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
123 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
130 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
137 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
144 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
[all …]
Dmodule.h92 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
99 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
106 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
113 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
120 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
127 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
134 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
141 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
148 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
155 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
[all …]
/arkcompiler/runtime_core/libabckit/include/c/extensions/arkts/
Dmetadata_arkts.h80 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `m` is NULL.
89 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `m` is NULL.
90 …* @note Set `ABCKIT_STATUS_WRONG_TARGET` error if `m` is does not have `ABCKIT_TARGET_ARK_TS_V1` or
104 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `ns` is NULL.
113 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `ns` is NULL.
114 …* @note Set `ABCKIT_STATUS_WRONG_TARGET` error if `ns` is does not have `ABCKIT_TARGET_ARK_TS_V1` …
123 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `ns` is NULL.
124 …* @note Set `ABCKIT_STATUS_WRONG_TARGET` error if `ns` is does not have `ABCKIT_TARGET_ARK_TS_V1` …
137 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `id` is NULL.
146 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `id` is NULL.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_es_checked/
Dmap.yaml26 excluded: true # NOTE (#24570): align test with new tuple types
29 excluded: true # NOTE (#24570): align test with new tuple types
34 excluded: true # NOTE (#24570): align test with new tuple types
37 excluded: true # NOTE (#24570): align test with new tuple types
39 excluded: true # NOTE (#24570): align test with new tuple types
45 excluded: true # NOTE (#24570): align test with new tuple types
49 excluded: true # NOTE (#24570): align test with new tuple types
53 excluded: true # NOTE (#24570): align test with new tuple types
57 excluded: true # NOTE (#24570): align test with new tuple types
65 excluded: true # NOTE (#24570): align test with new tuple types
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/
Darg_type.cpp23 // NOTE(oignatenko) return and arg types any, unknown, undefined need real TS because transpiling c…
27 // Note this also covers scenario of return type any in TEST_F()
33 // Note this also covers scenario of return type unknown in TEST_F()
39 // Note this also covers scenario of return type undefined in TEST_F()
90 // NOTE (nikitayegorov) Negative test, causes InteropCtx::Fatal by design.
101 // NOTE (nikitayegorov) Negative test, causes InteropCtx::Fatal by design.
112 // NOTE (nikitayegorov) Negative test, causes InteropCtx::Fatal by design.
123 // NOTE (nikitayegorov) Negative test, causes InteropCtx::Fatal by design.
129 // NOTE #18627 (nikitayegorov) Enable when ArkTS -> JS floating point precision is fixed
135 // NOTE (nikitayegorov) Negative test, causes InteropCtx::Fatal by design.
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dmodule.h88 * @note Allocates
89 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `imported` is false.
90 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
99 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
100 … * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Module does not have the import descriptor `id`.
101 …* @note Set `ABCKIT_STATUS_UNSUPPORTED` error if Module doesn't have `ABCKIT_TARGET_ARK_TS_V1` tar…
113 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
114 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `exported` is false.
123 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
124 … * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Module does not have the export descriptor `ed`.
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/js/
Dmodule.h85 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `imported` is false.
86 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
87 * @note Allocates
95 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
96 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `id` is false.
97 … * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Module does not have the import descriptor `id`.
107 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `exported` is false.
108 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
109 * @note Allocates
117 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if view itself is false.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/
Dgeneric_call_params.cpp23 // NOTE: issue (18006) fix function as param
28 // NOTE: issue (18006) fix function as param
33 // NOTE: issue (18006) fix function as param
38 // NOTE: issue (18006) fix function as param
43 // NOTE: issue (18007) fix primitive constrain
48 // NOTE: issue (18006) fix function as param
53 // NOTE: issue (18006) fix function as param
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dot_operator/ts_to_sts/optional_operator/
Doptional_operator.cpp27 // NOTE (17745) - enable after fix alias undefined
32 // NOTE: (alexanderpolenov) issue(18238) access by string index
37 // NOTE: (alexanderpolenov) issue(18238) access by string index
47 // NOTE (17745) - enable after fix alias undefined
52 // NOTE: (alexanderpolenov) issue(18238) access by string index
57 // NOTE: (alexanderpolenov) issue(18238) access by string index
62 // NOTE (alexanderpolenov) issue(18447) enable after fix call function with ?. operator
72 // NOTE: (alexanderpolenov) issue(18238) access by string index
77 // NOTE: (alexanderpolenov) issue(18238) access by string index
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dtests.cpp23 // NOTE Disabled until #17693 is resolved
31 // NOTE Disabled until #17693 is resolved
39 // NOTE Disabled until #17693 is resolved
47 // NOTE Disabled until #17693 is resolved
55 // NOTE Disabled until #17693 is resolved
63 // NOTE Disabled until #17693 is resolved
71 // NOTE Disabled until #17693 is resolved
79 // NOTE Disabled until #17693 is resolved
87 // NOTE Disabled until #17693 is resolved
95 // NOTE Disabled until #17693 is resolved
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/indirect_call/package_indirect_ref/
Dindirect_ref.cpp42 // NOTE (#24570): fix interop tests with tuples
47 // NOTE (#24570): fix interop tests with tuples
52 // NOTE (#24570): fix interop tests with tuples
57 // NOTE (#24570): fix interop tests with tuples
63 // NOTE #17852 enable this after interop is implemented in this direction
69 // NOTE #17852 enable this after interop is implemented in this direction
75 // NOTE #17852 enable this after interop is implemented in this direction
81 // NOTE #17852 enable this after interop is implemented in this direction
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/ts_to_sts/conversion_big_int/
Dconversion_big_int.cpp27 // NOTE issue (17741) - enable this after fix import bigInt
32 // NOTE issue (17741) - enable this after fix import bigInt
37 // NOTE issue (17741) - enable this after fix import bigInt
42 // NOTE issue (17741) - enable this after fix import bigInt
47 // NOTE issue (17741) - enable this after fix import bigInt
52 // NOTE issue (17741) - enable this after fix import bigInt
57 // NOTE issue (17741) - enable this after fix import bigInt
62 // NOTE issue (17741) - enable this after fix import bigInt
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.cpp108 // NOTE #15888 enable this after interop is implemented for eTS getter use in JS
119 // NOTE #15889 enable this after interop is implemented for eTS setter use in JS
170 // NOTE(oignatenko) return and arg types any, unknown, undefined need real TS because transpiling c…
174 // Note this also covers scenario of return type any in TEST_F()
180 // Note this also covers scenario of return type unknown in TEST_F()
186 // Note this also covers scenario of return type undefined in TEST_F()
189 // NOTE (#24570): fix interop tests with tuple
195 // NOTE #15890 enable this after interop is implemented in this direction
294 // NOTE #16812 enable this after interop is implemented in this direction
305 // NOTE #16103 enable this after interop is implemented for interrface arguments
[all …]

12345678910>>...48