CACAO
Functions
gnu_classpath_jdwp_VMMethod.cpp File Reference

Go to the source code of this file.

Functions

void printjvmtierror (char *desc, jvmtiError err)
 
JNIEXPORT struct
java_lang_String *JNICALL 
Java_gnu_classpath_jdwp_VMMethod_getName (JNIEnv *env, gnu_classpath_jdwp_VMMethod *this)
 
JNIEXPORT struct
java_lang_String *JNICALL 
Java_gnu_classpath_jdwp_VMMethod_getSignature (JNIEnv *env, gnu_classpath_jdwp_VMMethod *this)
 
JNIEXPORT int32_t JNICALL Java_gnu_classpath_jdwp_VMMethod_getModifiers (JNIEnv *env, gnu_classpath_jdwp_VMMethod *this)
 
JNIEXPORT struct
gnu_classpath_jdwp_util_LineTable
*JNICALL 
Java_gnu_classpath_jdwp_VMMethod_getLineTable (JNIEnv *env, struct gnu_classpath_jdwp_VMMethod *this)
 
static bool fillVariableTable (JNIEnv *env, jvmtiLocalVariableEntry *entries, int count, jlongArray *jlineCI, jobjectArray *names, jobjectArray *sigs, jintArray *jlengths, jintArray *jslot)
 
JNIEXPORT struct
gnu_classpath_jdwp_util_VariableTable
*JNICALL 
Java_gnu_classpath_jdwp_VMMethod_getVariableTable (JNIEnv *env, struct gnu_classpath_jdwp_VMMethod *this)
 

Function Documentation

static bool fillVariableTable ( JNIEnv env,
jvmtiLocalVariableEntry entries,
int  count,
jlongArray jlineCI,
jobjectArray names,
jobjectArray sigs,
jintArray jlengths,
jintArray jslot 
)
static

Definition at line 187 of file gnu_classpath_jdwp_VMMethod.cpp.

JNIEXPORT struct gnu_classpath_jdwp_util_LineTable* JNICALL Java_gnu_classpath_jdwp_VMMethod_getLineTable ( JNIEnv env,
struct gnu_classpath_jdwp_VMMethod *  this 
)

Definition at line 129 of file gnu_classpath_jdwp_VMMethod.cpp.

JNIEXPORT int32_t JNICALL Java_gnu_classpath_jdwp_VMMethod_getModifiers ( JNIEnv env,
gnu_classpath_jdwp_VMMethod *  this 
)

Definition at line 107 of file gnu_classpath_jdwp_VMMethod.cpp.

JNIEXPORT struct java_lang_String* JNICALL Java_gnu_classpath_jdwp_VMMethod_getName ( JNIEnv env,
gnu_classpath_jdwp_VMMethod *  this 
)

Definition at line 55 of file gnu_classpath_jdwp_VMMethod.cpp.

JNIEXPORT struct java_lang_String* JNICALL Java_gnu_classpath_jdwp_VMMethod_getSignature ( JNIEnv env,
gnu_classpath_jdwp_VMMethod *  this 
)

Definition at line 81 of file gnu_classpath_jdwp_VMMethod.cpp.

JNIEXPORT struct gnu_classpath_jdwp_util_VariableTable* JNICALL Java_gnu_classpath_jdwp_VMMethod_getVariableTable ( JNIEnv env,
struct gnu_classpath_jdwp_VMMethod *  this 
)

Definition at line 239 of file gnu_classpath_jdwp_VMMethod.cpp.

void printjvmtierror ( char *  desc,
jvmtiError  err 
)

Definition at line 38 of file gnu_classpath_jdwp_VMMethod.cpp.