CACAO
Functions | Variables
java_lang_VMSystem.cpp File Reference

Go to the source code of this file.

Functions

JNIEXPORT void JNICALL Java_java_lang_VMSystem_arraycopy (JNIEnv *env, jclass clazz, jobject src, jint srcStart, jobject dest, jint destStart, jint len)
 
JNIEXPORT jint JNICALL Java_java_lang_VMSystem_identityHashCode (JNIEnv *env, jclass clazz, jobject obj)
 
void _Jv_java_lang_VMSystem_init (void)
 

Variables

static JNINativeMethod methods []
 

Function Documentation

void _Jv_java_lang_VMSystem_init ( void  )

Definition at line 90 of file java_lang_VMSystem.cpp.

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

Definition at line 54 of file java_lang_VMSystem.cpp.

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

Definition at line 66 of file java_lang_VMSystem.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_VMSystem_arraycopy },
{ (char*) "identityHashCode", (char*) "(Ljava/lang/Object;)I", (void*) (uintptr_t) &Java_java_lang_VMSystem_identityHashCode },
}
JNIEXPORT jint JNICALL Java_java_lang_VMSystem_identityHashCode(JNIEnv *env, jclass clazz, jobject obj)
JNIEXPORT void JNICALL Java_java_lang_VMSystem_arraycopy(JNIEnv *env, jclass clazz, jobject src, jint srcStart, jobject dest, jint destStart, jint len)

Definition at line 78 of file java_lang_VMSystem.cpp.