ISEQ_TYPE_BLOCK 575 compile.c case ISEQ_TYPE_BLOCK: ISEQ_TYPE_BLOCK 623 compile.c case ISEQ_TYPE_BLOCK: ISEQ_TYPE_BLOCK 1448 compile.c if (iseq->body->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 3596 compile.c if (iseq->body->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 3761 compile.c const rb_iseq_t *block = NEW_CHILD_ISEQ(body, make_name_for_block(iseq->body->parent_iseq), ISEQ_TYPE_BLOCK, line); ISEQ_TYPE_BLOCK 4191 compile.c ISEQ_TYPE_BLOCK, line); ISEQ_TYPE_BLOCK 4196 compile.c ISEQ_TYPE_BLOCK, line); ISEQ_TYPE_BLOCK 4228 compile.c else if (iseq->body->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 4257 compile.c else if (ip->body->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 4321 compile.c else if (ip->body->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 4388 compile.c else if (ip->body->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 5637 compile.c const rb_iseq_t * block_iseq = NEW_CHILD_ISEQ(block_node, make_name_for_block(iseq), ISEQ_TYPE_BLOCK, line); ISEQ_TYPE_BLOCK 6005 compile.c make_name_for_block(iseq), ISEQ_TYPE_BLOCK, line); ISEQ_TYPE_BLOCK 6153 compile.c const rb_iseq_t *block = NEW_CHILD_ISEQ(node->nd_body, make_name_for_block(iseq), ISEQ_TYPE_BLOCK, line); ISEQ_TYPE_BLOCK 6873 compile.c while (iseq->body->type == ISEQ_TYPE_BLOCK || ISEQ_TYPE_BLOCK 524 iseq.c if (typeid == id_block) return ISEQ_TYPE_BLOCK; ISEQ_TYPE_BLOCK 1825 iseq.c case ISEQ_TYPE_BLOCK: type = sym_block; break; ISEQ_TYPE_BLOCK 924 vm_insnhelper.c while (base_iseq->body->type != ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 1938 vm_insnhelper.c if (cfp->iseq && cfp->iseq->body->type == ISEQ_TYPE_BLOCK) {