|
Ruby
2.0.0p481(2014-05-08revision45883)
|
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 |
Definition at line 33 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(), POP_ELEMENT(), REMOVE_ELEM(), REPLACE_ELEM(), validate_label(), and verify_list().
Definition at line 34 of file compile.c.
Referenced by ADD_ELEM(), APPEND_ELEM(), APPEND_LIST(), get_prev_insn(), INSERT_ELEM_NEXT(), INSERT_LIST(), iseq_insns_unification(), POP_ELEMENT(), REMOVE_ELEM(), REPLACE_ELEM(), and verify_list().
| enum { ... } iseq_link_element::type |
1.7.6.1