Searched refs:registerNatives (Results 1 - 14 of 14) sorted by relevance

/openjdk7/langtools/test/tools/javac/annotations/pos/
H A DAnnotationMethods.java33 int registerNatives(); method in interface:AnnotationMethods
/openjdk7/jdk/src/share/classes/java/lang/
H A DObject.java39 private static native void registerNatives(); method in class:Object
41 registerNatives();
H A DCompiler.java52 private static native void registerNatives(); method in class:Compiler
55 registerNatives();
H A DSystem.java64 private static native void registerNatives(); method in class:System
66 registerNatives();
H A DThread.java142 /* Make sure registerNatives is the first thing <clinit> does. */
143 private static native void registerNatives(); method in class:Thread
145 registerNatives();
H A DClassLoader.java180 private static native void registerNatives(); method in class:ClassLoader
182 registerNatives();
H A DClass.java127 private static native void registerNatives(); method in class:Class
129 registerNatives();
/openjdk7/hotspot/test/testlibrary/whitebox/sun/hotspot/
H A DWhiteBox.java40 private static native void registerNatives(); method in class:WhiteBox
59 registerNatives();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DPerf.java533 private static native void registerNatives(); method in class:Perf
536 registerNatives();
H A DUnsafe.java46 private static native void registerNatives(); method in class:Unsafe
48 registerNatives();
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java75 private static native void registerNatives(); method in class:MethodHandleNatives
77 registerNatives();
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tracker.c293 registerNatives(env, tracker_class, registry,
H A Dhprof_util.h103 void registerNatives(JNIEnv *env, jclass clazz,
H A Dhprof_util.c630 registerNatives(JNIEnv *env, jclass clazz, function

Completed in 99 milliseconds