ISEQ_TYPE_CLASS 448 compile.c case ISEQ_TYPE_CLASS: { ISEQ_TYPE_CLASS 469 compile.c case ISEQ_TYPE_CLASS: ISEQ_TYPE_CLASS 4154 compile.c if (is->type == ISEQ_TYPE_TOP || is->type == ISEQ_TYPE_CLASS) { ISEQ_TYPE_CLASS 4195 compile.c if (iseq->type == ISEQ_TYPE_TOP || iseq->type == ISEQ_TYPE_CLASS) { ISEQ_TYPE_CLASS 4525 compile.c ISEQ_TYPE_CLASS); ISEQ_TYPE_CLASS 4540 compile.c ISEQ_TYPE_CLASS); ISEQ_TYPE_CLASS 4555 compile.c ISEQ_TYPE_CLASS); ISEQ_TYPE_CLASS 120 iseq.c else if (type == ISEQ_TYPE_METHOD || type == ISEQ_TYPE_CLASS) { ISEQ_TYPE_CLASS 131 iseq.c type == ISEQ_TYPE_METHOD || type == ISEQ_TYPE_CLASS) { ISEQ_TYPE_CLASS 410 iseq.c st_insert(type_map, ID2SYM(rb_intern("class")), ISEQ_TYPE_CLASS); ISEQ_TYPE_CLASS 1056 iseq.c case ISEQ_TYPE_CLASS: type = sym_class; break;