| /arkcompiler/ets_frontend/test262/ |
| D | run_test262.py | 182 def excuting_npm_install(args): argument 213 def init(args): argument 227 def get_all_skip_tests(args): argument 280 def __init__(self, args): argument 658 def run_test262_mode(args): argument 664 def get_execute_arg(args) -> list[str]: argument 679 def get_host_path_type(args): argument 688 def get_timeout(args, threads): argument 695 def get_threads(args): argument 702 def get_host_args_of_product_name(args): argument [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 35 std::va_list args; in CallVoidMethodListHelper() local 42 std::va_list args; in CallObjectMethodListHelper() local 49 std::va_list args; in CallBooleanMethodListHelper() local 56 std::va_list args; in CallByteMethodListHelper() local 63 std::va_list args; in CallCharMethodListHelper() local 70 std::va_list args; in CallShortMethodListHelper() local 77 std::va_list args; in CallIntMethodListHelper() local 84 std::va_list args; in CallLongMethodListHelper() local 91 std::va_list args; in CallFloatMethodListHelper() local 98 std::va_list args; in CallDoubleMethodListHelper() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regAllocator.h | 43 [[nodiscard]] T *Alloc(const ir::AstNode *const node, Args &&...args) in Alloc() 49 void Add(const ir::AstNode *const node, Args &&...args) in Add() 72 void Emit(const ir::AstNode *const node, Args &&...args) in Emit() 105 void Emit(const ir::AstNode *const node, Args &&...args) in Emit() 123 …t(const ir::AstNode *const node, const VReg rangeStart, const std::size_t argCount, Args &&...args) in Emit()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.h | 107 ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, Args &&...args) in CreateFormattedExpression() 118 ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatement() 132 …ector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatements() 146 …ion *CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStatic, Args &&...args) in CreateFormattedClassDeclaration() 160 ir::ClassDefinitionModifiers modifiers, Args &&...args) in CreateFormattedClassElement() 170 Args &&...args) in CreateFormattedClassElement() 180 …ir::AstNode *CreateFormattedClassFieldDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassFieldDefinition() 192 …r::AstNode *CreateFormattedClassMethodDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassMethodDefinition() 204 ir::Statement *CreateFormattedTopLevelStatement(std::string_view sourceCode, Args &&...args) in CreateFormattedTopLevelStatement()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arguments.cpp | 22 bool JSArguments::GetOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetOwnProperty() 42 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() 55 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty() 64 bool JSArguments::SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<J… in SetProperty() 72 bool JSArguments::DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DeleteProperty()
|
| /arkcompiler/ets_runtime/test/moduletest/callframe/ |
| D | callframe.js | 51 function foo4(a, ...args) { 56 function foo5(a, ...args) { 64 function foo6(a, ...args) { 71 function foo7(a, ...args) {
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | invokation_helper.h | 44 …e void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> *writer, size_t nfloats, float arg, Args... args) in WriteArgImpl() 51 inline void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> *writer, size_t nfloats, T arg, Args... args) in WriteArgImpl() 80 inline void WriteArg(arch::ArgWriter<RUNTIME_ARCH> *writer, T arg, Args... args) in WriteArg() 103 T InvokeEntryPoint(Method *method, Args... args) in InvokeEntryPoint() 131 coretypes::TaggedValue InvokeDynEntryPoint(Method *method, uint32_t numArgs, Args... args) in InvokeDynEntryPoint()
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 45 def init_log_file(args): argument 108 def check_ark_frontend_binary(args) -> bool: argument 115 def check_frontend_library(args) -> bool: argument 128 def check_ark_tool(args) -> bool: argument 145 def check_ark_aot(args) -> bool: argument 162 def check_stub_path(args) -> bool: argument 180 def check_ignore_list(args) -> bool: argument 189 def check_args(args): argument 296 def __init__(self, args, name): argument 305 def run(args, test_reports: Optional[List[TestReport]] = None) -> List[TestReport]: argument [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/expressions/super-call/ |
| D | super-call-spread-2.js | 18 constructor(...args) { 24 constructor(...args) {
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
| D | NapiLog.js | 50 function recordLog(lev, ...args) { 62 NapiLog.logError = function (...args) { 66 NapiLog.logDebug = function (...args) { 70 NapiLog.logInfo = function (...args) {
|
| /arkcompiler/jsvm/src/platform/ |
| D | platform.cpp | 49 void VPrint(const char* format, va_list args) in VPrint() 54 void VPrintError(const char* format, va_list args) in VPrintError() 61 va_list args; in Print() local
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.py | 65 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 94 def _copy_url(args, task_id, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument 123 def _hwcloud_download_wrapper(args, config, bin_dir, code_dir, retries): argument 133 def _hwcloud_download(args, config, bin_dir, code_dir, retries): argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/nark/nark_gtest/ |
| D | nark_gtest.h | 58 R CallEtsFunction(const std::string &fnName, Args &&...args) in CallEtsFunction() 93 R CallEtsNativeMethod(const NativeFunction &fn, Args &&...args) in CallEtsNativeMethod() 120 void CallEtsFunctionImpl(std::optional<R> *result, const std::string &fnName, Args &&...args) in CallEtsFunctionImpl() 134 void CallEtsNativeMethodImpl(std::optional<R> *result, const NativeFunction &fn, Args &&...args) in CallEtsNativeMethodImpl() 157 std::optional<R> DoCallEtsMethod(ets_class cls, ets_method mtd, Args &&...args) in DoCallEtsMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | cl_parser.cpp | 47 RetCode CommandLine::ParseJoinedOption(size_t &argsIndex, const std::deque<std::string_view> &args,… in ParseJoinedOption() 68 RetCode CommandLine::ParseOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyAr… in ParseOption() 84 RetCode CommandLine::ParseEqualOption(size_t &argsIndex, const std::deque<std::string_view> &args, … in ParseEqualOption() 107 RetCode CommandLine::ParseSimpleOption(size_t &argsIndex, const std::deque<std::string_view> &args,… in ParseSimpleOption() 124 RetCode CommandLine::HandleInputArgs(const std::deque<std::string_view> &args, OptionCategory &optC… in HandleInputArgs() 181 std::deque<std::string_view> args; in Parse() local
|
| /arkcompiler/ets_frontend/es2panda/scripts/ |
| D | ts2abc.js | 24 let args = process.argv.splice(2); variable 48 function callEs2abc(args) { argument
|
| /arkcompiler/runtime_core/static_core/dprof/converter/ |
| D | main.cpp | 31 bool Parse(ark::Span<const char *> args) in Parse() 68 int Main(ark::Span<const char *> args) in Main() 103 ark::Span<const char *> args(argv, argc); in main() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.h | 64 void Emit(const ir::AstNode *node, Args &&... args) in Emit() 71 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange() 123 T *Alloc(const ir::AstNode *node, Args &&... args) in Alloc() 133 void Add(ArenaList<IRNode *> &insns, const ir::AstNode *node, Args &&... args) in Add()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | exec.h | 32 Expected<int, Error> ExecWithCallbackNoWait(Callback callback, Span<const char *> args) in ExecWithCallbackNoWait() 50 Expected<int, Error> ExecWithCallback(Callback callback, Span<const char *> args) in ExecWithCallback()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 86 static ArgVector<Value> GetArgValues(ScopedManagedCodeFix *s, EtsMethod *method, va_list args, ets_… in GetArgValues() 132 …ic ArgVector<Value> GetArgValues(ScopedManagedCodeFix *s, EtsMethod *method, const ets_value *args, in GetArgValues() 220 static NapiType GeneralMethodCall(EtsEnv *env, ets_object obj, ets_method methodId, Args args) in GeneralMethodCall() 722 …tic ets_object CallObjectMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list args) in CallObjectMethodList() 734 va_list args; in CallObjectMethod() local 742 const ets_value *args) in CallObjectMethodArray() 751 …c ets_boolean CallBooleanMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list args) in CallBooleanMethodList() 763 va_list args; in CallBooleanMethod() local 771 const ets_value *args) in CallBooleanMethodArray() 780 … static ets_byte CallByteMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list args) in CallByteMethodList() [all …]
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 112 def run_test_machine(args): argument 283 def test_instype(args): argument 333 def main(args): argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_locale_test.cpp | 148 …gedValue LocaleAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in LocaleAlgorithm() 202 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 216 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 229 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 241 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 254 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 265 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 278 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 289 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local 302 std::vector<JSTaggedValue> args{}; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/ |
| D | index.js | 27 exports.stringifyArgs = function (...args) { 33 exports.applyArgs = function (fn, ...args) { 39 exports.log = function (...args) {
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | gen_pa_file.py | 174 def gen_module_and_dynamicimport_abc(args, tc, tc_dir, out_dir): argument 244 def gen_abc(args): argument 294 def gen_pa(args): argument 360 def check_pa(args): argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_test.h | 57 Type *Node(Args &&...args) in Node() 63 ark::ArenaVector<Type *> Nodes(Args &&...args) in Nodes()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 97 std::string args = "{\"data\":{\"frameTreeNodeId\":1,\"frames\":[{"; in TraceEventRecordTracingStart() local 123 …std::string args = "{\"data\":{\"jsHeapSizeUsed\":" + std::to_string(DFXJSNApi::GetHeapUsedSize(vm… in TraceEventRecordMemory() local 132 std::string args = "{\"data\":{\"startTime\":" + std::to_string(profileInfo->startTime) + "}}"; in TraceEventRecordCpuProfilerStart() local 155 struct TraceEventCpuProfileArg args; in TraceEventRecordCpuProfiler() local 184 std::string args = "{\"data\":{\"cpuProfile\":{"; in TraceEventUpdateCpuProfiler() local 255 std::string args = "{\"data\":{\"endTime\":" + std::to_string(profileInfo->stopTime) + "}}"; in TraceEventRecordCpuProfilerEnd() local
|