Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 102) sorted by relevance

12345

/arkcompiler/ets_frontend/test262/
Drun_test262.py135 def excuting_npm_install(args): argument
166 def init(args): argument
179 def get_all_skip_tests(args): argument
220 def __init__(self, args): argument
500 def run_test262_prepare(args): argument
515 def run_test262_mode(args): argument
521 def get_execute_arg(args): argument
531 def get_host_path_type(args): argument
540 def get_timeout(args, threads): argument
547 def get_threads(args): argument
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp24 bool JSArguments::GetOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetOwnProperty()
44 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty()
57 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty()
66 bool JSArguments::SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<J… in SetProperty()
74 bool JSArguments::DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DeleteProperty()
/arkcompiler/ets_runtime/test/moduletest/callframe/
Dcallframe.js51 function foo4(a, ...args) {
56 function foo5(a, ...args) {
64 function foo6(a, ...args) {
71 function foo7(a, ...args) {
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DNapiLog.js50 function recordLog(lev, ...args) {
62 NapiLog.logError = function (...args) {
66 NapiLog.logDebug = function (...args) {
70 NapiLog.logInfo = function (...args) {
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h63 void Emit(const ir::AstNode *node, Args &&... args) in Emit()
70 void EmitWithType(const ir::AstNode *node, int64_t typeIndex, Args &&... args) in EmitWithType()
77 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange()
129 T *Alloc(const ir::AstNode *node, Args &&... args) in Alloc()
139 void Add(ArenaList<IRNode *> &insns, const ir::AstNode *node, Args &&... args) in Add()
/arkcompiler/ets_frontend/es2panda/scripts/
Dts2abc.js43 function callEs2abc(args) { argument
55 let args = process.argv.splice(2); variable
/arkcompiler/ets_frontend/ts2panda/scripts/
Dts2abc.js43 function callJs2abc(args) { argument
55 let args = process.argv.splice(2); variable
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.py65 def _check_sha256_by_mark(args, check_url, code_dir, unzip_dir, unzip_filename): argument
83 def _uncompress(args, src_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument
93 def _copy_url(args, task_id, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument
114 def _hwcloud_download(args, config, bin_dir, code_dir): argument
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py112 def run_test_machine(args): argument
283 def test_instype(args): argument
333 def main(args): argument
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dstring_logger.rb22 def log(level, *args)
45 def log(_level, *args)
/arkcompiler/runtime_core/libpandabase/utils/
Dstring_helpers.h33 inline std::string Vformat(const char *fmt, va_list args) in Vformat()
63 va_list args; in Format() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb147 def plain(opcode, *args)
160 def case_(types, opcode, *args)
164 def cc_case(types, opcode, *args)
172 def case_true(opcode, *args)
176 def case_false(opcode, *args)
/arkcompiler/toolchain/inspector/
Dlog_wrapper.cpp47 va_list args; in PrintLog() local
58 va_list args; in PrintLog() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dexec.cpp32 Expected<int, Error> Exec(Span<const char *> args) in Exec()
Dsignal.h119 void StartThread(SigAction *sig_action, Args... args) in StartThread()
157 static void Run(SignalCatcherThread *self, SigAction *sig_action, Args... args) in Run()
/arkcompiler/runtime_core/compiler/
Dcompiler_logger.cpp23 void CompilerLogger::SetComponents(const std::vector<std::string>& args) in SetComponents()
Dcompiler_logger.h41 static void Init([[maybe_unused]] const std::vector<std::string> &args) in Init()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h240 explicit LexicalScope(Binder *binder, Args &&... args) in LexicalScope()
279 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl()
293 …AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&... args) in AddTsDecl()
308 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl()
322 …::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&... args) in AddDecl()
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py432 def __init__(self, args, name): argument
547 def __init__(self, args): argument
563 def __init__(self, args): argument
755 def __init__(self, args): argument
805 def __init__(self, args): argument
1005 def __init__(self, args): argument
1123 def __init__(self, args, name): argument
1149 def __init__(self, args): argument
1158 def __init__(self, args): argument
1167 def __init__(self, args): argument
[all …]
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.h51 static ArenaVector<T> Instantiate(ArenaAllocator *allocator, Args &&... args) in Instantiate()
86 bool RunPass(Args... args) in RunPass()
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h85 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct()
117 [[nodiscard]] S *New(Args &&... args) in New()
Dchunk.h64 [[nodiscard]] T *New(Args &&... args) in New()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/
Dgenerate_abc_file.py61 def generate_abc(args): argument
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h76 void Run(std::string_view source, const std::vector<std::string> &args) in Run()
89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run()
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp72 FuncArgsAssignment args(&func); in TEST_F() local
114 FuncArgsAssignment args(&func); in TEST_F() local

12345