Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_frontend/test262/
Drun_test262.py121 def excuting_npm_install(args): argument
155 def init(args): argument
166 def get_all_skip_tests(args): argument
207 def __init__(self, args): argument
438 def run_test262_prepare(args): argument
453 def run_test262_mode(args): argument
459 def get_execute_arg(args): argument
469 def get_host_path_type(args): argument
478 def get_timeout(args, threads): argument
485 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/toolchain/build/toolchain/
Dgcc_solink_wrapper.py22 def collect_soname(args): argument
35 def collect_dyn_sym(args): argument
51 def collect_toc(args): argument
/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/runtime_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()
79 inline void WriteArg(arch::ArgWriter<RUNTIME_ARCH> *writer, T arg, Args... args) in WriteArg()
100 inline T InvokeEntryPoint(Method *method, Args... args) in InvokeEntryPoint()
156 DecodedTaggedValue InvokeDynEntryPoint(Method *method, uint32_t num_args, Args... args) in InvokeDynEntryPoint()
Dexception_test.cpp163 std::vector<Value> args; in TEST_F() local
246 std::vector<Value> args; in TEST_F() local
332 std::vector<Value> args; in TEST_F() local
418 std::vector<Value> args; in TEST_F() local
505 std::vector<Value> args; in TEST_F() local
592 std::vector<Value> args; in TEST_F() local
675 std::vector<Value> args; in TEST_F() local
758 std::vector<Value> args; in TEST_F() local
843 std::vector<Value> args; in TEST_F() local
928 std::vector<Value> args; in TEST_F() local
[all …]
Di2c_bridge_test.cpp102 std::string ArgsToString(const Arg &a0, Args... args) in ArgsToString()
110 std::string PrintFunc(const char *ret, const char *name, Args... args) in PrintFunc()
181 int64_t args[] = {static_cast<int64_t>(ToUintPtr(obj2))}; in TEST_F() local
557 int64_t args[] = {static_cast<int64_t>(ToUintPtr(obj)), 5}; in TEST_F() local
683 int64_t args[] = {1, 2, 3}; in TEST_F() local
718 int64_t args[] = {1, 2, 3, 4}; in TEST_F() local
757 int64_t args[] = {9}; in TEST_F() local
789 int64_t args[] = {bit_cast<int64_t>(4.0)}; in TEST_F() local
824 int64_t args[] = {1, 2, 3, 4}; in TEST_F() local
864 int64_t args[] = {3, 9}; in TEST_F() local
[all …]
Dinterpreter_test_resolve_field.cpp106 std::vector<Value> args; in TEST_F() local
121 std::vector<Value> args; in TEST_F() local
/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/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
97 def _copy_url(args, task_id, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument
118 def _hwcloud_download(args, config, bin_dir, code_dir): argument
157 def _npm_install(args, code_dir, unzip_dir, unzip_filename): argument
/arkcompiler/ets_frontend/ts2panda/scripts/
Dts2abc.js43 function callJs2abc(args) { argument
55 let args = process.argv.splice(2); variable
/arkcompiler/runtime_core/dprof/converter/
Dmain.cpp31 bool Parse(panda::Span<const char *> args) in Parse()
68 int Main(panda::Span<const char *> args) in Main()
103 panda::Span<const char *> args(argv, argc); in main() local
/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/verification/util/
Dset_operations.h34 pack_element_t<0, Args...> SetIntersection(const Args &... args) in SetIntersection()
71 pack_element_t<0, Args...> SetUnion(const Args &... args) in SetUnion()
96 Arg SetDifference(const Arg &arg, const Args &... args) in SetDifference()
Dbit_vector.h548 static size_t power_of_op_then_fold(Op op, Binop binop, const Args &... args) in power_of_op_then_fold()
577 static size_t power_of_and(const Args &... args) in power_of_and()
584 static size_t power_of_or(const Args &... args) in power_of_or()
591 static size_t power_of_xor(const Args &... args) in power_of_xor()
598 static size_t power_of_and_not(const Args &... args) in power_of_and_not()
641 static auto lazy_op_then_fold_then_indices_of(Op op, BinOp binop, const Args &... args) in lazy_op_then_fold_then_indices_of()
683 static auto lazy_and_then_indices_of(const Args &... args) in lazy_and_then_indices_of()
690 static auto lazy_or_then_indices_of(const Args &... args) in lazy_or_then_indices_of()
697 static auto lazy_xor_then_indices_of(const Args &... args) in lazy_xor_then_indices_of()
704 static auto lazy_and_not_then_indices_of(const Args &... args) in lazy_and_not_then_indices_of()
Denum_array.h37 EnumArray(Args... args) : arr {} in EnumArray()
/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/runtime/include/
Dmethod-inl.h119coretypes::TaggedValue *args) in CompiledCodeExecute()
174 inline Value Method::InvokeCompiledCode(ManagedThread *thread, uint32_t num_args, Value *args) in InvokeCompiledCode()
218 ValueT Method::InvokeInterpretedCode(ManagedThread *thread, uint32_t num_actual_args, ValueT *args) in InvokeInterpretedCode()
278 …ggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t num_args, coretypes::TaggedValue *args) in InvokeDyn()
284 …ggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t num_args, coretypes::TaggedValue *args) in InvokeDyn()
348 …:EnterNativeMethodFrame(ManagedThread *thread, uint32_t num_vregs, uint32_t num_args, ValueT *args) in EnterNativeMethodFrame()
376 …ame, FrameDeleter> Method::InitFrame(ManagedThread *thread, uint32_t num_actual_args, ValueT *args, in InitFrame()
386 … uint32_t num_actual_args, ValueT *args, in InitFrameWithNumVRegs()
415 ValueT Method::InvokeImpl(ManagedThread *thread, uint32_t num_actual_args, ValueT *args, bool proxy… in InvokeImpl()
/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/ets_runtime/script/
Drun_ark_executable.py43 def judge_output(args): argument
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py394 def __init__(self, args, name): argument
507 def __init__(self, args): argument
523 def __init__(self, args): argument
715 def __init__(self, args): argument
782 def __init__(self, args): argument
903 def __init__(self, args, name): argument
927 def __init__(self, args): argument
935 def __init__(self, args): argument
993 def __init__(self, args): argument
/arkcompiler/toolchain/inspector/
Dlog_wrapper.cpp46 va_list args; in PrintLog() local
56 va_list args; in PrintLog() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h221 explicit LexicalScope(Binder *binder, Args &&... args) in LexicalScope()
260 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, Args &&... args) in AddTsDecl()
273 T *Binder::AddDecl(const lexer::SourcePosition &pos, Args &&... args) in AddDecl()
286 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, Args &&... args) in AddDecl()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dexec.cpp32 Expected<int, Error> Exec(Span<const char *> args) in Exec()

123456