Home
last modified time | relevance | path

Searched refs:_old_invocations (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsafepointVerifiers.cpp40 _old_invocations = h->total_collections(); in NoGCVerifier()
49 if (_old_invocations != h->total_collections()) { in ~NoGCVerifier()
62 if (_ngcv->_old_invocations != h->total_collections()) { in PauseNoGCVerifier()
74 _ngcv->_old_invocations = h->total_collections(); in ~PauseNoGCVerifier()
H A DsafepointVerifiers.hpp42 unsigned int _old_invocations; member in NoGCVerifier
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DsafepointVerifiers.cpp40 _old_invocations = h->total_collections(); in NoGCVerifier()
49 if (_old_invocations != h->total_collections()) { in ~NoGCVerifier()
62 if (_ngcv->_old_invocations != h->total_collections()) { in PauseNoGCVerifier()
74 _ngcv->_old_invocations = h->total_collections(); in ~PauseNoGCVerifier()
H A DsafepointVerifiers.hpp42 unsigned int _old_invocations; member in NoGCVerifier
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DsafepointVerifiers.cpp40 _old_invocations = h->total_collections(); in NoGCVerifier()
49 if (_old_invocations != h->total_collections()) { in ~NoGCVerifier()
62 if (_ngcv->_old_invocations != h->total_collections()) { in PauseNoGCVerifier()
74 _ngcv->_old_invocations = h->total_collections(); in ~PauseNoGCVerifier()
H A DsafepointVerifiers.hpp42 unsigned int _old_invocations; member in NoGCVerifier
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsafepointVerifiers.cpp40 _old_invocations = h->total_collections(); in NoGCVerifier()
49 if (_old_invocations != h->total_collections()) { in ~NoGCVerifier()
62 if (_ngcv->_old_invocations != h->total_collections()) { in PauseNoGCVerifier()
74 _ngcv->_old_invocations = h->total_collections(); in ~PauseNoGCVerifier()
H A DsafepointVerifiers.hpp42 unsigned int _old_invocations; member in NoGCVerifier
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DgcLocker.cpp159 _old_invocations = h->total_collections(); in No_GC_Verifier()
168 if (_old_invocations != h->total_collections()) { in ~No_GC_Verifier()
181 if (_ngcv->_old_invocations != h->total_collections()) { in Pause_No_GC_Verifier()
193 _ngcv->_old_invocations = h->total_collections(); in ~Pause_No_GC_Verifier()
H A DgcLocker.hpp186 unsigned int _old_invocations; member in No_GC_Verifier
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DgcLocker.cpp159 _old_invocations = h->total_collections(); in No_GC_Verifier()
168 if (_old_invocations != h->total_collections()) { in ~No_GC_Verifier()
181 if (_ngcv->_old_invocations != h->total_collections()) { in Pause_No_GC_Verifier()
193 _ngcv->_old_invocations = h->total_collections(); in ~Pause_No_GC_Verifier()
H A DgcLocker.hpp186 unsigned int _old_invocations; member in No_GC_Verifier