Home
last modified time | relevance | path

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

12

/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/ohos/
Dcode_decrypt.h34 void *arg1; member
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Ddead_code_elimination_test.cpp77 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
109 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
Dcombined_pass_visitor_test.cpp53 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
Dloop_optimization_test.cpp195 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js38 function addArguments(arg1, arg2) { argument
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp447 int32_t arg1 = 88; variable
501 int32_t arg1 = 88; variable
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp73 Inst *arg0, Inst *arg1, in BuildResolveInteropCallIntrinsic()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp129 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
137 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1280 VReg arg1 = arg0 + 1; in CallThis() local
1286 VReg arg1 = arg0 + 1; in CallThis() local
1319 VReg arg1 = arg0 + 1; in Call() local
1325 VReg arg1 = arg0 + 1; in Call() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h904 auto arg1 = m.GetArgType(1); in LookupSetterByName() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp973 const auto *arg1 = arguments[1]; in Call() local
989 const auto *arg1 = arguments[1]; in Call() local
1058 const auto *arg1 = arguments[0]; in CallTagged() local
DETSGen.h612 const VReg arg1) in CallThisStatic2()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp287 Label arg1; in JSFastCallWithArgVAndPushUndefined() local
Dasm_interpreter_call.cpp433 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
478 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp337 Label arg1; in JSFastCallWithArgVAndPushUndefined() local
Dasm_interpreter_call.cpp218 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
237 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp120 const double arg1 = 65; in HWTEST_F_L0() local
144 const double arg1 = 65; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp531 BaseNode *arg1 = intrnNode.Opnd(0); in HandleVectorPairwiseAdalp() local
544 BaseNode *arg1 = intrnNode.Opnd(1); /* vector operand == result */ in HandleVectorSetElement() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp835 int arg1 = jsArg1->Int32Value(vm); in HWTEST_F_L0() local
867 int arg1 = jsArg1->Int32Value(vm); in AddFunc() local

12