Searched refs:lock_without_safepoint_check (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp136 RawMonitor_lock->lock_without_safepoint_check() ;
159 RawMonitor_lock->lock_without_safepoint_check() ;
183 RawMonitor_lock->lock_without_safepoint_check() ;
204 RawMonitor_lock->lock_without_safepoint_check() ;
245 RawMonitor_lock->lock_without_safepoint_check() ;
271 jt->SR_lock()->lock_without_safepoint_check();
275 jt->SR_lock()->lock_without_safepoint_check();
H A Djni.cpp5297 { Threads_lock->lock_without_safepoint_check();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.hpp201 void lock_without_safepoint_check();
202 void lock_without_safepoint_check (Thread * Self) ;
H A DmutexLocker.hpp217 _mutex->lock_without_safepoint_check();
332 _mutex->lock_without_safepoint_check();
H A Dmutex.cpp957 void Monitor::lock_without_safepoint_check (Thread * Self) { function in class:Monitor
964 void Monitor::lock_without_safepoint_check () { function in class:Monitor
965 lock_without_safepoint_check (Thread::current()) ;
1008 // Yet another degenerate version of Monitor::lock() or lock_without_safepoint_check()
H A Dvm_operations.cpp484 Threads_lock->lock_without_safepoint_check();
H A Dsafepoint.cpp649 Safepoint_lock->lock_without_safepoint_check();
670 // self-suspend after the lock_without_safepoint_check() call
679 Threads_lock->lock_without_safepoint_check();
697 // self-suspend after the lock_without_safepoint_check() call
708 Threads_lock->lock_without_safepoint_check();
H A DvmThread.cpp324 // Mutex::lock_without_safepoint_check().
630 VMOperationQueue_lock->lock_without_safepoint_check();
H A Dthread.cpp1520 Threads_lock->lock_without_safepoint_check();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.cpp101 _lock->lock_without_safepoint_check();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1849 bitMapLock()->lock_without_safepoint_check();
2142 _cmsGen->freelistLock()->lock_without_safepoint_check();
2143 _permGen->freelistLock()->lock_without_safepoint_check();
2675 bitMapLock()->lock_without_safepoint_check();
4293 _bit_map_lock->lock_without_safepoint_check();
6373 bitMapLock()->lock_without_safepoint_check();
6842 _freelistLock->lock_without_safepoint_check();
6843 _bit_map->lock()->lock_without_safepoint_check();
7014 _freelistLock->lock_without_safepoint_check();
7015 _bitMap->lock()->lock_without_safepoint_check();
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp559 mon->lock_without_safepoint_check();
H A Dostream.cpp758 tty_lock->lock_without_safepoint_check();
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2230 OsrList_lock->lock_without_safepoint_check();
2256 OsrList_lock->lock_without_safepoint_check();
2297 OsrList_lock->lock_without_safepoint_check();
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1132 os::Bsd::createThread_lock()->lock_without_safepoint_check();
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp957 os::Linux::createThread_lock()->lock_without_safepoint_check();
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3670 Threads_lock->lock_without_safepoint_check();

Completed in 546 milliseconds