Searched defs:toyvm_frame (Results 1 – 4 of 4) sorted by relevance
34 typedef struct toyvm_frame toyvm_frame; typedef96 struct toyvm_frame struct98 toyvm_function *frm_function;99 int frm_pc;100 int frm_stack[MAX_STACK_DEPTH];101 int frm_cur_depth;
146 class toyvm_frame class