imemo_type        590 ext/objspace/objspace.c 	    VALUE key = ID2SYM(imemo_type_ids[imemo_type(v)]);
imemo_type       1965 gc.c               fprintf(stderr, "memo %p (type: %d) @ %s:%d\n", memo, imemo_type(memo), file, line);
imemo_type       2276 gc.c           	    switch (imemo_type(obj)) {
imemo_type       4403 gc.c           	switch (imemo_type(obj)) {
imemo_type       9212 gc.c           	      switch (imemo_type(obj)) {
imemo_type       9227 gc.c           	      switch (imemo_type(obj)) {
imemo_type        699 internal.h     static inline enum imemo_type
imemo_type        734 load.c             else if (RB_TYPE_P((VALUE)data, T_IMEMO) && imemo_type((VALUE)data) == imemo_memo) {
imemo_type       1285 vm_backtrace.c 	switch (imemo_type(frame)) {
imemo_type       1348 vm_backtrace.c 	if (imemo_type(frame) == imemo_ment) {
imemo_type        983 vm_core.h      #define RUBY_VM_IFUNC_P(ptr)        (RB_TYPE_P((VALUE)(ptr), T_IMEMO) && imemo_type((VALUE)ptr) == imemo_ifunc)
imemo_type        984 vm_core.h      #define RUBY_VM_NORMAL_ISEQ_P(ptr)  (RB_TYPE_P((VALUE)(ptr), T_IMEMO) && imemo_type((VALUE)ptr) == imemo_iseq && rb_iseq_check((rb_iseq_t *)ptr))
imemo_type         76 vm_insnhelper.c     enum imemo_type cref_or_me_type = imemo_none;
imemo_type         79 vm_insnhelper.c 	cref_or_me_type = imemo_type(cref_or_me);
imemo_type        263 vm_insnhelper.c 		switch (imemo_type(svar)) {
imemo_type        287 vm_insnhelper.c     if ((VALUE)svar == Qfalse || imemo_type((VALUE)svar) != imemo_svar) return Qnil;
imemo_type        319 vm_insnhelper.c     if ((VALUE)svar == Qfalse || imemo_type((VALUE)svar) != imemo_svar) {
imemo_type        387 vm_insnhelper.c     switch (imemo_type(obj)) {
imemo_type        441 vm_insnhelper.c     switch (imemo_type(obj)) {
imemo_type        475 vm_insnhelper.c 	switch (imemo_type(v)) {
imemo_type        504 vm_insnhelper.c 	switch (imemo_type(v)) {