| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_binaryop_test.cpp | 65 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 …]
|
| D | ic_compareop_test.cpp | 67 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/ |
| D | class-constructor-2.js | 17 constructor(arg1, arg2) { argument
|
| D | class-constructor-1.js | 17 constructor(arg1, arg2) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/newobjdynrange/ |
| D | newobjdynrange.js | 22 function foo(arg1, arg2) { argument
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | code_decrypt.h | 37 void *arg1; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 26 GateRef arg1; member 32 GateRef arg1; member 75 GateRef arg1; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | dead_code_elimination_test.cpp | 77 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local 109 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| D | combined_pass_visitor_test.cpp | 53 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| D | loop_optimization_test.cpp | 190 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 88 … 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/ |
| D | scenarios.js | 132 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/ |
| D | bindfunction.js | 38 function addArguments(arg1, arg2) { argument
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| D | main.cpp | 65 Local<JSValueRef> arg1 = ArrayRef::GetValueAt(vm, arr1, i); in IsEqual() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_graph_test.cpp | 447 int32_t arg1 = 88; variable 501 int32_t arg1 = 88; variable
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | intrinsics_lowering.cpp | 188 auto arg1 = inst->getOperand(0U); in HandleFRem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 219 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local 227 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 562 …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()
|
| D | pandagen.cpp | 972 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/ |
| D | pandagen.cpp | 1286 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/ |
| D | class.h | 904 auto arg1 = m.GetArgType(1); in LookupSetterByName() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_test.cpp | 138 JSTaggedValue ThanAlgorithm(JSThread *thread, JSHandle<JSPromise>& promise, JSTaggedValue arg1, in ThanAlgorithm()
|
| D | builtins_string_test.cpp | 172 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/ |
| D | optimized_fast_call.cpp | 307 Label arg1; in JSFastCallWithArgVAndPushArgv() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 350 Label arg1; in JSFastCallWithArgVAndPushArgv() local
|