#include <kite_opcodes.h>
Data Fields | |
unsigned int | opcode |
unsigned int | length |
char * | file |
int | line |
struct kite_opcode_t * | next |
unsigned int kite_opcode_t::opcode |
Referenced by kite_compile_arithop(), kite_compile_call(), kite_compile_defprop(), kite_compile_deref_1(), kite_compile_deref_2(), kite_compile_dupe_top(), kite_compile_eval(), kite_compile_exception_hndl(), kite_compile_funcargs(), kite_compile_jump_false(), kite_compile_jump_true(), kite_compile_jump_uncond(), kite_compile_list_cons(), kite_compile_list_cons_0(), kite_compile_list_cons_1(), kite_compile_make(), kite_compile_nop(), kite_compile_objis(), kite_compile_pop_exception_hndl(), kite_compile_push(), kite_compile_return(), kite_compile_this(), and kite_vm_execute_user_method().
unsigned int kite_opcode_t::length |
Referenced by kite_copy_instruction_list().
char* kite_opcode_t::file |
Referenced by kite_copy_instruction_list(), and kite_free_instruction_list().
struct kite_opcode_t* kite_opcode_t::next [read] |
Referenced by kite_add_to_instruction_list(), kite_copy_instruction_list(), and kite_free_instruction_list().