Ruby 3.5.0dev (2025-02-20 revision 34098b669c0cbc024cd08e686891f1dfe0a10aaf)
Data Fields
iseq_insn_data Struct Reference

Data Fields

LINK_ELEMENT link
 
enum ruby_vminsn_type insn_id
 
int operand_size
 
int sc_state
 
VALUEoperands
 
struct { 
 
   int   line_no 
 
   int   node_id 
 
   rb_event_flag_t   events 
 
insn_info 
 

Detailed Description

Definition at line 89 of file compile.c.

Field Documentation

◆ events

rb_event_flag_t iseq_insn_data::events

Definition at line 98 of file compile.c.

◆ insn_id

enum ruby_vminsn_type iseq_insn_data::insn_id

Definition at line 91 of file compile.c.

◆ line_no

int iseq_insn_data::line_no

Definition at line 96 of file compile.c.

◆ link

LINK_ELEMENT iseq_insn_data::link

Definition at line 90 of file compile.c.

◆ node_id

int iseq_insn_data::node_id

Definition at line 97 of file compile.c.

◆ operand_size

int iseq_insn_data::operand_size

Definition at line 92 of file compile.c.

◆ operands

VALUE* iseq_insn_data::operands

Definition at line 94 of file compile.c.

◆ sc_state

int iseq_insn_data::sc_state

Definition at line 93 of file compile.c.


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