Functions | |
JITEXPORT void | JIT_next_command_line_argument (JIT_Handle jit, const char *name, const char *arg) |
JITEXPORT JIT_Result | JIT_compile_method_with_params (JIT_Handle jit, Compile_Handle compile_handle, Method_Handle method_handle, OpenMethodExecutionParams compilation_params) |
Performs compilation of given method. | |
JITEXPORT OpenMethodExecutionParams | JIT_get_exe_capabilities (JIT_Handle jit) |
Retrieves method execution-related capabilities supported by the EE. |
JITEXPORT void JIT_next_command_line_argument | ( | JIT_Handle | jit, | |
const char * | name, | |||
const char * | arg | |||
) |
JITEXPORT JIT_Result JIT_compile_method_with_params | ( | JIT_Handle | jit, | |
Compile_Handle | compile_handle, | |||
Method_Handle | method_handle, | |||
OpenMethodExecutionParams | compilation_params | |||
) |
Performs compilation of given method.
method_handle | - handle of the method to be compiled | |
compilation_params | - compilation parameters. If NULL, default compilation parameters should be used by the JIT (passed in the initialize function). If either of parameters is not supported by the JIT, the function should return compilation failure. |
JITEXPORT OpenMethodExecutionParams JIT_get_exe_capabilities | ( | JIT_Handle | jit | ) |
Retrieves method execution-related capabilities supported by the EE.
Genereated on Tue Mar 11 19:25:39 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.