Ruby
2.0.0p594(2014-10-27revision48167)
|
#include <vm_core.h>
Data Fields | |
VALUE | ic_vmstat |
VALUE | ic_class |
union { | |
VALUE value | |
long index | |
} | ic_value |
VALUE iseq_inline_cache_entry::ic_class |
Definition at line 134 of file vm_core.h.
Referenced by vm_getivar(), and vm_setivar().
union { ... } iseq_inline_cache_entry::ic_value |
Referenced by vm_getivar(), and vm_setivar().
VALUE iseq_inline_cache_entry::ic_vmstat |
Definition at line 133 of file vm_core.h.
Referenced by vm_getivar(), and vm_setivar().
long iseq_inline_cache_entry::index |
Definition at line 137 of file vm_core.h.
Referenced by vm_getivar(), and vm_setivar().