Home
last modified time | relevance | path

Searched defs:arg1 (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.h37 void *arg1; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h27 GateRef arg1; member
33 GateRef arg1; member
76 GateRef arg1; 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
193 function jsMultiplySumArgsBySumRestParams(arg0, arg1, ...args) { argument
263 function functionSpreadParameter(arg1, arg2) { argument
/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.cpp190 auto arg1 = builder.Arguments(1); 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()
222 auto arg1 = GetArgDefinition(bcInst, 1, accRead, isRange); in TryBuildInteropCall() 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/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp188 auto arg1 = inst->getOperand(0U); in HandleFRem() local
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp59 Local<JSValueRef> arg1 = ArrayRef::GetValueAt(vm, arr1, i); in IsEqual() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp221 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
229 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h561 …Exact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1) in CallExact()
566 …Exact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1, in CallExact()
Dpandagen.cpp926 const auto *arg1 = args[1]; in Call2Args() local
944 const auto *arg1 = args[1]; in Call3Args() local
1020 const auto *arg1 = args[0]; in CallArgsTagged() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1300 VReg arg1 = arg0 + 1; in CallThis() local
1306 VReg arg1 = arg0 + 1; in CallThis() local
1339 VReg arg1 = arg0 + 1; in Call() local
1345 VReg arg1 = arg0 + 1; in Call() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp138 JSTaggedValue ThanAlgorithm(JSThread *thread, JSHandle<JSPromise>& promise, JSTaggedValue arg1, in ThanAlgorithm()
Dbuiltins_string_test.cpp172 const double arg1 = 65; in HWTEST_F_L0() local
190 const double arg1 = 65; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h912 auto arg1 = m.GetArgType(1); in LookupSetterByName() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp297 Label arg1; in JSFastCallWithArgVAndPushArgv() local
Dasm_interpreter_call.cpp427 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
472 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
962 Label arg1; in CallFastBuiltin() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp340 Label arg1; in JSFastCallWithArgVAndPushArgv() local
Dasm_interpreter_call.cpp211 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
230 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local

12