rb_objid_hash     146 hash.c         long rb_objid_hash(st_index_t index);
rb_objid_hash     164 hash.c         	hnum = rb_objid_hash((st_index_t)a);
rb_objid_hash     235 hash.c             return rb_objid_hash((st_index_t)obj);
rb_objid_hash     173 object.c           return LONG2FIX(rb_objid_hash(index));