Searched refs:CodeCache_lock (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp125 assert_locked_or_safepoint(CodeCache_lock);
131 assert_locked_or_safepoint(CodeCache_lock);
137 assert_locked_or_safepoint(CodeCache_lock);
144 assert_locked_or_safepoint(CodeCache_lock);
150 assert_locked_or_safepoint(CodeCache_lock);
159 assert_locked_or_safepoint(CodeCache_lock);
174 assert_locked_or_safepoint(CodeCache_lock);
197 assert_locked_or_safepoint(CodeCache_lock);
220 // this is called by nmethod::nmethod, which must already own CodeCache_lock
221 assert_locked_or_safepoint(CodeCache_lock);
[all...]
H A DcodeBlob.cpp157 assert(!CodeCache_lock->owned_by_self(), "release CodeCache before registering the stub");
178 // Track memory usage statistic after releasing CodeCache_lock
207 ThreadInVMfromUnknown __tiv; // get to VM state in case we block on CodeCache_lock
216 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
219 // Track memory usage statistic after releasing CodeCache_lock
231 ThreadInVMfromUnknown __tiv; // get to VM state in case we block on CodeCache_lock
237 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
240 // Track memory usage statistic after releasing CodeCache_lock
254 ThreadInVMfromUnknown __tiv; // get to VM state in case we block on CodeCache_lock
256 MutexLockerEx mu(CodeCache_lock, Mute
[all...]
H A Dnmethod.cpp502 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
536 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
579 { MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
647 assert_locked_or_safepoint(CodeCache_lock);
728 assert_locked_or_safepoint(CodeCache_lock);
822 assert_locked_or_safepoint(CodeCache_lock);
1351 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
1387 assert_locked_or_safepoint(CodeCache_lock);
1440 assert_locked_or_safepoint(CodeCache_lock);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp145 // isn't a problem as the iteration is serial anyway as we need the CodeCache_lock
156 assert_locked_or_safepoint(CodeCache_lock);
187 // single pass over the code cache with CodeCache_lock held because
191 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
213 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
222 MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp278 assert(!CodeCache_lock->owned_by_self(), "just checking");
281 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
289 MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
296 // Since we will give up the CodeCache_lock, always skip ahead
301 // Now ready to process nmethod and give up CodeCache_lock
303 MutexUnlockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
372 assert(!CodeCache_lock->owned_by_self(), "just checking");
404 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
444 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
H A DmutexLocker.cpp72 Mutex* CodeCache_lock = NULL; variable
210 def(CodeCache_lock , Mutex , special, true );
H A DmutexLocker.hpp66 extern Mutex* CodeCache_lock; // a lock on the CodeCache, rank is special, use MutexLockerEx
H A Djava.cpp313 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
318 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
H A Dfprofiler.cpp158 MutexLockerEx lm(CodeCache_lock, Mutex::_no_safepoint_check_flag);
195 MutexLockerEx lm(CodeCache_lock, Mutex::_no_safepoint_check_flag);
H A DsharedRuntime.cpp1991 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1459 assert_locked_or_safepoint(CodeCache_lock);
1491 assert_locked_or_safepoint(CodeCache_lock);
1512 assert_locked_or_safepoint(CodeCache_lock);
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1221 // holding the CodeCache_lock.
1242 // holding the CodeCache_lock.
1253 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
1273 // holding the CodeCache_lock.
1303 // holding the CodeCache_lock.
1400 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp917 MutexLockerEx ml_code (CodeCache_lock, Mutex::_no_safepoint_check_flag);

Completed in 832 milliseconds