Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dclass-constructor-2.js17 constructor(arg1, arg2) { argument
Dclass-constructor-1.js17 constructor(arg1, arg2) { argument
/arkcompiler/ets_runtime/test/moduletest/newobjdynrange/
Dnewobjdynrange.js22 function foo(arg1, arg2) { argument
/arkcompiler/ets_runtime/ecmascript/ohos/
Dcode_decrypt.h38 void *arg2; member
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Ddead_code_elimination_test.cpp78 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
110 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
Dcombined_pass_visitor_test.cpp54 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
Dloop_optimization_test.cpp192 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp88 … Inst *arg0, Inst *arg1, Inst *arg2, in BuildResolveInteropCallIntrinsic()
160 Inst *arg2 = nullptr; in BuildInteropCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h28 GateRef arg2; member
34 GateRef arg2; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/
Dscenarios.js133 function functionDefaultParameterFunction(arg1 = INT_VALUE, arg2 = INT_VALUE2, arg3 = INT_VALUE3) { argument
263 function functionSpreadParameter(arg1, arg2) { argument
/arkcompiler/runtime_core/static_core/runtime/arch/aarch64/
Dhelpers_aarch64.S149 .macro LOG3 fmt, arg1, arg2
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js38 function addArguments(arg1, arg2) { argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp189 auto arg2 = inst->getOperand(1U); in HandleFRem() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp58 GateRef arg2 = GetCallArg1(numArgs_); in ParseInt() local
Dbuiltins_stubs.cpp230 GateRef arg2 = GetCallArg2(numArgs); in CallSlowPath() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp186 JSHandle<JSTaggedValue> arg2 = GetCallArg(argv, 1); in ParseInt() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp139 JSTaggedValue arg2) in ThanAlgorithm()
Dbuiltins_string_test.cpp173 const double arg2 = 66; in HWTEST_F_L0() local
191 const double arg2 = 66; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp1730 auto arg2 = match.appendIntrinsics[2U]->GetInput(1U).GetInst(); in CreateIntrinsicStringBuilderAppendStrings() local
1742 auto arg2 = match.appendIntrinsics[2U]->GetInput(1U).GetInst(); in CreateIntrinsicStringBuilderAppendStrings() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp298 Label arg2; in JSFastCallWithArgVAndPushArgv() local
Dasm_interpreter_call.cpp449 Register arg2 = __ CppJSCallAvailableRegister1(); in JSCallCommonFastPath() local
452 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath() local
963 Label arg2; in CallFastBuiltin() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp341 Label arg2; in JSFastCallWithArgVAndPushArgv() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h567 const VReg arg2) in CallExact()
Dpandagen.cpp949 const auto *arg2 = args[2]; in Call3Args() local
1025 const auto *arg2 = args[1]; in CallArgsTagged() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1307 VReg arg2 = arg1 + 1; in CallThis() local
1346 VReg arg2 = arg1 + 1; in Call() local

12