rb_tmp_class_path  278 variable.c     		path = rb_tmp_class_path(RBASIC(klass)->klass, &perm, cache_path);
rb_tmp_class_path  296 variable.c         VALUE path = rb_tmp_class_path(klass, &permanent, ivar_cache);
rb_tmp_class_path  311 variable.c         VALUE path = rb_tmp_class_path(klass, &permanent, null_cache);
rb_tmp_class_path  338 variable.c         return rb_tmp_class_path(klass, &permanent, never_cache);
rb_tmp_class_path  352 variable.c     	str = rb_str_dup(rb_tmp_class_path(under, &permanent, ivar_cache));
rb_tmp_class_path  375 variable.c     	str = rb_str_dup(rb_tmp_class_path(under, &permanent, ivar_cache));
rb_tmp_class_path  449 variable.c         VALUE path = rb_tmp_class_path(rb_class_real(klass), &permanent, ivar_cache);