jit_handlers     2940 src/Func.cpp       return pipeline().jit_handlers();
jit_handlers      826 src/Func.h         EXPORT const Internal::JITHandlers &jit_handlers();
jit_handlers       69 src/Pipeline.cpp     JITHandlers jit_handlers;
jit_handlers      443 src/Pipeline.cpp     contents->jit_handlers.custom_error = handler;
jit_handlers      449 src/Pipeline.cpp     contents->jit_handlers.custom_malloc = cust_malloc;
jit_handlers      450 src/Pipeline.cpp     contents->jit_handlers.custom_free = cust_free;
jit_handlers      455 src/Pipeline.cpp     contents->jit_handlers.custom_do_par_for = cust_do_par_for;
jit_handlers      460 src/Pipeline.cpp     contents->jit_handlers.custom_do_task = cust_do_task;
jit_handlers      465 src/Pipeline.cpp     contents->jit_handlers.custom_trace = trace_fn;
jit_handlers      470 src/Pipeline.cpp     contents->jit_handlers.custom_print = cust_print;
jit_handlers      503 src/Pipeline.cpp     return contents->jit_handlers;
jit_handlers      834 src/Pipeline.cpp     JITFuncCallContext jit_context(jit_handlers(), contents->user_context_arg.param);
jit_handlers      931 src/Pipeline.cpp     JITFuncCallContext jit_context(jit_handlers(), contents->user_context_arg.param);
jit_handlers      311 src/Pipeline.h     EXPORT const Internal::JITHandlers &jit_handlers();