| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 330 …void CallExact(const ir::AstNode *const node, const checker::Signature *signature, const VReg arg0, in CallExact() 341 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0) in CallExact() 346 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact() 351 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact() 358 … [[maybe_unused]] const checker::Signature *signature, [[maybe_unused]] const VReg arg0, in CallByName() 390 const VReg arg0) in CallVirtual() 404 …tual(const ir::AstNode *const node, const util::StringView name, const VReg athis, const VReg arg0) in CallVirtual()
|
| D | pandagen.cpp | 891 void PandaGen::Call1This(const ir::AstNode *node, VReg callee, VReg thisReg, VReg arg0) in Call1This() 909 const auto *arg0 = args[0]; in Call1Arg() local 922 const auto *arg0 = args[0]; in Call2Args() local 940 const auto *arg0 = args[0]; in Call3Args() local 1766 VReg arg0 = AllocReg(); in DirectEval() local
|
| D | ETSGen.cpp | 651 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0, std::string_view signature) in CreateBigIntObject() 2377 VReg arg0 = AllocReg(); in BinaryEqualityCondition() local 2954 VReg arg0 = AllocReg(); in StringBuilderAppend() local
|
| D | JSCompiler.cpp | 702 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /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_frontend/es2panda/ir/expressions/ |
| D | taggedTemplateExpression.cpp | 65 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 26 GateRef arg0; member 32 GateRef arg0; member 75 GateRef arg0; member
|
| D | typed_hcr_lowering.cpp | 2212 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerArrayConstructor() local 2377 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerFloat32ArrayConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 240 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 250 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 258 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 626 GateRef arg0 = GetArgFromArgv(glue, IntPtr(0), numArgs, true); in DECLARE_BUILTINS() local 634 GateRef arg0 = GetArgFromArgv(glue, IntPtr(0), numArgs, true); in DECLARE_BUILTINS() local
|
| D | linked_hashtable_stub_builder.cpp | 648 …e, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) in GenMapSetConstructor()
|
| D | builtins_array_stub_builder_next_optimization.cpp | 81 GateRef arg0 = GetCallArg0(numArgs); in UnshiftOptimised() local 2353 GateRef arg0 = GetCallArg0(numArgs); in ConcatOptimised() local 2422 void BuiltinsArrayStubBuilder::DoConcat(GateRef glue, GateRef thisValue, GateRef arg0, Variable *re… in DoConcat()
|
| D | builtins_string_stub_builder.cpp | 2073 GateRef arg0 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG0_OR_ARGV)); in Concat() local 2741 GateRef arg0 = GetCallArg0(numArgs); in LocaleCompare() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/ |
| D | scenarios.js | 187 export function jsMultiplyArgBySumRestParams(arg0, ...args) { argument 193 export function jsMultiplySumArgsBySumRestParams(arg0, arg1, ...args) { argument
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| D | main.cpp | 58 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 | 1308 VReg arg0 = thisReg + 1; in CallThis() local 1313 VReg arg0 = thisReg + 1; in CallThis() local 1319 VReg arg0 = thisReg + 1; in CallThis() local 1347 VReg arg0 = startReg + 1; in Call() local 1352 VReg arg0 = startReg + 1; in Call() local 1358 VReg arg0 = startReg + 1; in Call() local 1365 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/module/ |
| D | js_module_source_text.cpp | 341 JSHandle<EcmaString> arg0 = factory->NewFromUtf8(soName.c_str()); in MakeNormalizedAppArgs() local 369 JSHandle<EcmaString> arg0 = factory->NewFromUtf8(soName.c_str()); in MakeAppArgs() local 387 JSHandle<EcmaString> arg0 = factory->NewFromUtf8(soPath.c_str()); in MakeInternalArgs() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | object_new_test.cpp | 533 ani_value arg0; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| 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
|
| D | builtins_shared_array_test.cpp | 784 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG1(method, target, expected, arg0) … argument 797 #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 | 429 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 474 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 216 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 237 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonSlowPath() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | simplify_string_builder.cpp | 1772 auto arg0 = match.appendIntrinsics[0U]->GetInput(1U).GetInst(); in CreateIntrinsicStringBuilderAppendStrings() local
|