Home
last modified time | relevance | path

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

12345678910>>...16

/arkcompiler/ets_frontend/test262/
Drun_test262.py170 def excuting_npm_install(args): argument
201 def init(args): argument
214 def get_all_skip_tests(args): argument
255 def __init__(self, args): argument
593 def run_test262_prepare(args): argument
608 def run_test262_mode(args): argument
614 def get_execute_arg(args): argument
624 def get_host_path_type(args): argument
633 def get_timeout(args, threads): argument
640 def get_threads(args): argument
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h35 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/parser/
DETSparser.h104 ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, Args &&...args) in CreateFormattedExpression()
115 ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatement()
129 …ector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatements()
142 …ion *CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStatic, Args &&...args) in CreateFormattedClassDeclaration()
156 ir::ClassDefinitionModifiers modifiers, Args &&...args) in CreateFormattedClassElement()
166 Args &&...args) in CreateFormattedClassElement()
176 …ir::AstNode *CreateFormattedClassFieldDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassFieldDefinition()
188 …r::AstNode *CreateFormattedClassMethodDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassMethodDefinition()
200 ir::Statement *CreateFormattedTopLevelStatement(std::string_view sourceCode, Args &&...args) in CreateFormattedTopLevelStatement()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h43 [[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_runtime/ecmascript/
Djs_arguments.cpp22 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/
Dcallframe.js51 function foo4(a, ...args) {
56 function foo5(a, ...args) {
64 function foo6(a, ...args) {
71 function foo7(a, ...args) {
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py45 def init_log_file(args): argument
90 def check_ark_frontend_binary(args) -> bool: argument
97 def check_frontend_library(args) -> bool: argument
110 def check_ark_tool(args) -> bool: argument
127 def check_ark_aot(args) -> bool: argument
144 def check_stub_path(args) -> bool: argument
162 def check_ignore_list(args) -> bool: argument
171 def check_args(args): argument
275 def __init__(self, args, name): argument
284 def run(args, test_reports: Optional[List[TestReport]] = None) -> List[TestReport]: argument
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinvokation_helper.h44 …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/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/test/compiler/js/language/expressions/super-call/
Dsuper-call-spread-2.js18 constructor(...args) {
24 constructor(...args) {
/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
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/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_parser.cpp55 RetCode CommandLine::ParseJoinedOption(size_t &argsIndex, const std::deque<std::string_view> &args,… in ParseJoinedOption()
76 RetCode CommandLine::ParseOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyAr… in ParseOption()
92 RetCode CommandLine::ParseEqualOption(size_t &argsIndex, const std::deque<std::string_view> &args, … in ParseEqualOption()
115 RetCode CommandLine::ParseSimpleOption(size_t &argsIndex, const std::deque<std::string_view> &args,… in ParseSimpleOption()
131 RetCode CommandLine::HandleInputArgs(const std::deque<std::string_view> &args, OptionCategory &optC… in HandleInputArgs()
193 std::deque<std::string_view> args; in Parse() local
208 std::deque<std::string_view> args; in Parse() local
Dcl_option_parser.cpp47 std::pair<RetCode, size_t> ExtractValue(size_t argsIndex, const std::deque<std::string_view> &args, in ExtractValue()
92 RetCode Option<bool>::ParseBool(size_t &argsIndex, const std::deque<std::string_view> &args) in ParseBool()
105 …ode Option<std::string>::ParseString(size_t &argsIndex, const std::deque<std::string_view> &args, … in ParseString()
150 RetCode Option<T>::ParseDigit(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &… in ParseDigit()
/arkcompiler/runtime_core/static_core/dprof/converter/
Dmain.cpp31 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/scripts/
Dts2abc.js24 let args = process.argv.splice(2); variable
48 function callEs2abc(args) { argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h64 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/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp86 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/runtime_core/static_core/platforms/unix/libpandabase/
Dexec.h32 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/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_locale_test.cpp148 …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 …]
Dbuiltins_finalization_registry_test.cpp107std::vector<JSTaggedValue> &args, int32_t maxArg, bool unRegister = false) in RegisterUnRegisterCommon()
137 std::vector<JSTaggedValue> args{target.GetTaggedValue(), JSTaggedValue(10)}; in HWTEST_F_L0() local
152 …std::vector<JSTaggedValue> args{target.GetTaggedValue(), JSTaggedValue(10), target.GetTaggedValue(… in HWTEST_F_L0() local
174 std::vector<JSTaggedValue> args{target, JSTaggedValue(10), target}; in HWTEST_F_L0() local
206 std::vector<JSTaggedValue> args{target, JSTaggedValue(10), target}; in HWTEST_F_L0() local
244 std::vector<JSTaggedValue> args{target, JSTaggedValue(10), target}; in HWTEST_F_L0() local
278 std::vector<JSTaggedValue> args{target, JSTaggedValue(10), target}; in HWTEST_F_L0() local
304 …std::vector<JSTaggedValue> args{target.GetTaggedValue(), JSTaggedValue(10), target.GetTaggedValue(… in HWTEST_F_L0() local
328 std::vector<JSTaggedValue> args{target, JSTaggedValue(10), target}; in HWTEST_F_L0() local
359 std::vector<JSTaggedValue> args{target, JSTaggedValue(10), target}; in HWTEST_F_L0() local
[all …]
/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/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.js27 exports.stringifyArgs = function (...args) {
33 exports.applyArgs = function (fn, ...args) {
39 exports.log = function (...args) {
/arkcompiler/runtime_core/disassembler/tests/
Dgen_pa_file.py174 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_runtime/ecmascript/dfx/tracing/
Dtracing.cpp97 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
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.h57 Type *Node(Args &&...args) in Node()
63 ark::ArenaVector<Type *> Nodes(Args &&...args) in Nodes()

12345678910>>...16