JVMTI support
[Runtime support]


Functions

::OpenExeJpdaError Jitrino::Jet.rt_get_local_var (JIT_Handle jit, Method_Handle method, const ::JitFrameContext *context, unsigned var_num, VM_Data_Type var_type, void *value_ptr)
 Gets the given local variable with specified index and type.
::OpenExeJpdaError Jitrino::Jet.rt_set_local_var (JIT_Handle jit, Method_Handle method, const ::JitFrameContext *context, unsigned var_num, VM_Data_Type var_type, void *value_ptr)
 Sets the given local variable with specified index and type.


Function Documentation

::OpenExeJpdaError Jitrino.Jet.rt_get_local_var ( JIT_Handle  jit,
Method_Handle  method,
const ::JitFrameContext *  context,
unsigned  var_num,
VM_Data_Type  var_type,
void *  value_ptr 
)

Gets the given local variable with specified index and type.

Returns:
EXE_ERROR_NONE if the access was performed, or corresponding error code (i.e. method was not compiled by the Jitrino.Jet).

::OpenExeJpdaError Jitrino.Jet.rt_set_local_var ( JIT_Handle  jit,
Method_Handle  method,
const ::JitFrameContext *  context,
unsigned  var_num,
VM_Data_Type  var_type,
void *  value_ptr 
)

Sets the given local variable with specified index and type.

Returns:
EXE_ERROR_NONE if the access was performed, or corresponding error code (i.e. method was not compiled by the Jitrino.Jet).


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

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