Ruby
2.1.10p492(2016-04-01revision54464)
|
Public Types | |
enum | { ISEQ_ELEMENT_NONE, ISEQ_ELEMENT_LABEL, ISEQ_ELEMENT_INSN, ISEQ_ELEMENT_ADJUST } |
Data Fields | |
enum iseq_link_element:: { ... } | type |
struct iseq_link_element * | next |
struct iseq_link_element * | prev |
anonymous enum |
struct iseq_link_element* iseq_link_element::next |
Definition at line 32 of file compile.c.
Referenced by ADD_ELEM(), APPEND_ELEM(), APPEND_LIST(), dump_disasm_list(), FIRST_ELEMENT(), get_destination_insn(), get_next_insn(), INSERT_ELEM_NEXT(), INSERT_LIST(), iseq_insns_unification(), iseq_optimize(), iseq_set_sequence(), iseq_set_sequence_stackcaching(), LIST_SIZE_ZERO(), new_adjust_body(), new_insn_core(), new_label_body(), REMOVE_ELEM(), REPLACE_ELEM(), validate_label(), and verify_list().
struct iseq_link_element* iseq_link_element::prev |
Definition at line 33 of file compile.c.
Referenced by ADD_ELEM(), APPEND_ELEM(), APPEND_LIST(), get_prev_insn(), INSERT_ELEM_NEXT(), INSERT_LIST(), iseq_insns_unification(), REMOVE_ELEM(), REPLACE_ELEM(), and verify_list().
enum { ... } iseq_link_element::type |