Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
struct list_node | unode |
int | id |
void * | handle |
rb_iseq_t * | iseq |
bool | used_code_p |
bool | stale_p |
struct rb_mjit_compile_info | compile_info |
const struct rb_callcache ** | cc_entries |
unsigned int | cc_entries_size |
Definition at line 154 of file mjit_worker.c.
const struct rb_callcache** rb_mjit_unit::cc_entries |
Definition at line 172 of file mjit_worker.c.
unsigned int rb_mjit_unit::cc_entries_size |
Definition at line 173 of file mjit_worker.c.
struct rb_mjit_compile_info rb_mjit_unit::compile_info |
Definition at line 170 of file mjit_worker.c.
void* rb_mjit_unit::handle |
Definition at line 159 of file mjit_worker.c.
int rb_mjit_unit::id |
Definition at line 157 of file mjit_worker.c.
rb_iseq_t* rb_mjit_unit::iseq |
Definition at line 160 of file mjit_worker.c.
bool rb_mjit_unit::stale_p |
Definition at line 168 of file mjit_worker.c.
struct list_node rb_mjit_unit::unode |
Definition at line 155 of file mjit_worker.c.
bool rb_mjit_unit::used_code_p |
Definition at line 166 of file mjit_worker.c.