Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
iseq_compile_data_storage Struct Reference

#include <rb_mjit_min_header-2.7.6.h>

Data Fields

struct iseq_compile_data_storagenext
 
unsigned int pos
 
unsigned int size
 
char buff []
 

Detailed Description

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

Field Documentation

◆ buff

char iseq_compile_data_storage::buff

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

Referenced by rb_iseq_mark_insn_storage().

◆ next

struct iseq_compile_data_storage * iseq_compile_data_storage::next

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

Referenced by rb_iseq_mark_insn_storage().

◆ pos

unsigned int iseq_compile_data_storage::pos

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

Referenced by rb_iseq_mark_insn_storage().

◆ size

unsigned int iseq_compile_data_storage::size

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

Referenced by rb_iseq_mark_insn_storage().


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