Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h330 …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()
Dpandagen.cpp891 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
DETSGen.cpp651 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
DJSCompiler.cpp702 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
/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.cpp65 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h26 GateRef arg0; member
32 GateRef arg0; member
75 GateRef arg0; member
Dtyped_hcr_lowering.cpp2212 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/
Dbuiltins_stubs.cpp240 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
Dlinked_hashtable_stub_builder.cpp648 …e, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) in GenMapSetConstructor()
Dbuiltins_array_stub_builder_next_optimization.cpp81 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()
Dbuiltins_string_stub_builder.cpp2073 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/
Dscenarios.js187 export function jsMultiplyArgBySumRestParams(arg0, ...args) { argument
193 export function jsMultiplySumArgsBySumRestParams(arg0, arg1, ...args) { argument
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp58 Local<JSValueRef> arg0 = ArrayRef::GetValueAt(vm, arr0, i); in IsEqual() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp88Inst *arg0, Inst *arg1, Inst *arg2, in BuildResolveInteropCallIntrinsic()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1308 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/
Dcontainers_vector.cpp660 JSHandle<JSTaggedValue> arg0(GetCallArg(argv, 0)); in CopyToArray() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp341 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/
Dobject_new_test.cpp533 ani_value arg0; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp817 #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
Dbuiltins_shared_array_test.cpp784 #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/
Dasm_interpreter_call.cpp429 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local
474 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp216 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/
Dsimplify_string_builder.cpp1772 auto arg0 = match.appendIntrinsics[0U]->GetInput(1U).GetInst(); in CreateIntrinsicStringBuilderAppendStrings() local

12