Go to the source code of this file.
|
JNIEXPORT void JNICALL | Java_java_lang_System_arraycopy (JNIEnv *env, jclass clazz, jobject src, jint srcStart, jobject dest, jint destStart, jint len) |
|
JNIEXPORT jstring JNICALL | Java_java_lang_System_getProperty0 (JNIEnv *env, jclass clazz, jstring s) |
|
JNIEXPORT jint JNICALL | Java_java_lang_System_identityHashCode (JNIEnv *env, jclass clazz, jobject obj) |
|
void | _Jv_java_lang_System_init (void) |
|
JNIEXPORT void JNICALL Java_java_lang_System_arraycopy |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jobject |
src, |
|
|
jint |
srcStart, |
|
|
jobject |
dest, |
|
|
jint |
destStart, |
|
|
jint |
len |
|
) |
| |
JNIEXPORT jint JNICALL Java_java_lang_System_identityHashCode |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jobject |
obj |
|
) |
| |
JNINativeMethod methods[] |
|
static |
Initial value:= {
}
JNIEXPORT jint JNICALL Java_java_lang_System_identityHashCode(JNIEnv *env, jclass clazz, jobject obj)
JNIEXPORT void JNICALL Java_java_lang_System_arraycopy(JNIEnv *env, jclass clazz, jobject src, jint srcStart, jobject dest, jint destStart, jint len)
JNIEXPORT jstring JNICALL Java_java_lang_System_getProperty0(JNIEnv *env, jclass clazz, jstring s)
Definition at line 114 of file java_lang_System.cpp.