Searched refs:RegisterNatives (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/
H A DCompiler.c51 (*env)->RegisterNatives(env, compCls, methods,
H A DObject.c53 (*env)->RegisterNatives(env, cls,
H A DThread.c70 (*env)->RegisterNatives(env, cls, methods, ARRAY_LENGTH(methods));
H A DClass.c94 (*env)->RegisterNatives(env, cls, methods,
H A DClassLoader.c47 (*env)->RegisterNatives(env, cls, methods,
H A DSystem.c49 (*env)->RegisterNatives(env, cls,
/openjdk7/hotspot/src/share/vm/prims/
H A Dperf.cpp318 int ok = env->RegisterNatives(perfclass, perfmethods, sizeof(perfmethods)/sizeof(JNINativeMethod));
H A Dwhitebox.cpp219 jint result = env->RegisterNatives(wbclass, methods, sizeof(methods)/sizeof(methods[0]));
H A Dunsafe.cpp1629 env->RegisterNatives(unsafecls, loadavg_method, sizeof(loadavg_method)/sizeof(JNINativeMethod));
1638 env->RegisterNatives(unsafecls, prefetch_methods, sizeof(prefetch_methods)/sizeof(JNINativeMethod));
1647 env->RegisterNatives(unsafecls, memcopy_methods, sizeof(memcopy_methods)/sizeof(JNINativeMethod));
1653 env->RegisterNatives(unsafecls, memcopy_methods_15, sizeof(memcopy_methods_15)/sizeof(JNINativeMethod));
1663 env->RegisterNatives(unsafecls, anonk_methods, sizeof(anonk_methods)/sizeof(JNINativeMethod));
1672 env->RegisterNatives(unsafecls, lform_methods, sizeof(lform_methods)/sizeof(JNINativeMethod));
1680 int status = env->RegisterNatives(unsafecls, methods, sizeof(methods)/sizeof(JNINativeMethod));
1687 status = env->RegisterNatives(unsafecls, methods_15, sizeof(methods_15)/sizeof(JNINativeMethod));
1695 status = env->RegisterNatives(unsafecls, methods_141, sizeof(methods_141)/sizeof(JNINativeMethod));
1703 status = env->RegisterNatives(unsafecl
[all...]
H A Djni.h176 * used in RegisterNatives to describe native method name, signature,
720 jint (JNICALL *RegisterNatives) member in struct:JNINativeInterface_
1796 jint RegisterNatives(jclass clazz, const JNINativeMethod *methods, function in struct:JNIEnv_
1798 return functions->RegisterNatives(this,clazz,methods,nMethods);
H A DmethodHandles.cpp1259 int status = env->RegisterNatives(clazz, methods, nMethods);
H A Djni.cpp3944 // The RegisterNatives call being attempted tried to register with a method that
4021 DT_RETURN_MARK_DECL(RegisterNatives, jint);
4023 DT_RETURN_MARK_DECL(RegisterNatives, jint
4030 JNIWrapper("RegisterNatives");
4038 DT_RETURN_MARK(RegisterNatives, jint, (const jint&)ret);
H A DjniCheck.cpp1591 jint result = UNCHECKED()->RegisterNatives(env,clazz,methods,nMethods);
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c321 rc = (*env)->RegisterNatives(env, klass, registry, 2);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c400 rc = (*env)->RegisterNatives(env, klass, registry, 2);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c639 ret = JNI_FUNC_PTR(env,RegisterNatives)(env, clazz, methods, count);
641 HPROF_ERROR(JNI_TRUE, "JNI RegisterNatives returned non-zero");
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h176 * used in RegisterNatives to describe native method name, signature,
720 jint (JNICALL *RegisterNatives) member in struct:JNINativeInterface_
1796 jint RegisterNatives(jclass clazz, const JNINativeMethod *methods, function in struct:JNIEnv_
1798 return functions->RegisterNatives(this,clazz,methods,nMethods);

Completed in 103 milliseconds