| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | dead_code_elimination_test.cpp | 46 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local 76 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local 108 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
|
| D | combined_pass_visitor_test.cpp | 52 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 208 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 218 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 226 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 563 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true); in DECLARE_BUILTINS() local 570 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true); in DECLARE_BUILTINS() local
|
| D | linked_hashtable_stub_builder.cpp | 642 …e, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) in GenMapSetConstructor()
|
| D | builtins_string_stub_builder.cpp | 2056 GateRef arg0 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG0_OR_ARGV)); in Concat() local 2336 GateRef arg0 = GetCallArg0(numArgs); in LocaleCompare() local
|
| D | builtins_array_stub_builder.cpp | 444 GateRef arg0 = GetCallArg0(numArgs); in Concat() local 4529 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true); in GenArrayConstructor() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | taggedTemplateExpression.cpp | 67 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 25 GateRef arg0; member 31 GateRef arg0; member 74 GateRef arg0; member
|
| D | native_inline_lowering.cpp | 942 GateRef arg0 = tacc.GetArg0(); in TryInlineArrayBufferIsView() local
|
| D | typed_hcr_lowering.cpp | 2306 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerArrayConstructor() local 2460 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerFloat32ArrayConstructor() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 546 …void CallExact(const ir::AstNode *const node, const checker::Signature *signature, const VReg arg0, in CallExact() 557 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0) in CallExact() 562 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact() 567 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact() 595 const VReg arg0) in CallVirtual() 609 …tual(const ir::AstNode *const node, const util::StringView name, const VReg athis, const VReg arg0) in CallVirtual() 813 VReg arg0 = AllocReg(); in BinaryEqualityCondition() local
|
| D | pandagen.cpp | 936 void PandaGen::Call1This(const ir::AstNode *node, VReg callee, VReg thisReg, VReg arg0) in Call1This() 954 const auto *arg0 = args[0]; in Call1Arg() local 967 const auto *arg0 = args[0]; in Call2Args() local 985 const auto *arg0 = args[0]; in Call3Args() local 1811 VReg arg0 = AllocReg(); in DirectEval() local
|
| D | ETSGen.cpp | 614 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0, std::string_view signature) in CreateBigIntObject() 2454 VReg arg0 = AllocReg(); in StringBuilderAppend() local
|
| D | JSCompiler.cpp | 685 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/ |
| D | scenarios.js | 186 function jsMultiplyArgBySumRestParams(arg0, ...args) { argument 192 function jsMultiplySumArgsBySumRestParams(arg0, arg1, ...args) { argument
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| D | main.cpp | 64 Local<JSValueRef> arg0 = ArrayRef::GetValueAt(vm, arr0, i); in IsEqual() 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()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1280 VReg arg0 = thisReg + 1; in CallThis() local 1285 VReg arg0 = thisReg + 1; in CallThis() local 1291 VReg arg0 = thisReg + 1; in CallThis() local 1319 VReg arg0 = startReg + 1; in Call() local 1324 VReg arg0 = startReg + 1; in Call() local 1330 VReg arg0 = startReg + 1; in Call() local 1337 VReg arg0 = startReg + 1; in Call() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 660 JSHandle<JSTaggedValue> arg0(GetCallArg(argv, 0)); in CopyToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_shared_array_test.cpp | 602 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG1(method, target, expected, arg0) … argument 615 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG2(method, target, expected, arg0, arg1) … argument
|
| D | builtins_array_test.cpp | 817 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG1(method, target, expected, arg0) … argument 830 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG2(method, target, expected, arg0, arg1) … argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 436 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 481 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 225 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 239 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 820 int arg0 = jsArg0->Int32Value(vm); in HWTEST_F_L0() local 852 int arg0 = jsArg0->Int32Value(vm); in AddFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 608 BaseNode *arg0 = intrnNode.Opnd(0); /* uint32_t operand */ in HandleVectorSetElement() local
|