Ruby 3.5.0dev (2025-05-16 revision 06a56a7ffcb053d5bc45b9a984082d9301d6819c)
Data Fields
iseq_inline_constant_cache_entry Struct Reference

Data Fields

VALUE flags
 
VALUE value
 
VALUE _unused1
 
VALUE _unused2
 
const rb_cref_tic_cref
 

Detailed Description

Definition at line 261 of file vm_core.h.

Field Documentation

◆ _unused1

VALUE iseq_inline_constant_cache_entry::_unused1

Definition at line 265 of file vm_core.h.

◆ _unused2

VALUE iseq_inline_constant_cache_entry::_unused2

Definition at line 266 of file vm_core.h.

◆ flags

VALUE iseq_inline_constant_cache_entry::flags

Definition at line 262 of file vm_core.h.

◆ ic_cref

const rb_cref_t* iseq_inline_constant_cache_entry::ic_cref

Definition at line 267 of file vm_core.h.

◆ value

VALUE iseq_inline_constant_cache_entry::value

Definition at line 264 of file vm_core.h.


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