Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
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 90 of file compile.c.

Field Documentation

◆ events

rb_event_flag_t iseq_insn_data::events

Definition at line 99 of file compile.c.

◆ insn_id

enum ruby_vminsn_type iseq_insn_data::insn_id

Definition at line 92 of file compile.c.

◆ line_no

int iseq_insn_data::line_no

Definition at line 97 of file compile.c.

◆ link

LINK_ELEMENT iseq_insn_data::link

Definition at line 91 of file compile.c.

◆ node_id

int iseq_insn_data::node_id

Definition at line 98 of file compile.c.

◆ operand_size

int iseq_insn_data::operand_size

Definition at line 93 of file compile.c.

◆ operands

VALUE* iseq_insn_data::operands

Definition at line 95 of file compile.c.

◆ sc_state

int iseq_insn_data::sc_state

Definition at line 94 of file compile.c.


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