Lines Matching refs:jint
71 jint count; /* count of references */
82 typedef jint FrameNumber;
86 jint type_in,
87 jint length_in,
89 jint* type_out,
90 jint* length_out,
126 jint cachedJvmtiVersion;
281 jint count;
319 #define jlong_to_jint(a) ((jint)(a))
331 jint uniqueID(void);
341 jvmtiError classInstanceCounts(jint classCount, jclass *classes, jlong *counts);
360 jvmtiError fieldModifiers(jclass, jfieldID, jint *);
363 jvmtiError methodModifiers(jmethodID, jint *);
383 jint jvmtiMajorVersion(void);
384 jint jvmtiMinorVersion(void);
385 jint jvmtiMicroVersion(void);
404 jthread *allThreads(jint *count);
413 jint classStatus(jclass);
422 jint objectHashCode(jobject);
424 jvmtiError allInterfaces(jclass clazz, jclass **ppinterfaces, jint *count);
425 jvmtiError allLoadedClasses(jclass **ppclasses, jint *count);
426 jvmtiError allClassLoaderClasses(jobject loader, jclass **ppclasses, jint *count);
427 jvmtiError allNestedClasses(jclass clazz, jclass **ppnested, jint *pcount);
431 void *jvmtiAllocate(jint numBytes);
442 jdwpThreadStatus map2jdwpThreadStatus(jint state);
443 jint map2jdwpSuspendStatus(jint state);
444 jint map2jdwpClassStatus(jint);
455 void createLocalRefSpace(JNIEnv *env, jint capacity);