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

#include <rb_mjit_min_header-2.7.6.h>

Data Fields

const VALUE err_info
 
const VALUE catch_table_ary
 
struct iseq_label_datastart_label
 
struct iseq_label_dataend_label
 
struct iseq_label_dataredo_label
 
const rb_iseq_tcurrent_block
 
struct iseq_compile_data_ensure_node_stackensure_node_stack
 
struct {
   struct iseq_compile_data_storage *   storage_head
 
   struct iseq_compile_data_storage *   storage_current
 
node
 
struct {
   struct iseq_compile_data_storage *   storage_head
 
   struct iseq_compile_data_storage *   storage_current
 
insn
 
int loopval_popped
 
int last_line
 
int label_no
 
int node_level
 
unsigned int ci_index
 
unsigned int ci_kw_index
 
const rb_compile_option_toption
 
struct rb_id_tableivar_cache_table
 
const struct rb_builtin_functionbuiltin_function_table
 
struct {
   struct iseq_compile_data_storage *   storage_head
 
   struct iseq_compile_data_storage *   storage_current
 
node
 
struct {
   struct iseq_compile_data_storage *   storage_head
 
   struct iseq_compile_data_storage *   storage_current
 
insn
 

Detailed Description

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

Field Documentation

◆ builtin_function_table

const struct rb_builtin_function * iseq_compile_data::builtin_function_table

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

◆ catch_table_ary

const VALUE iseq_compile_data::catch_table_ary

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

◆ ci_index

unsigned int iseq_compile_data::ci_index

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

◆ ci_kw_index

unsigned int iseq_compile_data::ci_kw_index

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

◆ current_block

const rb_iseq_t * iseq_compile_data::current_block

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

◆ end_label

struct iseq_label_data * iseq_compile_data::end_label

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

◆ ensure_node_stack

struct iseq_compile_data_ensure_node_stack * iseq_compile_data::ensure_node_stack

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

◆ err_info

const VALUE iseq_compile_data::err_info

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

◆  [1/2]

struct { ... } iseq_compile_data::insn

◆  [2/2]

struct { ... } iseq_compile_data::insn

◆ ivar_cache_table

struct rb_id_table * iseq_compile_data::ivar_cache_table

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

◆ label_no

int iseq_compile_data::label_no

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

◆ last_line

int iseq_compile_data::last_line

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

◆ loopval_popped

int iseq_compile_data::loopval_popped

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

◆  [1/2]

struct { ... } iseq_compile_data::node

◆  [2/2]

struct { ... } iseq_compile_data::node

◆ node_level

int iseq_compile_data::node_level

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

◆ option

const rb_compile_option_t * iseq_compile_data::option

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

◆ redo_label

struct iseq_label_data * iseq_compile_data::redo_label

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

◆ start_label

struct iseq_label_data * iseq_compile_data::start_label

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

◆ storage_current

struct iseq_compile_data_storage* iseq_compile_data::storage_current

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

◆ storage_head

struct iseq_compile_data_storage* iseq_compile_data::storage_head

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


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