iseq_load          20 ext/-test-/iseq_load/iseq_load.c     rb_define_singleton_method(rb_cISeq, "iseq_load", iseq_load, -1);
iseq_load         600 iseq.c             return iseq_load(data, NULL, opt);
iseq_load         606 iseq.c             return iseq_load(data, RTEST(parent) ? (rb_iseq_t *)parent : NULL, opt);