Home
last modified time | relevance | path

Searched full:invoke (Results 1 – 25 of 195) sorted by relevance

12345678

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.polymorphic.range.yaml25 .record panda.invoke.MethodHandles <external>
26 .record panda.invoke.MethodHandles$Lookup <external>
27 .record panda.invoke.MethodHandle <external>
28 .record panda.invoke.VarHandle <external>
29 .record panda.invoke.MethodType <external>
35 … .function panda.invoke.MethodHandles$Lookup panda.invoke.MethodHandles.lookup() <external, static>
36 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findStatic(panda.invoke.MethodHandles$Look…
37 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findVirtual(panda.invoke.MethodHandles$Loo…
38 ….function panda.invoke.VarHandle panda.invoke.MethodHandles$Lookup.findVarHandle(panda.invoke.Meth…
86 ….function i32 panda.invoke.MethodHandle.invoke(panda.invoke.MethodHandle a0, R a1, R a2, R a3) <ex…
[all …]
Dcall.polymorphic.yaml25 .record panda.invoke.MethodHandles <external>
26 .record panda.invoke.MethodHandles$Lookup <external>
27 .record panda.invoke.MethodHandle <external>
28 .record panda.invoke.VarHandle <external>
29 .record panda.invoke.MethodType <external>
35 … .function panda.invoke.MethodHandles$Lookup panda.invoke.MethodHandles.lookup() <external, static>
36 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findStatic(panda.invoke.MethodHandles$Look…
37 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findVirtual(panda.invoke.MethodHandles$Loo…
38 ….function panda.invoke.VarHandle panda.invoke.MethodHandles$Lookup.findVarHandle(panda.invoke.Meth…
86 ….function i32 panda.invoke.MethodHandle.invoke(panda.invoke.MethodHandle a0, R a1, R a2, R a3) <ex…
[all …]
Dcall.polymorphic.short.yaml25 .record panda.invoke.MethodHandles <external>
26 .record panda.invoke.MethodHandles$Lookup <external>
27 .record panda.invoke.MethodHandle <external>
28 .record panda.invoke.VarHandle <external>
29 .record panda.invoke.MethodType <external>
35 … .function panda.invoke.MethodHandles$Lookup panda.invoke.MethodHandles.lookup() <external, static>
36 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findStatic(panda.invoke.MethodHandles$Look…
37 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findVirtual(panda.invoke.MethodHandles$Loo…
38 ….function panda.invoke.VarHandle panda.invoke.MethodHandles$Lookup.findVarHandle(panda.invoke.Meth…
86 … .function i32 panda.invoke.MethodHandle.invoke(panda.invoke.MethodHandle a0, R a1) <external>
[all …]
Dcalle.polymorphic.range.yaml25 .record panda.invoke.MethodHandles <external>
26 .record panda.invoke.MethodHandles$Lookup <external>
27 .record panda.invoke.MethodHandle <external>
28 .record panda.invoke.VarHandle <external>
29 .record panda.invoke.MethodType <external>
35 … .function panda.invoke.MethodHandles$Lookup panda.invoke.MethodHandles.lookup() <external, static>
36 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findStatic(panda.invoke.MethodHandles$Look…
37 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findVirtual(panda.invoke.MethodHandles$Loo…
38 ….function panda.invoke.VarHandle panda.invoke.MethodHandles$Lookup.findVarHandle(panda.invoke.Meth…
86 ….function i32 panda.invoke.MethodHandle.invokeExact(panda.invoke.MethodHandle a0, R a1, R a2, R a3…
[all …]
Dcalle.polymorphic.yaml25 .record panda.invoke.MethodHandles <external>
26 .record panda.invoke.MethodHandles$Lookup <external>
27 .record panda.invoke.MethodHandle <external>
28 .record panda.invoke.VarHandle <external>
29 .record panda.invoke.MethodType <external>
35 … .function panda.invoke.MethodHandles$Lookup panda.invoke.MethodHandles.lookup() <external, static>
36 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findStatic(panda.invoke.MethodHandles$Look…
37 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findVirtual(panda.invoke.MethodHandles$Loo…
38 ….function panda.invoke.VarHandle panda.invoke.MethodHandles$Lookup.findVarHandle(panda.invoke.Meth…
86 ….function i32 panda.invoke.MethodHandle.invokeExact(panda.invoke.MethodHandle a0, R a1, R a2, R a3…
[all …]
Dcalle.polymorphic.short.yaml25 .record panda.invoke.MethodHandles <external>
26 .record panda.invoke.MethodHandles$Lookup <external>
27 .record panda.invoke.MethodHandle <external>
28 .record panda.invoke.MethodType <external>
34 … .function panda.invoke.MethodHandles$Lookup panda.invoke.MethodHandles.lookup() <external, static>
35 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findStatic(panda.invoke.MethodHandles$Look…
36 …a.invoke.MethodHandle panda.invoke.MethodHandles$Lookup.findVirtual(panda.invoke.MethodHandles$Loo…
76 … .function i32 panda.invoke.MethodHandle.invokeExact(panda.invoke.MethodHandle a0, R a1) <external>
82 - 'panda.invoke.MethodHandle.invokeExact, v16, v2'
84 - 'panda.invoke.MethodHandle.invokeExact, v1, v16'
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/callable-classes/
Dtype-call-expression-with-param_4.sts28 static invoke(val: int) { counter = val; }
29 static invoke(val: String) { name = val; }
30 static invoke(val: number) { pi = val; }
37 CallMeTrinity.invoke("Trinity");
38 CallMeTrinity.invoke(42);
39 CallMeTrinity.invoke(3.14159265358)
Dtype-call-expression-with-param_0.sts25 static invoke() { counter++; }
26 static invoke(assign: int) { counter += assign; }
31 CallMeTrinity.invoke(3);
Dtype-call-expression-with-param_1.sts26 static invoke() { counter++; }
27 static invoke(...assign: int[]) { counter += assign.length; }
32 CallMeTrinity.invoke(3);
Dtype-call-expression-short-with-param_1.sts27 static invoke(val: int) { counter = val; }
28 static invoke(val: String) { name = val; }
29 static invoke(val: number) { pi = val; }
Dtype-call-expression.sts25 static invoke() { counter++; }
30 CallMeTrinity.invoke();
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DErrors.sts26 static invoke(message?: String, options?: ErrorOptions): EvalError {
30 static invoke(message: String): EvalError {
43 static invoke(message?: String, options?: ErrorOptions): TypeError {
47 static invoke(message: String): TypeError {
60 static invoke(message?: String, options?: ErrorOptions): ReferenceError {
64 static invoke(message: String): ReferenceError {
77 static invoke(message?: String, options?: ErrorOptions): URIError {
81 static invoke(message: String): URIError {
124 … static invoke(errors: Iterable<Error>, message?: String, options?: ErrorOptions): AggregateError {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.sts23 //! INST /CallStatic.*jscall::invoke/
26 //! INST_NEXT /CallStatic.*jscall::invoke/
28 //! INST_NEXT /CallStatic.*jscall::invoke/
35 //! INST_NOT /CallStatic.*jscall::invoke/
69 //! INST /CallStatic.*jscall::invoke/
72 //! INST_NEXT /CallStatic.*jscall::invoke/
74 //! INST_NEXT /CallStatic.*jscall::invoke/
82 //! INST_NOT /CallStatic.*jscall::invoke/
126 //! INST_COUNT /CallStatic.*jscall::invoke/, 6
134 //! INST_NOT /CallStatic.*jscall::invoke/
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_operations/
Dclass_operations_frontend.sts29 //! INST_NOT /CallStatic.*jscall::invoke/
40 //! INST_NOT /CallStatic.*jsnew::invoke/
62 //! INST_NOT /CallStatic.*jscall::invoke/
73 //! INST_NOT /CallStatic.*jsnew::invoke/
74 //! INST_NOT /CallStatic.*jscall::invoke/
96 //! INST_NOT /CallStatic.*jsnew::invoke/
116 //! INST_NOT /CallStatic.*jsnew::invoke/
139 //! INST_NOT /CallStatic.*jsnew::invoke/
140 //! INST_NOT /CallStatic.*jscall::invoke/
159 //! INST_NOT /CallStatic.*jsnew::invoke/
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_utils.cpp40 EtsMethod *invoke = lambda->GetClass()->GetMethod("invoke"); in InvokeVoid() local
41 if (invoke == nullptr) { in InvokeVoid()
42 LOG(FATAL, RUNTIME) << "No method 'invoke' found"; in InvokeVoid()
46 invoke->GetPandaMethod()->InvokeVoid(coro, &arg); in InvokeVoid()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp41 // invoke RegExpConstructor method in HWTEST_F_L0()
60 // invoke RegExpConstructor method in HWTEST_F_L0()
77 // invoke RegExpConstructor method in HWTEST_F_L0()
95 // invoke RegExpConstructor method in HWTEST_F_L0()
113 // invoke RegExpConstructor method in HWTEST_F_L0()
130 // invoke RegExpConstructor method in HWTEST_F_L0()
136 // invoke GetSource method in HWTEST_F_L0()
147 // invoke RegExpConstructor method in HWTEST_F_L0()
153 // invoke GetSource method in HWTEST_F_L0()
163 // invoke RegExpConstructor method in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DTypeMethodInvoke.sts32 const res = sum.invoke(null, args) as Long
42 assert getIsEvenPlusX.invoke(c, args) as Boolean == true
45 assert getIsEvenPlusX.invoke(c, args) as Boolean == false
48 assert getIsEvenPlusX.invoke(c, args) as Boolean == true
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/
Darkts-mockup.sts17 // TODO: inheriting static invoke with type parameters causes es2panda crash
20 console.println("Executing invoke")
47 console.println("Executing invoke")
65 console.println("Executing invoke")
/arkcompiler/runtime_core/static_core/docs/coroutines/
Dcoro_seq.plantuml7 CoroutineManager -> "Coroutine: main": Invoke "main"
13 CoroutineManager -> "Coroutine: foo": Invoke "foo"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/example/
Dstrings.sts20 //! INST /CallStatic.*jscall::invoke/
28 //! INST_NOT /CallStatic.*jscall::invoke/
46 //! INST /CallStatic.*jscall::invoke/
56 //! INST_NOT /CallStatic.*jscall::invoke/
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dstatic-invoke.sts20 static invoke(): int {
30 static invoke(a: int): int {
36 static invoke(cb: ()=>void): int {
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.cpp44 …auto *invoke = AsETSObjectType()->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>("invoke"); in IsLambdaObject() local
45 … if (invoke != nullptr && invoke->TsType() != nullptr && invoke->TsType()->IsETSFunctionType()) { in IsLambdaObject()
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe14.md33 public invoke(someArg: number): string {
42 console.log(fn.description + " returned " + fn.invoke(6))
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/static_invoke_tests/
Dstatic_invoke_coexist_invoke_method_2.sts17 static invoke(): int {
33 /* @@? 29:24 Error TypeError: Static invoke method and static instantiate method both exist in clas…
Dstatic_invoke_coexist_invoke_method_4.sts17 static invoke(): int {
26 /* @@? 16:1 Error TypeError: Static invoke method and static instantiate method both exist in class…

12345678