Lines Matching refs:jint

68 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 JNICALL
198 JVM_GetStackTraceElement(JNIEnv *env, jobject throwable, jint index);
243 JVM_SetThreadPriority(JNIEnv *env, jobject thread, jint prio);
254 JNIEXPORT jint JNICALL
291 JNIEXPORT jint JNICALL
294 JNIEXPORT jint JNICALL
315 jint length);
331 JNIEXPORT jint JNICALL
335 JVM_GetArrayElement(JNIEnv *env, jobject arr, jint index);
338 JVM_GetPrimitiveArrayElement(JNIEnv *env, jobject arr, jint index, jint wCode);
341 JVM_SetArrayElement(JNIEnv *env, jobject arr, jint index, jobject val);
344 JVM_SetPrimitiveArrayElement(JNIEnv *env, jobject arr, jint index, jvalue v,
348 JVM_NewArray(JNIEnv *env, jclass eltClass, jint length);
454 JNIEXPORT jint JNICALL
490 JNIEXPORT jint JNICALL
513 JNIEXPORT jint JNICALL JVM_ConstantPoolGetSize
517 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
520 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
523 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
526 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
529 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
532 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
535 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
537 JNIEXPORT jint JNICALL JVM_ConstantPoolGetIntAt
538 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
541 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
544 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
547 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
550 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
553 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
577 JVM_RegisterSignal(jint sig, void *handler);
580 JVM_RaiseSignal(jint sig);
582 JNIEXPORT jint JNICALL
623 jint nameStability;
624 jint dataStability;
625 jint dependencyClass;
634 jint probe_count;
646 JNIEXPORT jint JNICALL
656 JVM_DTraceActivate(JNIEnv* env, jint version, jstring module_name,
657 jint providers_count, JVM_DTraceProvider* providers);
699 JNIEXPORT jint JNICALL
705 JNIEXPORT jint JNICALL
708 JNIEXPORT jint JNICALL
718 JVM_GetMethodIxExceptionIndexes(JNIEnv *env, jclass cb, jint method_index,
724 JNIEXPORT jint JNICALL
725 JVM_GetMethodIxExceptionsCount(JNIEnv *env, jclass cb, jint method_index);
734 JVM_GetMethodIxByteCode(JNIEnv *env, jclass cb, jint method_index,
741 JNIEXPORT jint JNICALL
742 JVM_GetMethodIxByteCodeLength(JNIEnv *env, jclass cb, jint method_index);
748 jint start_pc;
749 jint end_pc;
750 jint handler_pc;
751 jint catchType;
761 JVM_GetMethodIxExceptionTableEntry(JNIEnv *env, jclass cb, jint method_index,
762 jint entry_index,
769 JNIEXPORT jint JNICALL
776 JNIEXPORT jint JNICALL
783 JNIEXPORT jint JNICALL
790 JNIEXPORT jint JNICALL
797 JNIEXPORT jint JNICALL
804 JNIEXPORT jint JNICALL
822 JVM_GetMethodIxNameUTF(JNIEnv *env, jclass cb, jint index);
832 JVM_GetMethodIxSignatureUTF(JNIEnv *env, jclass cb, jint index);
845 JVM_GetCPFieldNameUTF(JNIEnv *env, jclass cb, jint index);
858 JVM_GetCPMethodNameUTF(JNIEnv *env, jclass cb, jint index);
871 JVM_GetCPMethodSignatureUTF(JNIEnv *env, jclass cb, jint index);
884 JVM_GetCPFieldSignatureUTF(JNIEnv *env, jclass cb, jint index);
896 JVM_GetCPClassNameUTF(JNIEnv *env, jclass cb, jint index);
910 JVM_GetCPFieldClassNameUTF(JNIEnv *env, jclass cb, jint index);
925 JVM_GetCPMethodClassNameUTF(JNIEnv *env, jclass cb, jint index);
936 JNIEXPORT jint JNICALL
945 JNIEXPORT jint JNICALL
973 jint buf_len);
1019 typedef jint (*check_format_fn_t)(char *class_name,
1024 jint buffer_length,
1107 JNIEXPORT jint JNICALL
1128 JNIEXPORT jint JNICALL
1129 JVM_Open(const char *fname, jint flags, jint mode);
1137 JNIEXPORT jint JNICALL
1138 JVM_Close(jint fd);
1149 JNIEXPORT jint JNICALL
1150 JVM_Read(jint fd, char *buf, jint nbytes);
1161 JNIEXPORT jint JNICALL
1162 JVM_Write(jint fd, char *buf, jint nbytes);
1168 JNIEXPORT jint JNICALL
1169 JVM_Available(jint fd, jlong *pbytes);
1181 JVM_Lseek(jint fd, jlong offset, jint whence);
1189 JNIEXPORT jint JNICALL
1190 JVM_SetLength(jint fd, jlong length);
1196 JNIEXPORT jint JNICALL
1197 JVM_Sync(jint fd);
1203 JNIEXPORT jint JNICALL
1208 JNIEXPORT jint JNICALL
1209 JVM_Socket(jint domain, jint type, jint protocol);
1211 JNIEXPORT jint JNICALL
1212 JVM_SocketClose(jint fd);
1214 JNIEXPORT jint JNICALL
1215 JVM_SocketShutdown(jint fd, jint howto);
1217 JNIEXPORT jint JNICALL
1218 JVM_Recv(jint fd, char *buf, jint nBytes, jint flags);
1220 JNIEXPORT jint JNICALL
1221 JVM_Send(jint fd, char *buf, jint nBytes, jint flags);
1223 JNIEXPORT jint JNICALL
1226 JNIEXPORT jint JNICALL
1227 JVM_Listen(jint fd, jint count);
1229 JNIEXPORT jint JNICALL
1230 JVM_Connect(jint fd, struct sockaddr *him, jint len);
1232 JNIEXPORT jint JNICALL
1233 JVM_Bind(jint fd, struct sockaddr *him, jint len);
1235 JNIEXPORT jint JNICALL
1236 JVM_Accept(jint fd, struct sockaddr *him, jint *len);
1238 JNIEXPORT jint JNICALL
1239 JVM_RecvFrom(jint fd, char *buf, int nBytes,
1242 JNIEXPORT jint JNICALL
1243 JVM_SendTo(jint fd, char *buf, int len,
1246 JNIEXPORT jint JNICALL
1247 JVM_SocketAvailable(jint fd, jint *result);
1250 JNIEXPORT jint JNICALL
1251 JVM_GetSockName(jint fd, struct sockaddr *him, int *len);
1253 JNIEXPORT jint JNICALL
1254 JVM_GetSockOpt(jint fd, int level, int optname, char *optval, int *optlen);
1256 JNIEXPORT jint JNICALL
1257 JVM_SetSockOpt(jint fd, int level, int optname, const char *optval, int optlen);
1290 JNIEXPORT jint JNICALL
1300 JVM_GetManagement(jint version);
1344 JVM_GetThreadStateValues(JNIEnv* env, jint javaThreadState);
1355 JVM_GetThreadStateNames(JNIEnv* env, jint javaThreadState, jintArray values);
1457 jint version;
1460 jint checkSource;
1461 jint nativeStackSize;
1462 jint javaStackSize;
1463 jint minHeapSize;
1464 jint maxHeapSize;
1465 jint verifyMode;
1468 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args);
1469 void (JNICALL *exit)(jint code);
1472 jint enableClassGC;
1473 jint enableVerboseGC;
1474 jint disableAsyncGC;
1475 jint verbose;
1477 jint debugPort;