Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <iseq.h>
Data Fields | |
struct iseq_compile_data_storage * | next |
unsigned int | pos |
unsigned int | size |
char | buff [FLEX_ARY_LEN] |
char iseq_compile_data_storage::buff[FLEX_ARY_LEN] |
Definition at line 271 of file iseq.h.
Referenced by rb_iseq_mark_insn_storage().
struct iseq_compile_data_storage* iseq_compile_data_storage::next |
Definition at line 268 of file iseq.h.
Referenced by rb_iseq_mark_insn_storage(), and rb_iseq_memsize().
unsigned int iseq_compile_data_storage::pos |
Definition at line 269 of file iseq.h.
Referenced by rb_iseq_mark_insn_storage().
unsigned int iseq_compile_data_storage::size |
Definition at line 270 of file iseq.h.
Referenced by rb_iseq_mark_insn_storage(), and rb_iseq_memsize().