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);
191 JNIEXPORT jint JNICALL
195 JVM_GetStackTraceElement(JNIEnv *env, jobject throwable, jint index);
240 JVM_SetThreadPriority(JNIEnv *env, jobject thread, jint prio);
251 JNIEXPORT jint JNICALL
288 JNIEXPORT jint JNICALL
291 JNIEXPORT jint JNICALL
312 jint length);
328 JNIEXPORT jint JNICALL
332 JVM_GetArrayElement(JNIEnv *env, jobject arr, jint index);
335 JVM_GetPrimitiveArrayElement(JNIEnv *env, jobject arr, jint index, jint wCode);
338 JVM_SetArrayElement(JNIEnv *env, jobject arr, jint index, jobject val);
341 JVM_SetPrimitiveArrayElement(JNIEnv *env, jobject arr, jint index, jvalue v,
345 JVM_NewArray(JNIEnv *env, jclass eltClass, jint length);
463 JNIEXPORT jint JNICALL
510 JNIEXPORT jint JNICALL
533 JNIEXPORT jint JNICALL JVM_ConstantPoolGetSize
537 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
540 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
543 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
546 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
549 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
552 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
555 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
557 JNIEXPORT jint JNICALL JVM_ConstantPoolGetIntAt
558 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
561 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
564 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
567 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
570 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
573 (JNIEnv *env, jobject unused, jobject jcpool, jint index);
604 JVM_RegisterSignal(jint sig, void *handler);
607 JVM_RaiseSignal(jint sig);
609 JNIEXPORT jint JNICALL
650 jint nameStability;
651 jint dataStability;
652 jint dependencyClass;
661 jint probe_count;
673 JNIEXPORT jint JNICALL
683 JVM_DTraceActivate(JNIEnv* env, jint version, jstring module_name,
684 jint providers_count, JVM_DTraceProvider* providers);
726 JNIEXPORT jint JNICALL
732 JNIEXPORT jint JNICALL
735 JNIEXPORT jint JNICALL
745 JVM_GetMethodIxExceptionIndexes(JNIEnv *env, jclass cb, jint method_index,
751 JNIEXPORT jint JNICALL
752 JVM_GetMethodIxExceptionsCount(JNIEnv *env, jclass cb, jint method_index);
761 JVM_GetMethodIxByteCode(JNIEnv *env, jclass cb, jint method_index,
768 JNIEXPORT jint JNICALL
769 JVM_GetMethodIxByteCodeLength(JNIEnv *env, jclass cb, jint method_index);
775 jint start_pc;
776 jint end_pc;
777 jint handler_pc;
778 jint catchType;
788 JVM_GetMethodIxExceptionTableEntry(JNIEnv *env, jclass cb, jint method_index,
789 jint entry_index,
796 JNIEXPORT jint JNICALL
803 JNIEXPORT jint JNICALL
810 JNIEXPORT jint JNICALL
817 JNIEXPORT jint JNICALL
824 JNIEXPORT jint JNICALL
831 JNIEXPORT jint JNICALL
856 JVM_GetMethodIxNameUTF(JNIEnv *env, jclass cb, jint index);
866 JVM_GetMethodIxSignatureUTF(JNIEnv *env, jclass cb, jint index);
879 JVM_GetCPFieldNameUTF(JNIEnv *env, jclass cb, jint index);
892 JVM_GetCPMethodNameUTF(JNIEnv *env, jclass cb, jint index);
905 JVM_GetCPMethodSignatureUTF(JNIEnv *env, jclass cb, jint index);
918 JVM_GetCPFieldSignatureUTF(JNIEnv *env, jclass cb, jint index);
930 JVM_GetCPClassNameUTF(JNIEnv *env, jclass cb, jint index);
944 JVM_GetCPFieldClassNameUTF(JNIEnv *env, jclass cb, jint index);
959 JVM_GetCPMethodClassNameUTF(JNIEnv *env, jclass cb, jint index);
970 JNIEXPORT jint JNICALL
979 JNIEXPORT jint JNICALL
1007 jint buf_len);
1053 typedef jint (*check_format_fn_t)(char *class_name,
1058 jint buffer_length,
1141 JNIEXPORT jint JNICALL
1162 JNIEXPORT jint JNICALL
1163 JVM_Open(const char *fname, jint flags, jint mode);
1171 JNIEXPORT jint JNICALL
1172 JVM_Close(jint fd);
1183 JNIEXPORT jint JNICALL
1184 JVM_Read(jint fd, char *buf, jint nbytes);
1195 JNIEXPORT jint JNICALL
1196 JVM_Write(jint fd, char *buf, jint nbytes);
1202 JNIEXPORT jint JNICALL
1203 JVM_Available(jint fd, jlong *pbytes);
1215 JVM_Lseek(jint fd, jlong offset, jint whence);
1223 JNIEXPORT jint JNICALL
1224 JVM_SetLength(jint fd, jlong length);
1230 JNIEXPORT jint JNICALL
1231 JVM_Sync(jint fd);
1237 JNIEXPORT jint JNICALL
1242 JNIEXPORT jint JNICALL
1243 JVM_Socket(jint domain, jint type, jint protocol);
1245 JNIEXPORT jint JNICALL
1246 JVM_SocketClose(jint fd);
1248 JNIEXPORT jint JNICALL
1249 JVM_SocketShutdown(jint fd, jint howto);
1251 JNIEXPORT jint JNICALL
1252 JVM_Recv(jint fd, char *buf, jint nBytes, jint flags);
1254 JNIEXPORT jint JNICALL
1255 JVM_Send(jint fd, char *buf, jint nBytes, jint flags);
1257 JNIEXPORT jint JNICALL
1260 JNIEXPORT jint JNICALL
1261 JVM_Listen(jint fd, jint count);
1263 JNIEXPORT jint JNICALL
1264 JVM_Connect(jint fd, struct sockaddr *him, jint len);
1266 JNIEXPORT jint JNICALL
1267 JVM_Bind(jint fd, struct sockaddr *him, jint len);
1269 JNIEXPORT jint JNICALL
1270 JVM_Accept(jint fd, struct sockaddr *him, jint *len);
1272 JNIEXPORT jint JNICALL
1273 JVM_RecvFrom(jint fd, char *buf, int nBytes,
1276 JNIEXPORT jint JNICALL
1277 JVM_SendTo(jint fd, char *buf, int len,
1280 JNIEXPORT jint JNICALL
1281 JVM_SocketAvailable(jint fd, jint *result);
1284 JNIEXPORT jint JNICALL
1285 JVM_GetSockName(jint fd, struct sockaddr *him, int *len);
1287 JNIEXPORT jint JNICALL
1288 JVM_GetSockOpt(jint fd, int level, int optname, char *optval, int *optlen);
1290 JNIEXPORT jint JNICALL
1291 JVM_SetSockOpt(jint fd, int level, int optname, const char *optval, int optlen);
1324 JNIEXPORT jint JNICALL
1334 JVM_GetManagement(jint version);
1381 JVM_GetThreadStateValues(JNIEnv* env, jint javaThreadState);
1392 JVM_GetThreadStateNames(JNIEnv* env, jint javaThreadState, jintArray values);
1519 jint version;
1522 jint checkSource;
1523 jint nativeStackSize;
1524 jint javaStackSize;
1525 jint minHeapSize;
1526 jint maxHeapSize;
1527 jint verifyMode;
1530 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args);
1531 void (JNICALL *exit)(jint code);
1534 jint enableClassGC;
1535 jint enableVerboseGC;
1536 jint disableAsyncGC;
1537 jint verbose;
1539 jint debugPort;