Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
iseq_inline_storage_entry Union Reference

#include <rb_mjit_min_header-2.7.6.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.6.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.6.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.6.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.6.h.

◆ value

VALUE iseq_inline_storage_entry::value

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


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