Ruby 3.1.4p223 (2023-03-30 revision HEAD)
Data Fields
iseq_inline_constant_cache_entry Struct Reference

Data Fields

VALUE flags
 
VALUE value
 
union ic_serial_entry ic_serial
 
const rb_cref_tic_cref
 

Detailed Description

Definition at line 224 of file vm_core.h.

Field Documentation

◆ flags

VALUE iseq_inline_constant_cache_entry::flags

Definition at line 225 of file vm_core.h.

◆ ic_cref

const rb_cref_t* iseq_inline_constant_cache_entry::ic_cref

Definition at line 229 of file vm_core.h.

◆ ic_serial

union ic_serial_entry iseq_inline_constant_cache_entry::ic_serial

Definition at line 228 of file vm_core.h.

◆ value

VALUE iseq_inline_constant_cache_entry::value

Definition at line 227 of file vm_core.h.


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