rb_vm_top_self   1058 eval.c             rb_define_singleton_method(rb_vm_top_self(), "include", top_include, -1);
rb_vm_top_self    204 eval_intern.h  VALUE rb_vm_top_self();
rb_vm_top_self    285 load.c         	th->top_self = rb_obj_clone(rb_vm_top_self());
rb_vm_top_self    570 load.c         		    handle = (long)rb_vm_call_cfunc(rb_vm_top_self(), load_ext,
rb_vm_top_self    617 load.c         	rb_vm_call_cfunc(rb_vm_top_self(), init_ext_call, (VALUE)init,
rb_vm_top_self    449 ruby.c         extern VALUE rb_vm_top_self(void);
rb_vm_top_self    466 ruby.c         	rb_funcall2(rb_vm_top_self(), require, 1, &feature);
rb_vm_top_self   1803 ruby.c             tree = (NODE *)rb_vm_call_cfunc(rb_vm_top_self(),
rb_vm_top_self   1660 vm.c               th->top_self = rb_vm_top_self();
rb_vm_top_self   1924 vm.c           	th->top_self = rb_vm_top_self();
rb_vm_top_self   1991 vm.c               rb_define_singleton_method(rb_vm_top_self(), "to_s", main_to_s, 0);
rb_vm_top_self    831 vm_eval.c          return eval_string(rb_vm_top_self(), rb_str_new2(str), Qnil, "(eval)", 1);
rb_vm_top_self    850 vm_eval.c          th->top_self = rb_obj_clone(rb_vm_top_self());
rb_vm_top_self    896 vm_eval.c      	val = eval_string(rb_vm_top_self(), cmd, Qnil, 0, 0);
rb_vm_top_self   1130 vm_method.c        rb_define_singleton_method(rb_vm_top_self(), "public", top_public, -1);
rb_vm_top_self   1131 vm_method.c        rb_define_singleton_method(rb_vm_top_self(), "private", top_private, -1);