Home
last modified time | relevance | path

Searched defs:toyvm_frame (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c34 typedef struct toyvm_frame toyvm_frame; typedef
96 struct toyvm_frame struct
98 toyvm_function *frm_function;
99 int frm_pc;
100 int frm_stack[MAX_STACK_DEPTH];
101 int frm_cur_depth;
H A Dtoyvm.cc146 class toyvm_frame class
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c34 typedef struct toyvm_frame toyvm_frame; typedef
96 struct toyvm_frame struct
98 toyvm_function *frm_function;
99 int frm_pc;
100 int frm_stack[MAX_STACK_DEPTH];
101 int frm_cur_depth;
H A Dtoyvm.cc146 class toyvm_frame class