Home | History | Annotate | Download | only in test_src

Lines Matching refs:code

11  *   1. Redistributions of source code must retain the above copyright notice, this list of
44 void* code;
51 executable_code code;
70 code.code = sljit_generate_code(compiler);
73 printf("Code at: %p\n", (void*)SLJIT_FUNC_OFFSET(code.code));
75 printf("Function returned with %ld\n", (long)code.func((sljit_sw*)buf));
80 sljit_free_code(code.code);