Enumerations | |
enum | vf_Result { VF_OK, VF_ErrorUnknown, VF_ErrorInstruction, VF_ErrorConstantPool, VF_ErrorLocals, VF_ErrorBranch, VF_ErrorStackOverflow, VF_ErrorStackUnderflow, VF_ErrorStackDepth, VF_ErrorCodeEnd, VF_ErrorHandler, VF_ErrorDataFlow, VF_ErrorIncompatibleArgument, VF_ErrorLoadClass, VF_ErrorResolve, VF_ErrorJsrRecursive, VF_ErrorJsrMultipleRet, VF_ErrorJsrLoadRetAddr, VF_ErrorJsrOther, VF_ClassNotLoaded, VF_ErrorInternal, VF_ErrorStackmap, VF_Continue } |
More... |
|
Functions | |
vf_Result | vf_verify_class (class_handler klass, unsigned verifyAll, char **error) |
Function provides initial verification of class. | |
vf_Result | vf_verify_class_constraints (class_handler klass, unsigned verifyAll, char **error) |
Function provides final constraint checks for a given class. | |
void | vf_release_error_message (void *error) |
Function provides final constraint checks for a given class. | |
void | vf_release_verify_data (void *data) |
Function releases verify data in class loader. |
enum vf_Result |
vf_Result vf_verify_class | ( | class_handler | klass, | |
unsigned | verifyAll, | |||
char ** | error | |||
) |
Function provides initial verification of class.
klass | - class handler | |
verifyAll | - if flag is set, verifier provides full verification checks | |
error | - error message of verifier |
vf_Result vf_verify_class_constraints | ( | class_handler | klass, | |
unsigned | verifyAll, | |||
char ** | error | |||
) |
Function provides final constraint checks for a given class.
klass | - klass handler | |
verifyAll | - if flag is set, verifier provides full verification checks | |
error | - error message of verifier |
void vf_release_error_message | ( | void * | error | ) |
Function provides final constraint checks for a given class.
error | - error message of verifier |
void vf_release_verify_data | ( | void * | data | ) |
Function releases verify data in class loader.
data | - verify data |
Genereated on Tue Mar 11 19:25:58 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.