|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Data Fields | |
| int | id |
| void * | handle |
| rb_iseq_t * | iseq |
| char * | o_file |
| bool | o_file_inherited_p |
| char | used_code_p |
| struct list_node | unode |
| struct rb_mjit_compile_info | compile_info |
Definition at line 126 of file mjit_worker.c.
| struct rb_mjit_compile_info rb_mjit_unit::compile_info |
Definition at line 145 of file mjit_worker.c.
| void* rb_mjit_unit::handle |
Definition at line 130 of file mjit_worker.c.
| int rb_mjit_unit::id |
Definition at line 128 of file mjit_worker.c.
| rb_iseq_t* rb_mjit_unit::iseq |
Definition at line 131 of file mjit_worker.c.
| char* rb_mjit_unit::o_file |
Definition at line 134 of file mjit_worker.c.
| bool rb_mjit_unit::o_file_inherited_p |
Definition at line 138 of file mjit_worker.c.
| struct list_node rb_mjit_unit::unode |
Definition at line 145 of file mjit_worker.c.
| char rb_mjit_unit::used_code_p |
Definition at line 145 of file mjit_worker.c.