Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/newobjdynrange/
Dnewobjdynrange.js22 function foo(arg1, arg2) { argument
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp67 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
139 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
167 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
197 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
240 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
318 JSTaggedValue arg2(static_cast<uint32_t>(-286)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js39 function addArguments(arg1, arg2) { argument
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dcall.test.ts68 let arg2 = new VReg(); variable
/arkcompiler/runtime_core/runtime/arch/aarch64/
Dhelpers_aarch64.S149 .macro LOG3 fmt, arg1, arg2
/arkcompiler/runtime_core/runtime/tests/
Di2c_bridge_test.cpp1381 …aggedValue ThreeArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_t arg2) in ThreeArgDyn()
1439 int64_t arg2 = va_arg(args, int64_t); in ThreeVarArgDyn() local
1478 …urArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_t arg2, int64_t arg3) in FourArgDyn()
1538 int64_t arg2 = va_arg(args, int64_t); in FourVarArgDyn() local
1580 …veArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_t arg2, int64_t arg3, in FiveArgDyn()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp182 JSHandle<JSTaggedValue> arg2 = GetCallArg(argv, 1); in ParseInt() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp122 const double arg2 = 66; in HWTEST_F_L0() local
148 const double arg2 = 66; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp130 GateRef arg2 = GetCallArg2(); in CallSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp449 Register arg2 = __ CppJSCallAvailableRegister1(); in JSCallCommonFastPath() local
452 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1208 VReg arg2 = arg1 + 1; in CallThis() local
1247 VReg arg2 = arg1 + 1; in Call() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp663 Register arg2(X2); in CallOptimziedMethodInternal() local
Dasm_interpreter_call.cpp214 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath() local