iseq_data_to_ary 1077 iseq.c         static VALUE iseq_data_to_ary(const rb_iseq_t *iseq);
iseq_data_to_ary 1165 iseq.c             return iseq_data_to_ary(iseq);
iseq_data_to_ary 1922 iseq.c         			VALUE val = iseq_data_to_ary(rb_iseq_check(iseq));
iseq_data_to_ary 2017 iseq.c         	    rb_ary_push(ary, iseq_data_to_ary(rb_iseq_check(entry->iseq)));