rb_ary_new2       495 array.c            return rb_ary_new2(RARRAY_EMBED_LEN_MAX);
rb_ary_new2       505 array.c            ary = rb_ary_new2(n);
rb_ary_new2       522 array.c            ary = rb_ary_new2(n);
rb_ary_new2       612 array.c        	VALUE subst = rb_ary_new2(len);
rb_ary_new2      1928 array.c            VALUE dup = rb_ary_new2(len);
rb_ary_new2      2151 array.c        	VALUE dup = rb_ary_new2(RARRAY_LEN(ary));
rb_ary_new2      2260 array.c            VALUE dup = rb_ary_new2(len);
rb_ary_new2      2360 array.c            rotated = rb_ary_new2(len);
rb_ary_new2      2721 array.c            collect = rb_ary_new2(RARRAY_LEN(ary));
rb_ary_new2      2766 array.c            VALUE result = rb_ary_new2(argc);
rb_ary_new2      2839 array.c            result = rb_ary_new2(RARRAY_LEN(ary));
rb_ary_new2      3116 array.c        	if (len == 0) return rb_ary_new2(0);
rb_ary_new2      3278 array.c            result = rb_ary_new2(n);
rb_ary_new2      3342 array.c        		VALUE tmp = rb_ary_new2(argc+1);
rb_ary_new2      3394 array.c        	    result = rb_ary_new2(elen);
rb_ary_new2      3396 array.c        		rb_ary_store(result, j, rb_ary_new2(alen));
rb_ary_new2      3617 array.c            z = rb_ary_new2(len);
rb_ary_new2      4931 array.c            const VALUE result = rb_ary_new2(r);
rb_ary_new2      5071 array.c        	rb_yield(rb_ary_new2(0));
rb_ary_new2      5161 array.c        	rb_yield(rb_ary_new2(0));
rb_ary_new2      5267 array.c        	rb_yield(rb_ary_new2(0));
rb_ary_new2      5360 array.c        	rb_yield(rb_ary_new2(0));
rb_ary_new2      5441 array.c        		result = rb_ary_new2(0);
rb_ary_new2      5448 array.c        	result = rb_ary_new2(resultlen);
rb_ary_new2      5453 array.c        	VALUE subarray = rb_ary_new2(n);
rb_ary_new2      1173 encoding.c         args[1] = rb_ary_new2(0);
rb_ary_new2      1199 encoding.c         VALUE ary = rb_ary_new2(0);
rb_ary_new2      1664 encoding.c         VALUE ary = rb_ary_new2(enc_table.names->num_entries);
rb_ary_new2      1948 encoding.c         list = rb_ary_new2(enc_table.count);
rb_ary_new2      1078 enum.c         	ary = rb_ary_new2(RARRAY_LEN(obj)*2);
rb_ary_new2      1383 enum.c                 return rb_ary_new2(0);
rb_ary_new2      2279 enum.c         	    MEMO_V1_SET(memo, rb_ary_new2(size));
rb_ary_new2      2330 enum.c             ary = rb_ary_new2(size);
rb_ary_new2      2408 enum.c             memo = MEMO_NEW(rb_ary_new2(size), dont_recycle_block_arg(arity), size);
rb_ary_new2      2455 enum.c             tmp = rb_ary_new2(RARRAY_LEN(args) + 1);
rb_ary_new2      2500 enum.c             tmp = rb_ary_new2(RARRAY_LEN(args) + 1);
rb_ary_new2      2630 enum.c             if (len == 0) return rb_ary_new2(0);
rb_ary_new2      2631 enum.c             result = rb_ary_new2(len);
rb_ary_new2      1285 enumerator.c       VALUE args = rb_ary_new2(argc + 1);
rb_ary_new2      1749 enumerator.c       ary = rb_ary_new2(RARRAY_LEN(arrays) + 1);
rb_ary_new2      1768 enumerator.c   	arg = rb_ary_new2(RARRAY_LEN(zip_args));
rb_ary_new2      1775 enumerator.c       ary = rb_ary_new2(RARRAY_LEN(arg) + 1);
rb_ary_new2      1802 enumerator.c       ary = rb_ary_new2(argc);
rb_ary_new2      2052 ext/bigdecimal/bigdecimal.c     obj = rb_ary_new2(4);
rb_ary_new2      8955 ext/date/date_core.c     o = rb_ary_new2(len);
rb_ary_new2       404 ext/dbm/dbm.c      VALUE new = rb_ary_new2(argc);
rb_ary_new2       516 ext/gdbm/gdbm.c     VALUE new = rb_ary_new2(argc);
rb_ary_new2       115 ext/openssl/ossl.c     ary = rb_ary_new2(num);			\
rb_ary_new2       584 ext/openssl/ossl_pkcs7.c     ary = rb_ary_new2(num);
rb_ary_new2       628 ext/openssl/ossl_pkcs7.c     ary = rb_ary_new2(num);
rb_ary_new2        32 ext/openssl/ossl_pkey.c 	ary = rb_ary_new2(2);
rb_ary_new2      1045 ext/openssl/ossl_pkey_ec.c     ret = rb_ary_new2(crv_len);
rb_ary_new2      1051 ext/openssl/ossl_pkey_ec.c         ary = rb_ary_new2(2);
rb_ary_new2       365 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(2);
rb_ary_new2       414 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(2);
rb_ary_new2       463 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(2);
rb_ary_new2       539 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(2);
rb_ary_new2       902 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(4);
rb_ary_new2       938 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(num);
rb_ary_new2      1898 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(num);
rb_ary_new2      2515 ext/openssl/ossl_ssl.c     ary = rb_ary_new2(numberof(ossl_ssl_method_tab));
rb_ary_new2       641 ext/openssl/ossl_x509cert.c     ary = rb_ary_new2(count);
rb_ary_new2       295 ext/openssl/ossl_x509crl.c     ary = rb_ary_new2(num);
rb_ary_new2       467 ext/openssl/ossl_x509crl.c     ary = rb_ary_new2(count);
rb_ary_new2       293 ext/openssl/ossl_x509name.c     ret = rb_ary_new2(entries);
rb_ary_new2       409 ext/openssl/ossl_x509req.c     ary = rb_ary_new2(count);
rb_ary_new2       173 ext/openssl/ossl_x509revoked.c     ary = rb_ary_new2(count);
rb_ary_new2       478 ext/openssl/ossl_x509store.c     ary = rb_ary_new2(num);
rb_ary_new2       615 ext/pty/pty.c      res = rb_ary_new2(3);
rb_ary_new2       121 ext/racc/cparse/cparse.c #define NEW_STACK() rb_ary_new2(STACK_INIT_LEN)
rb_ary_new2       405 ext/sdbm/init.c     VALUE new = rb_ary_new2(argc);
rb_ary_new2       123 ext/socket/ifaddr.c     result = rb_ary_new2(numifaddrs);
rb_ary_new2       684 ext/socket/raddrinfo.c         names = rb_ary_new2(0);
rb_ary_new2      3624 ext/tk/tcltklib.c     args = rb_ary_new2(argc - 2);
rb_ary_new2      9741 ext/tk/tcltklib.c         ary = rb_ary_new2(objc);
rb_ary_new2      9789 ext/tk/tcltklib.c         ary = rb_ary_new2(argc);
rb_ary_new2      11027 ext/tk/tcltklib.c     eventloop_stack = rb_ary_new2(DEFAULT_EVENTLOOP_DEPTH);
rb_ary_new2       384 ext/tk/tkutil/tkutil.c     dst = rb_ary_new2(size);
rb_ary_new2       529 ext/tk/tkutil/tkutil.c     dst = rb_ary_new2(size);
rb_ary_new2       609 ext/tk/tkutil/tkutil.c     volatile VALUE dst = rb_ary_new2(2 * RARRAY_LEN(assoc));
rb_ary_new2       632 ext/tk/tkutil/tkutil.c             val = rb_ary_new2(RARRAY_LEN(pair) - 1);
rb_ary_new2       655 ext/tk/tkutil/tkutil.c     volatile VALUE dst = rb_ary_new2(2 * RARRAY_LEN(assoc));
rb_ary_new2       678 ext/tk/tkutil/tkutil.c             val = rb_ary_new2(RARRAY_LEN(pair) - 1);
rb_ary_new2       721 ext/tk/tkutil/tkutil.c     volatile VALUE dst = rb_ary_new2(2 * RHASH_SIZE(hash));
rb_ary_new2       765 ext/tk/tkutil/tkutil.c     volatile VALUE dst = rb_ary_new2(2 * RHASH_SIZE(hash));
rb_ary_new2      1004 ext/tk/tkutil/tkutil.c     dst = rb_ary_new2(size);
rb_ary_new2      1694 ext/tk/tkutil/tkutil.c     volatile VALUE dst = rb_ary_new2(vallen);
rb_ary_new2       515 ext/zlib/zlib.c     dst = rb_ary_new2(256);
rb_ary_new2      1336 hash.c             VALUE result = rb_ary_new2(argc);
rb_ary_new2      1364 hash.c             VALUE result = rb_ary_new2(argc);
rb_ary_new2      8458 io.c               res = rb_ary_new2(3);
rb_ary_new2      8459 io.c               rb_ary_push(res, rp?rb_ary_new():rb_ary_new2(0));
rb_ary_new2      8460 io.c               rb_ary_push(res, wp?rb_ary_new():rb_ary_new2(0));
rb_ary_new2      8461 io.c               rb_ary_push(res, ep?rb_ary_new():rb_ary_new2(0));
rb_ary_new2      1857 iseq.c                   VALUE arg_opt_labels = rb_ary_new2(len);
rb_ary_new2      1901 iseq.c         	VALUE ary = rb_ary_new2(len);
rb_ary_new2      1954 iseq.c         			VALUE kw = rb_ary_new2((long)ci_kw->kw_arg->keyword_len);
rb_ary_new2      2085 iseq.c             VALUE a, args = rb_ary_new2(iseq->body->param.size);
rb_ary_new2      2087 iseq.c         #define PARAM_TYPE(type) rb_ary_push(a = rb_ary_new2(2), ID2SYM(type))
rb_ary_new2      1742 marshal.c      	    v = rb_ary_new2(len);
rb_ary_new2      1797 marshal.c      	    values = rb_ary_new2(len);
rb_ary_new2      1161 object.c           return rb_ary_new2(0);
rb_ary_new2      1048 proc.c             VALUE a, param = rb_ary_new2((arity < 0) ? -arity : arity);
rb_ary_new2       703 random.c           VALUE dump = rb_ary_new2(3);
rb_ary_new2       873 range.c            ary[1] = rb_ary_new2(NUM2LONG(n));
rb_ary_new2       795 re.c               VALUE ary = rb_ary_new2(back_num);
rb_ary_new2      1754 re.c               ary = rb_ary_new2(regs->num_regs);
rb_ary_new2      1985 re.c               result = rb_ary_new2(argc);
rb_ary_new2      7017 string.c       		return rb_ary_new2(0);
rb_ary_new2      7416 string.c       	    ary = rb_ary_new2(RSTRING_LEN(str));
rb_ary_new2      8182 string.c       	result = rb_ary_new2(regs->num_regs);
rb_ary_new2       816 symbol.c           VALUE ary = rb_ary_new2(global_symbols.str_sym->num_entries);
rb_ary_new2      4005 transcode.c        ary = rb_ary_new2(5);
rb_ary_new2      2403 variable.c         if (!tbl) return rb_ary_new2(0);
rb_ary_new2      2405 variable.c         ary = rb_ary_new2(rb_id_table_size(tbl));
rb_ary_new2      2451 variable.c         if (!tbl) return rb_ary_new2(0);
rb_ary_new2      2452 variable.c         ary = rb_ary_new2(tbl->num_entries);
rb_ary_new2      2956 variable.c         if (!tbl) return rb_ary_new2(0);
rb_ary_new2      2957 variable.c         ary = rb_ary_new2(tbl->num_entries);
rb_ary_new2      1109 vm_backtrace.c     VALUE frame = rb_ary_new2(5);
rb_ary_new2      1124 vm_backtrace.c     VALUE frame = rb_ary_new2(5);