| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| H A D | function-expression-arguments.js | 18 let foo = function arguments() { function
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | exec.h | 31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in Exec() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | exec.h | 41 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in Exec() local 48 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in ExecNoWait() local 55 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in ExecWithCallback() local 62 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in ExecWithCallbackNoWait() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | newExpression.h | 37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression() argument
|
| H A D | directEvalExpression.h | 28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression() argument
|
| H A D | callExpression.h | 44 explicit CallExpression(Expression *const callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| H A D | compiler_intrinsics.rb | 46 def arguments method in Intrinsic
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| H A D | compiler_intrinsics.rb | 55 def arguments method in Intrinsic
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsNewClassInstanceExpression.h | 43 ETSNewClassInstanceExpression(ir::Expression *const typeReference, ArenaVector<ir::Expression *> &&arguments, ir::ClassDefinition *const classDefinition) ETSNewClassInstanceExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | callExpressionBuilder.h | 38 CallExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() argument 44 CallExpressionBuilder &SetArguments(Expression *arguments) in SetArguments() argument
|
| H A D | directEvalExpressionBuilder.h | 38 DirectEvalExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() argument 44 DirectEvalExpressionBuilder &SetArguments(Expression *arguments) in SetArguments() argument
|
| H A D | newExpressionBuilder.h | 38 NewExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() argument 44 NewExpressionBuilder &AddArguments(Expression *arguments) in AddArguments() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | newExpression.h | 36 NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, ArenaVector<Expression *> &&arguments) NewExpression() argument
|
| H A D | callExpression.h | 37 explicit CallExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
|
| /arkcompiler/runtime_core/static_core/scripts/code_style/ |
| H A D | clang_tidy_rename.py | 177 arguments = get_args() variable [all...] |
| /arkcompiler/runtime_core/static_core/scripts/clang-tidy/ |
| H A D | clang_tidy_check.py | 456 arguments = get_args() variable [all...] |
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| H A D | micro_job_queue_test.cpp | 107 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); in HWTEST_F_L0() local 197 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_promise.cpp | 169 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); // 2 means the length of new array in TriggerPromiseReactions() local
|
| /arkcompiler/runtime_core/panda/ |
| H A D | panda.cpp | 166 arg_list_t arguments = pa_parser.GetRemainder(); in ExecutePandaFile() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| H A D | runtime_calls.cpp | 50 CreateEntrypointCallCommon(llvm::IRBuilder< *builder, llvm::Value *threadRegValue, LLVMArkInterface *arkInterface, EntrypointId eid, llvm::ArrayRef<llvm::Value *> arguments, llvm::ArrayRef<llvm::OperandBundleDef> bundle) CreateEntrypointCallCommon() argument
|
| /arkcompiler/runtime_core/static_core/panda/ |
| H A D | panda.cpp | 143 ExecutePandaFile(Runtime &runtime, const std::string &fileName, const std::string &entry, const arg_list_t &arguments) ExecutePandaFile() argument
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | coroutine.h | 71 PandaVector<Value> &&arguments; member 274 PandaVector<Value> arguments; member
|
| H A D | coroutine_manager.cpp | 85 CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entrypoint, PandaVector<Value> &&arguments, PandaString name) CreateCoroutineInstance() argument
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| H A D | options.py | 32 arguments = {} variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder_helper.cpp | 33 Environment::Environment(size_t arguments, CircuitBuilder *builder) in Environment() argument
|