37 #if defined(ENABLE_JNI_HEADERS)
38 # include "native/vminclude/java_lang_VMSystem.h"
void _Jv_java_lang_VMSystem_init(void)
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)
Table containing all native methods registered with the VM.
NativeMethods & get_nativemethods()
void register_methods(Utf8String classname, const JNINativeMethod *methods, size_t count)
Register native methods with the VM.
int32_t get_hashcode() const
#define NATIVE_METHODS_COUNT
static Utf8String from_utf8(const char *, size_t)
void builtin_arraycopy(java_handle_t *src, s4 srcStart, java_handle_t *dest, s4 destStart, s4 len)
static JNINativeMethod methods[]
static VM * get_current()