jit_export.h File Reference


Functions

JITEXPORT void JIT_next_command_line_argument (JIT_Handle jit, const char *name, const char *arg)
 
Author:
Intel, Alexei Fedotov

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.


Function Documentation

JITEXPORT void JIT_next_command_line_argument ( JIT_Handle  jit,
const char *  name,
const char *  arg 
)

Author:
Intel, Alexei Fedotov

Version:
Revision
1.1.2.1.4.4

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.

Parameters:
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.
Returns:
compilation status

JITEXPORT OpenMethodExecutionParams JIT_get_exe_capabilities ( JIT_Handle  jit  ) 

Retrieves method execution-related capabilities supported by the EE.

Returns:
the set of supported capabilities


Genereated on Tue Mar 11 19:25:22 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.