Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
struct { | |
struct rb_thread_struct * running_thread | |
VALUE value | |
} | once |
struct iseq_inline_constant_cache | ic_cache |
struct iseq_inline_iv_cache_entry | iv_cache |
struct { | |
struct rb_thread_struct * running_thread | |
VALUE value | |
} | once |
Definition at line 7299 of file rb_mjit_min_header-3.1.3.h.
struct iseq_inline_constant_cache iseq_inline_storage_entry::ic_cache |
Definition at line 7304 of file rb_mjit_min_header-3.1.3.h.
struct iseq_inline_iv_cache_entry iseq_inline_storage_entry::iv_cache |
Definition at line 7305 of file rb_mjit_min_header-3.1.3.h.
struct rb_thread_struct* iseq_inline_storage_entry::running_thread |
Definition at line 7301 of file rb_mjit_min_header-3.1.3.h.
VALUE iseq_inline_storage_entry::value |
Definition at line 7302 of file rb_mjit_min_header-3.1.3.h.