ibf_dump_object  7223 compile.c      		code[code_index] = ibf_dump_object(dump, op);
ibf_dump_object  7365 compile.c      	for (i=0; i<dv_num; i++) dvs[i] = (VALUE)ibf_dump_object(dump, kw->default_values[i]);
ibf_dump_object  7511 compile.c      	    keywords[j] = (VALUE)ibf_dump_object(dump, kw_arg->keywords[j]); /* kw_arg->keywords[n] is Symbol */
ibf_dump_object  7558 compile.c          dump_body.location.path = ibf_dump_object(dump, dump_body.location.path);
ibf_dump_object  7559 compile.c          dump_body.location.absolute_path = ibf_dump_object(dump, dump_body.location.absolute_path);
ibf_dump_object  7560 compile.c          dump_body.location.base_label = ibf_dump_object(dump, dump_body.location.base_label);
ibf_dump_object  7561 compile.c          dump_body.location.label = ibf_dump_object(dump, dump_body.location.label);
ibf_dump_object  7663 compile.c      	arg->list[i] = (long)ibf_dump_object(arg->dump, rb_id2str(id));
ibf_dump_object  7835 compile.c      	encindex = RUBY_ENCINDEX_BUILTIN_MAX + ibf_dump_object(dump, rb_str_new2(enc_name));
ibf_dump_object  7868 compile.c          regexp.srcstr = (long)ibf_dump_object(dump, regexp.srcstr);
ibf_dump_object  7891 compile.c      	long index = (long)ibf_dump_object(dump, RARRAY_AREF(obj, i));
ibf_dump_object  7917 compile.c          long key_index = (long)ibf_dump_object(dump, (VALUE)key);
ibf_dump_object  7918 compile.c          long val_index = (long)ibf_dump_object(dump, (VALUE)val);
ibf_dump_object  7962 compile.c      	range.beg = (long)ibf_dump_object(dump, beg);
ibf_dump_object  7963 compile.c      	range.end = (long)ibf_dump_object(dump, end);
ibf_dump_object  8046 compile.c          long real = (long)ibf_dump_object(dump, RCOMPLEX(obj)->real);
ibf_dump_object  8047 compile.c          long imag = (long)ibf_dump_object(dump, RCOMPLEX(obj)->imag);
ibf_dump_object  8071 compile.c          long str_index = (long)ibf_dump_object(dump, str);