Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Fields
iseq_inline_storage_entry Union Reference

#include <rb_mjit_min_header-2.7.7.h>

Data Fields

struct {
   struct rb_thread_struct *   running_thread
 
   VALUE   value
 
once
 
struct iseq_inline_cache_entry cache
 
struct iseq_inline_iv_cache_entry iv_cache
 
struct {
   struct rb_thread_struct *   running_thread
 
   VALUE   value
 
once
 

Detailed Description

Definition at line 9560 of file rb_mjit_min_header-2.7.7.h.

Field Documentation

◆ cache

struct iseq_inline_cache_entry iseq_inline_storage_entry::cache

Definition at line 9565 of file rb_mjit_min_header-2.7.7.h.

◆ iv_cache

struct iseq_inline_iv_cache_entry iseq_inline_storage_entry::iv_cache

Definition at line 9566 of file rb_mjit_min_header-2.7.7.h.

◆  [1/2]

struct { ... } iseq_inline_storage_entry::once

◆  [2/2]

struct { ... } iseq_inline_storage_entry::once

◆ running_thread

struct rb_thread_struct* iseq_inline_storage_entry::running_thread

Definition at line 9562 of file rb_mjit_min_header-2.7.7.h.

◆ value

VALUE iseq_inline_storage_entry::value

Definition at line 9563 of file rb_mjit_min_header-2.7.7.h.


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