Searched refs:refCount (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DcommonRef.h37 void commonRef_releaseMultiple(JNIEnv *env, jlong id, jint refCount);
H A DcommonRef.c217 deleteNodeByID(JNIEnv *env, jlong id, jint refCount) argument
229 if (refCount != ALL_REFS) {
230 node->count -= refCount;
548 commonRef_releaseMultiple(JNIEnv *env, jlong id, jint refCount) argument
551 deleteNodeByID(env, id, refCount);
H A DVirtualMachineImpl.c851 int refCount; local
869 refCount = inStream_readInt(in);
873 commonRef_releaseMultiple(env, id, refCount);
H A Dutil.c2740 int refCount; member in struct:ReferrerData
2765 if ( data->maxObjects != 0 && data->refCount >= data->maxObjects ) {
2778 data->refCount++;
2787 data->refCount++;
2821 data.refCount = 0;
2864 if ( data.refCount != referrers->count ) {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMManifest.java100 int refCount = 0;
105 refCount++;
106 if (secVal && (refCount > DOMSignedInfo.MAXIMUM_REFERENCE_COUNT)) {
H A DDOMSignedInfo.java175 int refCount = 0;
180 refCount++;
181 if (secVal && (refCount > MAXIMUM_REFERENCE_COUNT)) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A DDevices.h65 int refCount; member in class:Devices
H A DDevices.cpp173 this->refCount = 0;
264 refCount++;
265 J2dTraceLn1(J2D_TRACE_VERBOSE, " refCount=%d", refCount);
292 * reference to the array. This increases the refCount of the
360 * Decreases the reference count of the array. If the refCount goes to 0,
371 int refs = --refCount;
373 J2dTraceLn1(J2D_TRACE_VERBOSE, " refCount=%d", refs);
392 // (note: can not reference refCount here!)
396 "Devices::Release: Negative ref count! refCount
[all...]
H A Dawt_Font.h273 DWORD refCount; /* The same HFONT can be associated with member in class:AwtFontCache::Item
H A Dawt_Font.cpp1178 newVal = InterlockedIncrement((long*)&item->refCount);
1187 newVal = InterlockedDecrement((long*)&item->refCount);
1197 refCount = 1;
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h72 int refCount; /* Module reference count */ member in struct:SECMODModuleStr
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp216 jint refCount; member in class:JvmdiRefListDeallocator
218 JvmdiRefListDeallocator(JNIEnv* env, jobject* refList, jint refCount) { argument
221 this->refCount = refCount;
224 for (int i = 0; i < refCount; i++) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DObjectReferenceImpl.java211 private long refCount = 0;
220 refCount++;
223 if (max > 0 && refCount >= max) {
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp80 INT32 refCount; member in struct:__anon1055
153 g_audioDeviceCache[g_cacheCount].refCount = 0;
558 g_audioDeviceCache[deviceID].refCount = 0;
577 g_audioDeviceCache[deviceID].refCount++;
586 if (g_audioDeviceCache[deviceID].refCount) {
587 g_audioDeviceCache[deviceID].refCount--;
589 if (g_audioDeviceCache[deviceID].refCount == 0) {

Completed in 62 milliseconds