| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | new.test.ts | 44 let arg0 = new VReg(); variable 60 let arg0 = new VReg(); variable 77 let arg0 = new VReg(); variable 100 let arg0 = new VReg(); variable 121 let arg0 = new VReg(); variable
|
| D | call.test.ts | 52 let arg0 = new VReg(); variable 67 let arg0 = new VReg(); variable 89 let arg0 = new VReg(); variable 112 let arg0 = new VReg(); variable 149 let arg0 = new VReg(); variable
|
| /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 | 67 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 118 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 128 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 136 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 613 GateRef arg0 = GetArg(numArgs, IntPtr(0)); in DECLARE_BUILTINS() local
|
| D | builtins_array_stub_builder.cpp | 48 GateRef arg0 = GetCallArg0(numArgs); in Concat() local
|
| D | builtins_string_stub_builder.cpp | 1885 GateRef arg0 = GetCallArg0(numArgs); in LocaleCompare() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 591 …tual1(const ir::AstNode *const node, const VReg ctor, const util::StringView name, const VReg arg0) in CallThisVirtual1() 606 …atic1(const ir::AstNode *const node, const VReg ctor, const util::StringView name, const VReg arg0) in CallThisStatic1() 611 …atic2(const ir::AstNode *const node, const VReg ctor, const util::StringView name, const VReg arg0, in CallThisStatic2() 775 VReg arg0 = AllocReg(); in BinaryEqualityCondition() local
|
| D | pandagen.cpp | 937 void PandaGen::Call1This(const ir::AstNode *node, VReg callee, VReg thisReg, VReg arg0) in Call1This() 957 const auto *arg0 = arguments[0]; in Call() local 968 const auto *arg0 = arguments[0]; in Call() local 984 const auto *arg0 = arguments[0]; in Call() local 1758 VReg arg0 = AllocReg(); in DirectEval() local
|
| D | ETSGen.cpp | 614 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0) in CreateBigIntObject() 2401 VReg arg0 = AllocReg(); in StringBuilderAppend() local
|
| D | JSCompiler.cpp | 827 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 73 Inst *arg0, Inst *arg1, in BuildResolveInteropCallIntrinsic()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1274 VReg arg0 = thisReg + 1; in CallThis() local 1279 VReg arg0 = thisReg + 1; in CallThis() local 1285 VReg arg0 = thisReg + 1; in CallThis() local 1313 VReg arg0 = startReg + 1; in Call() local 1318 VReg arg0 = startReg + 1; in Call() local 1324 VReg arg0 = startReg + 1; in Call() local 1331 VReg arg0 = startReg + 1; in Call() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 665 JSHandle<JSTaggedValue> arg0(GetCallArg(argv, 0)); in CopyToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 98 Register arg0 = r9; in OptimizedFastCallAndPushUndefined() local
|
| D | asm_interpreter_call.cpp | 432 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 477 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 222 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 236 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_array_test.cpp | 994 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG1(method, target, expected, arg0) … argument 1007 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG2(method, target, expected, arg0, arg1) … argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 834 int arg0 = jsArg0->Int32Value(vm); in HWTEST_F_L0() local 866 int arg0 = jsArg0->Int32Value(vm); in AddFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 540 BaseNode *arg0 = intrnNode.Opnd(0); /* uint32_t operand */ in HandleVectorSetElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 2224 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerArrayConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 3351 BaseNode *arg0 = GetBaseNodeFromCurFunc(*mirModule.CurFunction(), false); in GetClassInfoExprFromRuntime() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 10570 BaseNode *arg0 = arg->Opnd(0); in SelectMPLClinitCheck() local
|