Home
last modified time | relevance | path

Searched defs:GetArguments (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNewClassInstanceExpression.h61 [[nodiscard]] ArenaVector<ir::Expression *> &GetArguments() noexcept in GetArguments() function
66 [[nodiscard]] const ArenaVector<ir::Expression *> &GetArguments() const noexcept in GetArguments() function
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp87 HWTEST_F_L0(PendingJobTest, GetArguments) in HWTEST_F_L0() argument
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_params.h758 const std::vector<std::unique_ptr<CallArgument>> *GetArguments() const in GetArguments() function