Lines Matching refs:jint

90 JNIEXPORT jint JNICALL
99 JNIEXPORT jint JNICALL
130 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
131 jobject dst, jint dst_pos, jint length);
146 JVM_Exit(jint code);
149 JVM_Halt(jint code);
186 JNIEXPORT jint JNICALL
199 JVM_IsSupportedJNIVersion(jint version);
216 JNIEXPORT jint JNICALL
220 JVM_GetStackTraceElement(JNIEnv *env, jobject throwable, jint index);
265 JVM_SetThreadPriority(JNIEnv *env, jobject thread, jint prio);
276 JNIEXPORT jint JNICALL
313 JNIEXPORT jint JNICALL
316 JNIEXPORT jint JNICALL
337 jint length);
353 JNIEXPORT jint JNICALL
357 JVM_GetArrayElement(JNIEnv *env, jobject arr, jint index);
360 JVM_GetPrimitiveArrayElement(JNIEnv *env, jobject arr, jint index, jint wCode);
363 JVM_SetArrayElement(JNIEnv *env, jobject arr, jint index, jobject val);
366 JVM_SetPrimitiveArrayElement(JNIEnv *env, jobject arr, jint index, jvalue v,
370 JVM_NewArray(JNIEnv *env, jclass eltClass, jint length);
487 JNIEXPORT jint JNICALL
542 JNIEXPORT jint JNICALL
552 JNIEXPORT jint JNICALL JVM_ConstantPoolGetSize
556 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
559 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
562 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
565 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
568 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
571 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
574 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
576 JNIEXPORT jint JNICALL JVM_ConstantPoolGetIntAt
577 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
580 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
583 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
586 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
589 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
592 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
616 JVM_RegisterSignal(jint sig, void *handler);
619 JVM_RaiseSignal(jint sig);
621 JNIEXPORT jint JNICALL
668 jint nameStability;
669 jint dataStability;
670 jint dependencyClass;
679 jint probe_count;
691 JNIEXPORT jint JNICALL
701 JVM_DTraceActivate(JNIEnv* env, jint version, jstring module_name,
702 jint providers_count, JVM_DTraceProvider* providers);
744 JNIEXPORT jint JNICALL
750 JNIEXPORT jint JNICALL
753 JNIEXPORT jint JNICALL
763 JVM_GetMethodIxExceptionIndexes(JNIEnv *env, jclass cb, jint method_index,
769 JNIEXPORT jint JNICALL
770 JVM_GetMethodIxExceptionsCount(JNIEnv *env, jclass cb, jint method_index);
779 JVM_GetMethodIxByteCode(JNIEnv *env, jclass cb, jint method_index,
786 JNIEXPORT jint JNICALL
787 JVM_GetMethodIxByteCodeLength(JNIEnv *env, jclass cb, jint method_index);
793 jint start_pc;
794 jint end_pc;
795 jint handler_pc;
796 jint catchType;
806 JVM_GetMethodIxExceptionTableEntry(JNIEnv *env, jclass cb, jint method_index,
807 jint entry_index,
814 JNIEXPORT jint JNICALL
821 JNIEXPORT jint JNICALL
828 JNIEXPORT jint JNICALL
835 JNIEXPORT jint JNICALL
842 JNIEXPORT jint JNICALL
849 JNIEXPORT jint JNICALL
867 JVM_GetMethodIxNameUTF(JNIEnv *env, jclass cb, jint index);
877 JVM_GetMethodIxSignatureUTF(JNIEnv *env, jclass cb, jint index);
890 JVM_GetCPFieldNameUTF(JNIEnv *env, jclass cb, jint index);
903 JVM_GetCPMethodNameUTF(JNIEnv *env, jclass cb, jint index);
916 JVM_GetCPMethodSignatureUTF(JNIEnv *env, jclass cb, jint index);
929 JVM_GetCPFieldSignatureUTF(JNIEnv *env, jclass cb, jint index);
941 JVM_GetCPClassNameUTF(JNIEnv *env, jclass cb, jint index);
955 JVM_GetCPFieldClassNameUTF(JNIEnv *env, jclass cb, jint index);
970 JVM_GetCPMethodClassNameUTF(JNIEnv *env, jclass cb, jint index);
981 JNIEXPORT jint JNICALL
990 JNIEXPORT jint JNICALL
1118 jint buf_len);
1164 typedef jint (*check_format_fn_t)(char *class_name,
1169 jint buffer_length,
1252 JNIEXPORT jint JNICALL
1273 JNIEXPORT jint JNICALL
1274 JVM_Open(const char *fname, jint flags, jint mode);
1282 JNIEXPORT jint JNICALL
1283 JVM_Close(jint fd);
1294 JNIEXPORT jint JNICALL
1295 JVM_Read(jint fd, char *buf, jint nbytes);
1306 JNIEXPORT jint JNICALL
1307 JVM_Write(jint fd, char *buf, jint nbytes);
1313 JNIEXPORT jint JNICALL
1314 JVM_Available(jint fd, jlong *pbytes);
1326 JVM_Lseek(jint fd, jlong offset, jint whence);
1334 JNIEXPORT jint JNICALL
1335 JVM_SetLength(jint fd, jlong length);
1341 JNIEXPORT jint JNICALL
1342 JVM_Sync(jint fd);
1348 JNIEXPORT jint JNICALL
1353 JNIEXPORT jint JNICALL
1354 JVM_Socket(jint domain, jint type, jint protocol);
1356 JNIEXPORT jint JNICALL
1357 JVM_SocketClose(jint fd);
1359 JNIEXPORT jint JNICALL
1360 JVM_SocketShutdown(jint fd, jint howto);
1362 JNIEXPORT jint JNICALL
1363 JVM_Recv(jint fd, char *buf, jint nBytes, jint flags);
1365 JNIEXPORT jint JNICALL
1366 JVM_Send(jint fd, char *buf, jint nBytes, jint flags);
1368 JNIEXPORT jint JNICALL
1371 JNIEXPORT jint JNICALL
1372 JVM_Listen(jint fd, jint count);
1374 JNIEXPORT jint JNICALL
1375 JVM_Connect(jint fd, struct sockaddr *him, jint len);
1377 JNIEXPORT jint JNICALL
1378 JVM_Bind(jint fd, struct sockaddr *him, jint len);
1380 JNIEXPORT jint JNICALL
1381 JVM_Accept(jint fd, struct sockaddr *him, jint *len);
1383 JNIEXPORT jint JNICALL
1384 JVM_RecvFrom(jint fd, char *buf, int nBytes,
1387 JNIEXPORT jint JNICALL
1388 JVM_SendTo(jint fd, char *buf, int len,
1391 JNIEXPORT jint JNICALL
1392 JVM_SocketAvailable(jint fd, jint *result);
1395 JNIEXPORT jint JNICALL
1396 JVM_GetSockName(jint fd, struct sockaddr *him, int *len);
1398 JNIEXPORT jint JNICALL
1399 JVM_GetSockOpt(jint fd, int level, int optname, char *optval, int *optlen);
1401 JNIEXPORT jint JNICALL
1402 JVM_SetSockOpt(jint fd, int level, int optname, const char *optval, int optlen);
1435 JNIEXPORT jint JNICALL
1457 JVM_GetManagement(jint version);
1501 JVM_GetThreadStateValues(JNIEnv* env, jint javaThreadState);
1512 JVM_GetThreadStateNames(JNIEnv* env, jint javaThreadState, jintArray values);
1615 jint version;
1618 jint checkSource;
1619 jint nativeStackSize;
1620 jint javaStackSize;
1621 jint minHeapSize;
1622 jint maxHeapSize;
1623 jint verifyMode;
1626 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args);
1627 void (JNICALL *exit)(jint code);
1630 jint enableClassGC;
1631 jint enableVerboseGC;
1632 jint disableAsyncGC;
1633 jint verbose;
1635 jint debugPort;