Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp65 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
137 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
165 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
195 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
238 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
282 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
299 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
316 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
338 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
354 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_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.h26 GateRef arg1; member
32 GateRef arg1; member
75 GateRef 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.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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/
Dscenarios.js132 function functionDefaultParameterFunction(arg1 = INT_VALUE, arg2 = INT_VALUE2, arg3 = INT_VALUE3) { argument
192 function jsMultiplySumArgsBySumRestParams(arg0, arg1, ...args) { argument
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js38 function addArguments(arg1, arg2) { argument
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp65 Local<JSValueRef> arg1 = ArrayRef::GetValueAt(vm, arr1, i); in IsEqual() local
/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/compiler/builtins/
Dbuiltins_stubs.cpp219 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
227 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h562 …Exact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1) in CallExact()
567 …Exact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1, in CallExact()
Dpandagen.cpp972 const auto *arg1 = args[1]; in Call2Args() local
990 const auto *arg1 = args[1]; in Call3Args() local
1066 const auto *arg1 = args[0]; in CallArgsTagged() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1286 VReg arg1 = arg0 + 1; in CallThis() local
1292 VReg arg1 = arg0 + 1; in CallThis() local
1325 VReg arg1 = arg0 + 1; in Call() local
1331 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_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/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp307 Label arg1; in JSFastCallWithArgVAndPushArgv() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp350 Label arg1; in JSFastCallWithArgVAndPushArgv() local

12