Home
last modified time | relevance | path

Searched defs:arguments (Results 1 - 25 of 58) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/test/parser/js/
H A Dfunction-expression-arguments.js18 let foo = function arguments() { function
/arkcompiler/runtime_core/libpandabase/os/
H A Dexec.h31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in Exec() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dexec.h41 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 DnewExpression.h37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression() argument
H A DdirectEvalExpression.h28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression() argument
H A DcallExpression.h44 explicit CallExpression(Expression *const callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
H A Dcompiler_intrinsics.rb46 def arguments method in Intrinsic
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
H A Dcompiler_intrinsics.rb55 def arguments method in Intrinsic
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsNewClassInstanceExpression.h43 ETSNewClassInstanceExpression(ir::Expression *const typeReference, ArenaVector<ir::Expression *> &&arguments, ir::ClassDefinition *const classDefinition) ETSNewClassInstanceExpression() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcallExpressionBuilder.h38 CallExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() argument
44 CallExpressionBuilder &SetArguments(Expression *arguments) in SetArguments() argument
H A DdirectEvalExpressionBuilder.h38 DirectEvalExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() argument
44 DirectEvalExpressionBuilder &SetArguments(Expression *arguments) in SetArguments() argument
H A DnewExpressionBuilder.h38 NewExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() argument
44 NewExpressionBuilder &AddArguments(Expression *arguments) in AddArguments() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DnewExpression.h36 NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, ArenaVector<Expression *> &&arguments) NewExpression() argument
H A DcallExpression.h37 explicit CallExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
/arkcompiler/runtime_core/static_core/scripts/code_style/
H A Dclang_tidy_rename.py177 arguments = get_args() variable
[all...]
/arkcompiler/runtime_core/static_core/scripts/clang-tidy/
H A Dclang_tidy_check.py456 arguments = get_args() variable
[all...]
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dmicro_job_queue_test.cpp107 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 Djs_promise.cpp169 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); // 2 means the length of new array in TriggerPromiseReactions() local
/arkcompiler/runtime_core/panda/
H A Dpanda.cpp166 arg_list_t arguments = pa_parser.GetRemainder(); in ExecutePandaFile() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Druntime_calls.cpp50 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 Dpanda.cpp143 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 Dcoroutine.h71 PandaVector<Value> &&arguments; member
274 PandaVector<Value> arguments; member
H A Dcoroutine_manager.cpp85 CreateCoroutineInstance(CompletionEvent *completionEvent, Method *entrypoint, PandaVector<Value> &&arguments, PandaString name) CreateCoroutineInstance() argument
/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Doptions.py32 arguments = {} variable
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.cpp33 Environment::Environment(size_t arguments, CircuitBuilder *builder) in Environment() argument

Completed in 9 milliseconds

123