CACAO
Functions | Variables
java_lang_System.cpp File Reference

Go to the source code of this file.

Functions

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)
 

Variables

static JNINativeMethod methods []
 

Function Documentation

void _Jv_java_lang_System_init ( void  )

Definition at line 127 of file java_lang_System.cpp.

JNIEXPORT void JNICALL Java_java_lang_System_arraycopy ( JNIEnv env,
jclass  clazz,
jobject  src,
jint  srcStart,
jobject  dest,
jint  destStart,
jint  len 
)

Definition at line 55 of file java_lang_System.cpp.

JNIEXPORT jstring JNICALL Java_java_lang_System_getProperty0 ( JNIEnv env,
jclass  clazz,
jstring  s 
)

Definition at line 68 of file java_lang_System.cpp.

JNIEXPORT jint JNICALL Java_java_lang_System_identityHashCode ( JNIEnv env,
jclass  clazz,
jobject  obj 
)

Definition at line 102 of file java_lang_System.cpp.

Variable Documentation

JNINativeMethod methods[]
static
Initial value:
= {
{ (char*) "arraycopy", (char*) "(Ljava/lang/Object;ILjava/lang/Object;II)V", (void*) (uintptr_t) &Java_java_lang_System_arraycopy },
{ (char*) "getProperty0", (char*) "(Ljava/lang/String;)Ljava/lang/String;", (void*) (uintptr_t) &Java_java_lang_System_getProperty0 },
{ (char*) "identityHashCode", (char*) "(Ljava/lang/Object;)I", (void*) (uintptr_t) &Java_java_lang_System_identityHashCode }
}
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.