Home
last modified time | relevance | path

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

12

/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_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp208 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
Dlinked_hashtable_stub_builder.cpp642 …e, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) in GenMapSetConstructor()
Dbuiltins_string_stub_builder.cpp2056 GateRef arg0 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG0_OR_ARGV)); in Concat() local
2336 GateRef arg0 = GetCallArg0(numArgs); in LocaleCompare() local
Dbuiltins_array_stub_builder.cpp444 GateRef arg0 = GetCallArg0(numArgs); in Concat() local
4529 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true); in GenArrayConstructor() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.cpp67 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h25 GateRef arg0; member
31 GateRef arg0; member
74 GateRef arg0; member
Dnative_inline_lowering.cpp942 GateRef arg0 = tacc.GetArg0(); in TryInlineArrayBufferIsView() local
Dtyped_hcr_lowering.cpp2306 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/
DETSGen.h546 …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
Dpandagen.cpp936 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
DETSGen.cpp614 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0, std::string_view signature) in CreateBigIntObject()
2454 VReg arg0 = AllocReg(); in StringBuilderAppend() local
DJSCompiler.cpp685 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/
Dscenarios.js186 function jsMultiplyArgBySumRestParams(arg0, ...args) { argument
192 function jsMultiplySumArgsBySumRestParams(arg0, arg1, ...args) { argument
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp64 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.cpp1280 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/
Dcontainers_vector.cpp660 JSHandle<JSTaggedValue> arg0(GetCallArg(argv, 0)); in CopyToArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_array_test.cpp602 #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
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
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp436 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local
481 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp225 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/
Djsnapi_sample.cpp820 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/
Dcgfunc.cpp608 BaseNode *arg0 = intrnNode.Opnd(0); /* uint32_t operand */ in HandleVectorSetElement() local

12