rb_const_get     196 class.c        	klass = rb_const_get(rb_cObject, id);
rb_const_get     226 class.c        	klass = rb_const_get(outer, id);
rb_const_get     285 class.c        	module = rb_const_get(rb_cObject, id);
rb_const_get     306 class.c        	module = rb_const_get(outer, id);
rb_const_get     580 error.c        	num = rb_const_get(klass, rb_intern("Errno"));
rb_const_get     582 error.c            if (rb_const_get(self, rb_intern("Errno")) == num)
rb_const_get     1562 eval.c         	if (NIL_P(klass)) return rb_const_get(CLASS_OF(self), id);
rb_const_get     1568 eval.c             return rb_const_get(cref->nd_clss, id);
rb_const_get     3022 eval.c         		result = rb_const_get(klass, node->nd_mid);
rb_const_get     3306 eval.c         		klass = rb_const_get(ruby_class, node->nd_cname);
rb_const_get     3349 eval.c         		module = rb_const_get(ruby_class, node->nd_cname);
rb_const_get     792 ext/racc/cparse/cparse.c         Racc = rb_const_get(rb_cObject, id_racc);
rb_const_get     736 ext/strscan/strscan.c         ScanError = rb_const_get(rb_cObject, id_scanerr);
rb_const_get     842 object.c           return rb_const_get(mod, id);
rb_const_get     2347 parse.y        	hash = rb_const_get(rb_cObject, rb_intern("SCRIPT_LINES__"));
rb_const_get     1113 variable.c     	*klassp = rb_const_get(rb_cObject, id);