Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dnew.test.ts44 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
Dcall.test.ts52 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/
Ddead_code_elimination_test.cpp46 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
Dcombined_pass_visitor_test.cpp52 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.cpp67 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp118 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
Dbuiltins_array_stub_builder.cpp48 GateRef arg0 = GetCallArg0(numArgs); in Concat() local
Dbuiltins_string_stub_builder.cpp1885 GateRef arg0 = GetCallArg0(numArgs); in LocaleCompare() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h591 …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
Dpandagen.cpp937 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
DETSGen.cpp614 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0) in CreateBigIntObject()
2401 VReg arg0 = AllocReg(); in StringBuilderAppend() local
DJSCompiler.cpp827 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp73 Inst *arg0, Inst *arg1, in BuildResolveInteropCallIntrinsic()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1274 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/
Dcontainers_vector.cpp665 JSHandle<JSTaggedValue> arg0(GetCallArg(argv, 0)); in CopyToArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp98 Register arg0 = r9; in OptimizedFastCallAndPushUndefined() local
Dasm_interpreter_call.cpp432 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local
477 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp222 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/
Dbuiltins_array_test.cpp994 #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/
Djsnapi_sample.cpp834 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/
Dcgfunc.cpp540 BaseNode *arg0 = intrnNode.Opnd(0); /* uint32_t operand */ in HandleVectorSetElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2224 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3351 BaseNode *arg0 = GetBaseNodeFromCurFunc(*mirModule.CurFunction(), false); in GetClassInfoExprFromRuntime() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10570 BaseNode *arg0 = arg->Opnd(0); in SelectMPLClinitCheck() local