Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
iseq_inline_cache_entry Struct Reference

#include <vm_core.h>

Data Fields

rb_serial_t ic_serial
 
const rb_cref_tic_cref
 
union {
   size_t   index
 
   VALUE   value
 
ic_value
 

Detailed Description

Definition at line 188 of file vm_core.h.

Field Documentation

◆ ic_cref

const rb_cref_t* iseq_inline_cache_entry::ic_cref

Definition at line 190 of file vm_core.h.

◆ ic_serial

rb_serial_t iseq_inline_cache_entry::ic_serial

Definition at line 189 of file vm_core.h.

◆ ic_value

union { ... } iseq_inline_cache_entry::ic_value

◆ index

size_t iseq_inline_cache_entry::index

Definition at line 192 of file vm_core.h.

◆ value

VALUE iseq_inline_cache_entry::value

Definition at line 193 of file vm_core.h.


The documentation for this struct was generated from the following file: