Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
iseq_inline_storage_entry Union Reference

Data Fields

struct {
   struct rb_thread_struct *   running_thread
 
   VALUE   value
 
once
 
struct iseq_inline_constant_cache ic_cache
 
struct iseq_inline_iv_cache_entry iv_cache
 
struct {
   struct rb_thread_struct *   running_thread
 
   VALUE   value
 
once
 

Detailed Description

Definition at line 7324 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ ic_cache

struct iseq_inline_constant_cache iseq_inline_storage_entry::ic_cache

Definition at line 7329 of file rb_mjit_min_header-3.1.3.h.

◆ iv_cache

struct iseq_inline_iv_cache_entry iseq_inline_storage_entry::iv_cache

Definition at line 7330 of file rb_mjit_min_header-3.1.3.h.

◆ running_thread

struct rb_thread_struct* iseq_inline_storage_entry::running_thread

Definition at line 7326 of file rb_mjit_min_header-3.1.3.h.

◆ value

VALUE iseq_inline_storage_entry::value

Definition at line 7327 of file rb_mjit_min_header-3.1.3.h.


The documentation for this union was generated from the following files: