Searched refs:jint (Results 51 - 75 of 1007) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h68 JNIEXPORT jint JNICALL
77 JNIEXPORT jint JNICALL
108 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
109 jobject dst, jint dst_pos, jint length);
124 JVM_Exit(jint code);
127 JVM_Halt(jint code);
164 JNIEXPORT jint JNICALL
177 JVM_IsSupportedJNIVersion(jint version);
194 JNIEXPORT jint JNICAL
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.hpp62 jint magic; // magic number - 0xcafec0c0
67 jint used; // number of PerfData memory bytes used
68 jint overflow; // number of bytes of overflow
70 jint entry_offset; // offset of the first PerfDataEntry
71 jint num_entries; // number of allocated PerfData entries
81 jint entry_length; // entry length in bytes
82 jint name_offset; // offset of the data item name
83 jint vector_length; // length of the vector. If 0, then scalar
89 jint data_offset; // offset of the data item
122 static jint _initialize
[all...]
H A Datomic.cpp73 uintptr_t offset = dest_addr % sizeof(jint);
74 volatile jint* dest_int = (volatile jint*)(dest_addr - offset);
75 jint cur = *dest_int;
77 jint new_val = cur;
81 jint res = cmpxchg(new_val, dest_int, cur);
91 assert(sizeof(unsigned int) == sizeof(jint), "more work to do");
92 return (unsigned int)Atomic::xchg((jint)exchange_value, (volatile jint*)dest);
97 assert(sizeof(unsigned int) == sizeof(jint), "mor
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DEPoll.c39 JNIEXPORT jint JNICALL
45 JNIEXPORT jint JNICALL
51 JNIEXPORT jint JNICALL
57 JNIEXPORT jint JNICALL
70 JNIEXPORT jint JNICALL
71 Java_sun_nio_ch_EPoll_epollCtl(JNIEnv *env, jclass c, jint epfd,
72 jint opcode, jint fd, jint events)
85 JNIEXPORT jint JNICAL
[all...]
H A DKQueue.c39 JNIEXPORT jint JNICALL
45 JNIEXPORT jint JNICALL
51 JNIEXPORT jint JNICALL
57 JNIEXPORT jint JNICALL
63 JNIEXPORT jint JNICALL
72 JNIEXPORT jint JNICALL
73 Java_sun_nio_ch_KQueue_keventRegister(JNIEnv *env, jclass c, jint kqfd,
74 jint fd, jint filter, jint flag
[all...]
H A DInheritedChannel.c51 Java_sun_nio_ch_InheritedChannel_peerAddress0(JNIEnv *env, jclass cla, jint fd)
56 jint remote_port;
70 JNIEXPORT jint JNICALL
71 Java_sun_nio_ch_InheritedChannel_peerPort0(JNIEnv *env, jclass cla, jint fd)
75 jint remote_port = -1;
88 JNIEXPORT jint JNICALL
89 Java_sun_nio_ch_InheritedChannel_soType0(JNIEnv *env, jclass cla, jint fd)
102 JNIEXPORT jint JNICALL
103 Java_sun_nio_ch_InheritedChannel_dup(JNIEnv *env, jclass cla, jint fd)
109 return (jint)newf
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DSolarisWatchService.c51 JNIEXPORT jint JNICALL
59 return (jint)port;
64 (JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress, jint events)
75 (JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress)
86 jint port, jint events)
93 JNIEXPORT jint JNICAL
[all...]
H A DLinuxWatchService.c48 JNIEXPORT jint JNICALL
51 return (jint)sizeof(struct inotify_event);
59 jint arr[5];
60 arr[0] = (jint)offsetof(struct inotify_event, wd);
61 arr[1] = (jint)offsetof(struct inotify_event, mask);
62 arr[2] = (jint)offsetof(struct inotify_event, cookie);
63 arr[3] = (jint)offsetof(struct inotify_event, len);
64 arr[4] = (jint)offsetof(struct inotify_event, name);
71 JNIEXPORT jint JNICALL
79 return (jint)if
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.inline.hpp35 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; }
43 inline void Atomic::store (jint store_value, volatile jint* dest) { *dest = store_value; }
47 inline void Atomic::inc (volatile jint* dest) { (void)add (1, dest); }
51 inline void Atomic::dec (volatile jint* dest) { (void)add (-1, dest); }
71 jint _Atomic_add(jint add_value, volatile jint* dest IS_MP_DECL());
72 jint _Atomic_xch
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskFill.cpp47 jint x, jint y, jint w, jint h,
48 jint maskoff, jint maskscan, jint masklen,
63 jint tw, th, x0;
64 jint sx1, sy1, sx2, sy2;
65 jint s
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h81 * The patrop parameter should be a pointer to a jint that will receive
105 jint flags,
106 jint *patrop,
109 jint color);
160 jint lockType; // REMIND: store in TLS
161 jint lockFlags; // REMIND: store in TLS
165 jint depth;
166 jint pixelStride; // Bytes per pixel
179 jint brushclr;
181 jint pencl
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskFill.c88 jint x, jint y, jint w, jint h,
89 jint maskoff, jint maskscan, jint masklen,
102 jint tw, th, x0;
103 jint sx1, sy1, sx2, sy2;
104 jint s
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Djava2d_Mlib.h88 jint sxloc, jint syloc, \
89 jint sxinc, jint syinc, jint shift, \
105 jint bgpixel, \
122 jint maskOff, \
123 jint maskScan, \
124 jint width, \
125 jint heigh
[all...]
/openjdk7/jdk/src/share/native/common/
H A Dverify_stub.c42 VerifyClass(JNIEnv *env, jclass cb, char *buffer, jint len);
45 VerifyClassForMajorVersion(JNIEnv *env, jclass cb, char *buffer, jint len,
46 jint major_version);
49 VerifyClassCodes(JNIEnv *env, jclass cb, char *buffer, jint len)
56 jint len, jint major_version)
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSource.h43 jint fClickCount;
44 jint fModifiers;
51 jint fSourceActions;
55 jint fDragKeyModifiers;
56 jint fDragMouseModifiers;
64 dragPosX:(jint)dragPosX dragPosY:(jint)dragPosY modifiers:(jint)extModifiers clickCount:(jint)clickCount timeStamp:(jlong)timeStamp
66 dragImage:(jobject)jnsdragimage dragImageOffsetX:(jint)jdragimageoffset
[all...]
H A DDnDUtilities.h39 + (jint)mapNSDragOperationToJava:(NSDragOperation)dragOperation;
40 + (NSDragOperation)mapJavaDragOperationToNS:(jint)dragOperation;
41 + (jint)mapNSDragOperationMaskToJava:(NSDragOperation)dragOperation;
42 + (jint)narrowJavaDropActions:(jint)actions;
45 + (NSUInteger)mapJavaExtModifiersToNSMouseDownButtons:(jint)modifiers;
46 + (NSUInteger)mapJavaExtModifiersToNSMouseUpButtons:(jint)modifiers;
49 + (jint)extractJavaExtKeyModifiersFromJavaExtModifiers:(jint)modifiers;
50 + (jint)extractJavaExtMouseModifiersFromJavaExtModifier
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.hpp49 static jvmtiError get_functions(JvmtiEnv* env, jint* extension_count_ptr,
53 static jvmtiError get_events(JvmtiEnv* env, jint* extension_count_ptr,
57 static jvmtiError set_event_callback(JvmtiEnv* env, jint extension_event_index,
/openjdk7/jdk/src/share/native/java/lang/
H A DFloat.c35 Java_java_lang_Float_intBitsToFloat(JNIEnv *env, jclass unused, jint v)
48 JNIEXPORT jint JNICALL
56 return (jint)u.i;
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedRenderPipe.c34 /* The "header" consists of a jint opcode and a jint span count value */
40 JNIEXPORT jint JNICALL
44 jint bpos, jint limit,
46 jint transx, jint transy)
50 jint spanbox[4];
51 jint spanCount = 0;
52 jint remainingByte
[all...]
/openjdk7/jdk/src/share/native/sun/management/
H A DHotspotThread.c30 JNIEXPORT jint JNICALL
36 return (jint) count;
39 JNIEXPORT jint JNICALL
/openjdk7/jdk/src/share/native/sun/tracing/dtrace/
H A Djvm_symbols.h31 typedef jint (JNICALL* GetVersion_t)(JNIEnv*);
34 JNIEnv*, jint, jstring, jint, JVM_DTraceProvider*);
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.h35 jint rawGlyphCodes[], const CFIndex len);
/openjdk7/jdk/src/windows/javavm/export/
H A Djni_md.h33 typedef long jint; typedef
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.h55 void io_write_sites_header(const char * comment_str, jint flags,
56 double cutoff, jint total_live_bytes,
57 jint total_live_instances, jlong total_alloced_bytes,
58 jlong total_alloced_instances, jint count);
59 void io_write_sites_elem(jint index, double ratio, double accum_percent,
62 jint n_live_bytes, jint n_live_instances,
63 jint n_alloced_bytes, jint n_alloced_instances);
74 jint linen
[all...]
H A Dhprof_reference.h46 ObjectIndex object_index, jint index, jint length);
48 jvmtiPrimitiveType primType, jvalue value, jint field_index);
50 const void *elements, jint count);

Completed in 48 milliseconds

1234567891011>>