| /ark/js_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 80 // invoke RegExpConstructor method in CreateRegExpObjByPatternAndFlags() 87 // invoke RegExpConstructor method in HWTEST_F_L0() 106 // invoke RegExpConstructor method in HWTEST_F_L0() 123 // invoke RegExpConstructor method in HWTEST_F_L0() 140 // invoke RegExpConstructor method in HWTEST_F_L0() 158 // invoke RegExpConstructor method in HWTEST_F_L0() 175 // invoke RegExpConstructor method in HWTEST_F_L0() 181 // invoke GetSource method in HWTEST_F_L0() 192 // invoke RegExpConstructor method in HWTEST_F_L0() 198 // invoke GetSource method in HWTEST_F_L0() [all …]
|
| /ark/runtime_core/runtime/tests/ |
| D | method_test.cpp | 126 TEST_F(MethodTest, Invoke) in TEST_F() argument 179 // Invoke f calls interpreter in TEST_F() 182 Value v = f_method->Invoke(ManagedThread::GetCurrent(), args.data()); in TEST_F() 187 // Invoke f called compiled code in TEST_F() 191 v = f_method->Invoke(ManagedThread::GetCurrent(), args.data()); in TEST_F() 226 Value v = method->Invoke(ManagedThread::GetCurrent(), args.data()); in TEST_F() 505 Value v = main_method->Invoke(thread, args.data()); in TEST_F()
|
| /ark/js_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 323 // 2. Return Invoke(promise, "then", «undefined, onRejected»). in Catch() 335 return JSFunction::Invoke(thread, promise, thenKey, 2, arguments->GetArgv()); // 2: two args in Catch() 508 // i. Let nextPromise be Invoke(constructor, "resolve", «nextValue»). in PerformPromiseAll() 512 …JSTaggedValue taggedNextPromise = JSFunction::Invoke(thread, ctor, resolveKey, 1, arguments->GetAr… in PerformPromiseAll() 534 … // r. Let result be Invoke(nextPromise, "then", «resolveElement, resultCapability.[[Reject]]»). in PerformPromiseAll() 538 … JSFunction::Invoke(thread, nextPromise, thenKey, 2, arguments->GetArgv()); // 2: two args in PerformPromiseAll() 563 // h. Let nextPromise be Invoke(C, "resolve", «nextValue»). in PerformPromiseRace() 565 …// j. Let result be Invoke(nextPromise, "then", «promiseCapability.[[Resolve]], promiseCapabili… in PerformPromiseRace() 596 …JSTaggedValue result = JSFunction::Invoke(thread, constructor, resolveStr, 1, arguments->GetArgv()… in PerformPromiseRace() 606 …result = JSFunction::Invoke(thread, nextPromise, thenStr, 2, arguments->GetArgv()); // 2: two args in PerformPromiseRace()
|
| /ark/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 73 // invoke the entrypoint 161 // invoke the entrypoint
|
| D | interpreter_to_compiled_code_bridge_aarch64.S | 260 // invoke the method 422 // invoke the method
|
| D | compiled_code_to_interpreter_bridge_dyn_aarch64.S | 102 // invoke the method
|
| D | compiled_code_to_interpreter_bridge_aarch64.S | 106 // invoke the method
|
| /ark/js_runtime/ecmascript/ |
| D | js_invoker.cpp | 27 JSTaggedValue JsInvoker::Invoke(JSThread *thread) in Invoke() function in panda::ecmascript::JsInvoker
|
| D | js_invoker.h | 56 JSTaggedValue Invoke(JSThread *thread);
|
| D | js_iterator.cpp | 75 // 1.If value was not passed, then Let result be Invoke(iterator, "next", « »). in IteratorNext() 93 // 2.Let result be Invoke(iterator, "next", «value»). in IteratorNext()
|
| D | js_function.h | 85 static JSTaggedValue Invoke(JSThread *thread, const JSHandle<JSTaggedValue> &thisArg,
|
| /ark/js_runtime/ecmascript/tests/ |
| D | js_function_test.cpp | 133 HWTEST_F_L0(JSFunctionTest, Invoke) in HWTEST_F_L0() argument 152 JSTaggedValue res = JSFunction::Invoke(thread, callee, calleeKey, 1, arguments->GetArgv()); in HWTEST_F_L0()
|
| /ark/runtime_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_dyn_amd64.S | 84 // invoke the method 219 // invoke the entrypoint
|
| D | interpreter_to_compiled_code_bridge_amd64.S | 365 // invoke the method 568 // invoke the method
|
| /ark/runtime_core/runtime/include/ |
| D | method.h | 199 * Invoke the method as a static method. 202 Value Invoke(ManagedThread *thread, Value *args, bool proxy_call = false); 206 Invoke(thread, args); in InvokeVoid() 210 * Invoke the method as a dynamic function.
|
| D | method-inl.h | 123 LOG(DEBUG, INTERPRETER) << "Invoke entry: " << GetFullName(); in InvokeInterpretedCode() 159 LOG(DEBUG, INTERPRETER) << "Invoke exit: " << GetFullName(); in InvokeInterpretedCode()
|
| /ark/runtime_core/runtime/tests/arch/amd64/ |
| D | invokation_helper.S | 80 // invoke
|
| /ark/runtime_core/runtime/ |
| D | handle_base.h | 61 * jshandle->method(); // to invoke method of T
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | call.virt.short.yaml | 105 …Invoke virtual method with different amount (0 or 1) and type of argument. Primitives and referenc… 278 …Invoke virtual method with different pseudo-random values and check if correct value is stored in … 501 Invoke virtual method and check if registers after calling is restored.
|
| D | call.virt.range_base.yaml | 79 …Invoke virtual method with different amount (0, 1, 2 or 3) and type of argument. Primitives and re… 284 …Invoke virtual method with different pseudo-random values and check if correct value is stored in … 564 Invoke virtual method and check if registers after calling is restored.
|
| D | call.virt.yaml | 80 …Invoke virtual method with different amount (0, 1, 2 or 3) and type of argument. Primitives and re… 302 …Invoke virtual method with different pseudo-random values and check if correct value is stored in … 572 Invoke virtual method and check if registers after calling is restored.
|
| D | call.virt.range.yaml | 176 …Invoke virtual method with different pseudo-random values and check if correct value is stored in … 197 …st - generate pseudo-random values, store to registers as primitive/objects and invoke R.storeValue
|
| /ark/js_runtime/ecmascript/ic/ |
| D | invoke_cache.cpp | 20 // Build the infrastructure and wait for TS to invoke.
|
| /ark/runtime_core/runtime/interpreter/ |
| D | runtime_interface.h | 164 return method->Invoke(thread, args); in InvokeMethod()
|
| /ark/runtime_core/runtime/core/ |
| D | core_vm.cpp | 242 Value v = entrypoint->Invoke(thread, &arg_val); in InvokeEntrypointImpl()
|