rb_iseq_new_with_opt  917 compile.c          ret = rb_iseq_new_with_opt(node, name, iseq_filename(iseq->self),
rb_iseq_new_with_opt  302 iseq.c             return rb_iseq_new_with_opt(node, name, filename, parent, type,
rb_iseq_new_with_opt  309 iseq.c             return rb_iseq_new_with_opt(node, name, filename, parent, ISEQ_TYPE_TOP,
rb_iseq_new_with_opt  318 iseq.c             return rb_iseq_new_with_opt(node, rb_str_new2("<main>"), filename,
rb_iseq_new_with_opt  477 iseq.c         	return rb_iseq_new_with_opt(node, th->base_block->iseq->name,
rb_iseq_new_with_opt  482 iseq.c         	return rb_iseq_new_with_opt(node, rb_str_new2("<compiled>"), file, Qfalse,
rb_iseq_new_with_opt  527 iseq.c             return rb_iseq_new_with_opt(node, rb_str_new2("<main>"), file, Qfalse,
rb_iseq_new_with_opt  437 vm_core.h      VALUE rb_iseq_new_with_opt(NODE*, VALUE, VALUE, VALUE, VALUE, const rb_compile_option_t*);