Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 25 of 27) 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_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.cpp1987 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerArrayConstructor() local
2139 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerFloat32ArrayConstructor() local
Dnative_inline_lowering.cpp946 GateRef arg0 = tacc.GetArg0(); in TryInlineArrayBufferIsView() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp210 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local
220 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local
228 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local
593 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true); in DECLARE_BUILTINS() local
600 GateRef arg0 = GetArgFromArgv(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
2345 GateRef arg0 = GetCallArg0(numArgs); in ConcatOptimised() local
2414 void BuiltinsArrayStubBuilder::DoConcat(GateRef glue, GateRef thisValue, GateRef arg0, Variable *re… in DoConcat()
Dbuiltins_string_stub_builder.cpp2152 GateRef arg0 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG0_OR_ARGV)); in Concat() local
2848 GateRef arg0 = GetCallArg0(numArgs); in LocaleCompare() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h545 …void CallExact(const ir::AstNode *const node, const checker::Signature *signature, const VReg arg0, in CallExact()
556 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0) in CallExact()
561 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact()
566 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact()
594 const VReg arg0) in CallVirtual()
608 …tual(const ir::AstNode *const node, const util::StringView name, const VReg athis, const VReg arg0) in CallVirtual()
810 VReg arg0 = AllocReg(); in BinaryEqualityCondition() local
Dpandagen.cpp890 void PandaGen::Call1This(const ir::AstNode *node, VReg callee, VReg thisReg, VReg arg0) in Call1This()
908 const auto *arg0 = args[0]; in Call1Arg() local
921 const auto *arg0 = args[0]; in Call2Args() local
939 const auto *arg0 = args[0]; in Call3Args() local
1765 VReg arg0 = AllocReg(); in DirectEval() local
DETSGen.cpp618 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0, std::string_view signature) in CreateBigIntObject()
2456 VReg arg0 = AllocReg(); in StringBuilderAppend() local
DJSCompiler.cpp700 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.js187 function jsMultiplyArgBySumRestParams(arg0, ...args) { argument
193 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.cpp1294 VReg arg0 = thisReg + 1; in CallThis() local
1299 VReg arg0 = thisReg + 1; in CallThis() local
1305 VReg arg0 = thisReg + 1; in CallThis() local
1333 VReg arg0 = startReg + 1; in Call() local
1338 VReg arg0 = startReg + 1; in Call() local
1344 VReg arg0 = startReg + 1; in Call() local
1351 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_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/aarch64/
Dasm_interpreter_call.cpp215 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local
229 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp426 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local
471 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp1716 auto arg0 = match.appendIntrinsics[0U]->GetInput(1U).GetInst(); in CreateIntrinsicStringBuilderAppendStrings() 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

12