Searched refs:jint (Results 126 - 150 of 1007) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/os/bsd/vm/
H A DdtraceJSDT_bsd.cpp45 jint providers_count, JVM_DTraceProvider* providers) {
/openjdk7/hotspot/src/os/linux/vm/
H A DdtraceJSDT_linux.cpp38 jint providers_count, JVM_DTraceProvider* providers) {
/openjdk7/hotspot/src/os/windows/vm/
H A DdtraceJSDT_windows.cpp38 jint providers_count, JVM_DTraceProvider* providers) {
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DScreenPopupFactory.m38 (JNIEnv *env, jobject screenPopupFactory, jobject comp, jobject invoker, jint x, jint y) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSourceContextPeer.m41 jobject jtrigger, jint jdragposx, jint jdragposy, jint jextmodifiers, jint jclickcount, jlong jtimestamp,
42 jobject jcursor, jobject jnsdragimage, jint jdragimageoffsetx, jint jdragimageoffsety,
43 jint jsourceactions, jlongArray jformats, jobject jformatmap)
104 (JNIEnv *env, jobject jthis, jlong nativeDragSourceVal, jobject jcursor, jint jcursortype)
H A DJavaAccessibilityAction.h40 jint fIndex;
44 - (id)initWithEnv:(JNIEnv *)env withAccessibleAction:(jobject)accessibleAction withIndex:(jint)index withComponent:(jobject)component;
54 jint fIndex;
58 - (id)initWithEnv:(JNIEnv *)env withTabGroup:(jobject)tabGroup withIndex:(jint)index withComponent:(jobject)component;
/openjdk7/jdk/src/share/back/
H A DSDE.h31 jint *entryCountPtr,
H A Dinvoker.h40 jint id;
48 jint argumentCount;
63 jvmtiError invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,
66 jvalue *arguments, jint argumentCount);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.hpp53 jint *map_length);
H A DjvmtiTrace.hpp63 static jint _max_function_index;
64 static jint _max_event_index;
95 static const char* enum_name(const char** names, const jint* values, jint value);
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DDatagramDispatcher.c46 JNIEXPORT jint JNICALL
48 jlong address, jint len)
54 jint fd = fdval(env, fdo);
71 int theErr = (jint)WSAGetLastError();
84 return convertReturnVal(env, (jint)read, JNI_TRUE);
89 jobject fdo, jlong address, jint len)
95 jint fd = fdval(env, fdo);
118 int theErr = (jint)WSAGetLastError();
135 JNIEXPORT jint JNICALL
137 jobject fdo, jlong address, jint le
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.h44 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
H A Dhprof_trace.h44 void trace_increment_all_sample_costs(jint count, jthread *threads,
48 void trace_get_all_current(jint count, jthread *threads,
61 jint n_frames, FrameIndex *frames,
65 jint num_hits, jlong self_cost, jlong total_cost);
H A Dhprof_site.h51 void site_update_stats(SiteIndex index, jint size, jint hits);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPath.h31 jint pixel;
H A DUshort4444Argb.c59 jint PixelForUshort4444Argb(SurfaceDataRasInfo *pRasInfo, jint rgb)
/openjdk7/jdk/test/javax/management/loading/LibraryLoader/jar_src/
H A DRandomGen.c9 JNIEXPORT jint JNICALL Java_UseNativeLib_getRandom(JNIEnv *env, jobject obj) {
/openjdk7/jdk/src/share/native/sun/misc/
H A DSignal.c35 JNIEXPORT jint JNICALL
38 jint res;
50 Java_sun_misc_Signal_handle0(JNIEnv *env, jclass cls, jint sig, jlong handler)
56 Java_sun_misc_Signal_raise0(JNIEnv *env, jclass cls, jint sig)
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DEPollArrayWrapper.c79 JNIEXPORT jint JNICALL
93 JNIEXPORT jint JNICALL
99 JNIEXPORT jint JNICALL
106 Java_sun_nio_ch_EPollArrayWrapper_epollCtl(JNIEnv *env, jobject this, jint epfd,
107 jint opcode, jint fd, jint events)
132 JNIEXPORT jint JNICALL
134 jlong address, jint numfds,
135 jlong timeout, jint epf
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp51 static void AngleToCoord(jint angle, jint w, jint h, jint *x, jint *y)
60 static POINT *TransformPoly(jint *xpoints, jint *ypoints,
61 jint transx, jint transy,
62 POINT *pPoints, jint *pNpoint
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Djni_x86.h40 typedef int jint; typedef
57 typedef int jint; typedef
/openjdk7/hotspot/src/share/vm/ci/
H A DciArrayKlass.hpp37 jint _dimension;
50 jint dimension() { return _dimension; }
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.cpp46 } else if (bits % sizeof(jint) == 0) {
47 Copy::conjoint_jints_atomic((jint*) src, (jint*) dst, size / sizeof(jint));
72 } else if (bits % sizeof(jint) == 0) {
73 jint fill = (juint)( (jubyte)value ); // zero-extend
78 //Copy::fill_to_jints_atomic((jint*) dst, size / sizeof(jint));
79 for (uintptr_t off = 0; off < size; off += sizeof(jint)) {
80 *(jint*)(ds
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DDataBufferNative.c35 unsigned char *DBN_GetPixelPointer(JNIEnv *env, jint x, int y,
67 JNIEXPORT jint JNICALL
69 jint x, jint y, jobject sd)
71 jint returnVal = -1;
110 jint x, jint y, jint val, jobject sd)
/openjdk7/jdk/src/share/native/sun/reflect/
H A DReflection.c38 (JNIEnv *env, jclass unused, jint depth)
43 JNIEXPORT jint JNICALL Java_sun_reflect_Reflection_getClassAccessFlags

Completed in 41 milliseconds

1234567891011>>