ISEQ_TYPE_METHOD  601 compile.c      	  case ISEQ_TYPE_METHOD:
ISEQ_TYPE_METHOD  621 compile.c      	  case ISEQ_TYPE_METHOD:
ISEQ_TYPE_METHOD 5349 compile.c      		if (is->body->type == ISEQ_TYPE_METHOD) {
ISEQ_TYPE_METHOD 5357 compile.c      		if (is->body->type == ISEQ_TYPE_METHOD) {
ISEQ_TYPE_METHOD 5689 compile.c      						ISEQ_TYPE_METHOD, line);
ISEQ_TYPE_METHOD 5707 compile.c      						      ISEQ_TYPE_METHOD, line);
ISEQ_TYPE_METHOD 6948 compile.c      				INT2FIX(acc.line), 0, ISEQ_TYPE_METHOD, 0);
ISEQ_TYPE_METHOD  245 iseq.c             else if (type == ISEQ_TYPE_METHOD || type == ISEQ_TYPE_CLASS) {
ISEQ_TYPE_METHOD  523 iseq.c             if (typeid == id_method) return ISEQ_TYPE_METHOD;
ISEQ_TYPE_METHOD  706 iseq.c             if (local_iseq->body->type == ISEQ_TYPE_METHOD) {
ISEQ_TYPE_METHOD 1824 iseq.c               case ISEQ_TYPE_METHOD: type = sym_method; break;
ISEQ_TYPE_METHOD  244 vm_dump.c          if (cfp->iseq->body->type == ISEQ_TYPE_METHOD) {
ISEQ_TYPE_METHOD 1025 vm_insnhelper.c 	    if (escape_cfp->ep == target_lep && escape_cfp->iseq->body->type == ISEQ_TYPE_METHOD) {
ISEQ_TYPE_METHOD 1283 vm_insnhelper.c     if (cfp->iseq->body->type == ISEQ_TYPE_METHOD) {
ISEQ_TYPE_METHOD 2441 vm_insnhelper.c     if ((type != ISEQ_TYPE_METHOD && type != ISEQ_TYPE_CLASS) || block == 0) {