|
Classes |
| struct | p_instr_s |
Typedefs |
| typedef p_instr_s | p_instr |
Functions |
| void | init_bytecode (void) |
| void | exit_bytecode (void) |
| ptrdiff_t | insert_opcode2 (unsigned int f, INT32 a, INT32 b, INT32 current_line, struct pike_string *current_file) |
| ptrdiff_t | insert_opcode1 (unsigned int f, INT32 a, INT32 current_line, struct pike_string *current_file) |
| ptrdiff_t | insert_opcode0 (int f, int current_line, struct pike_string *current_file) |
| void | update_arg (int instr, INT32 arg) |
| INT32 | assemble (int store_linenumbers) |
Variables |
| dynamic_buffer | instrbuf |