CACAO
|
Go to the source code of this file.
Functions | |
JNIEXPORT jobject JNICALL | Java_java_lang_VMThrowable_fillInStackTrace (JNIEnv *env, jclass clazz, jobject t) |
JNIEXPORT jobjectArray JNICALL | Java_java_lang_VMThrowable_getStackTrace (JNIEnv *env, jobject _this, jobject t) |
void | _Jv_java_lang_VMThrowable_init (void) |
Variables | |
static JNINativeMethod | methods [] |
Definition at line 125 of file java_lang_VMThrowable.cpp.
JNIEXPORT jobject JNICALL Java_java_lang_VMThrowable_fillInStackTrace | ( | JNIEnv * | env, |
jclass | clazz, | ||
jobject | t | ||
) |
Definition at line 64 of file java_lang_VMThrowable.cpp.
JNIEXPORT jobjectArray JNICALL Java_java_lang_VMThrowable_getStackTrace | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | t | ||
) |
Definition at line 92 of file java_lang_VMThrowable.cpp.
|
static |
Definition at line 113 of file java_lang_VMThrowable.cpp.