Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp66 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
138 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
166 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
196 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
239 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
283 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
300 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
317 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
339 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
355 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
[all …]
Dic_compareop_test.cpp67 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
127 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
194 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
261 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
330 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
399 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/newobjdynrange/
Dnewobjdynrange.js22 function foo(arg1, arg2) { argument
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dcall.test.ts90 let arg1 = new VReg(); variable
150 let arg1 = new VReg(); variable
DtypeOf.test.ts56 let arg1 = new VReg(); variable
Dnew.test.ts78 let arg1 = new VReg(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp78 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
100 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
146 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
169 auto arg1 = builder.Arguments(2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js39 function addArguments(arg1, arg2) { argument
/arkcompiler/runtime_core/runtime/tests/
Di2c_bridge_test.cpp1292 static TaggedValue TwoArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1) in TwoArgDyn()
1344 int64_t arg1 = va_arg(args, int64_t); in TwoVarArgDyn() local
1381 static TaggedValue ThreeArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64… in ThreeArgDyn()
1438 int64_t arg1 = va_arg(args, int64_t); in ThreeVarArgDyn() local
1478 static TaggedValue FourArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_… in FourArgDyn()
1537 int64_t arg1 = va_arg(args, int64_t); in FourVarArgDyn() local
1580 static TaggedValue FiveArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_… in FiveArgDyn()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp121 GateRef arg1 = GetCallArg1(); in CallSlowPath() local
129 GateRef arg1 = GetCallArg1(); in CallSlowPath() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1201 VReg arg1 = arg0 + 1; in CallThis() local
1207 VReg arg1 = arg0 + 1; in CallThis() local
1240 VReg arg1 = arg0 + 1; in Call() local
1246 VReg arg1 = arg0 + 1; in Call() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp121 const double arg1 = 65; in HWTEST_F_L0() local
147 const double arg1 = 65; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp427 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
472 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp218 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
237 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local