Lines Matching refs:CodeCache_lock

125   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);
238 assert_locked_or_safepoint(CodeCache_lock);
256 // This method is safe to call without holding the CodeCache_lock, as long as a dead codeblob is not
275 assert_locked_or_safepoint(CodeCache_lock);
283 assert_locked_or_safepoint(CodeCache_lock);
305 assert_locked_or_safepoint(CodeCache_lock);
312 assert_locked_or_safepoint(CodeCache_lock);
325 assert_locked_or_safepoint(CodeCache_lock);
350 assert_locked_or_safepoint(CodeCache_lock);
358 assert_locked_or_safepoint(CodeCache_lock);
379 assert_locked_or_safepoint(CodeCache_lock);
454 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
486 // For conc swpr this will be called with CodeCache_lock taken by caller
487 assert_locked_or_safepoint(CodeCache_lock);
513 assert_locked_or_safepoint(CodeCache_lock);
538 assert_locked_or_safepoint(CodeCache_lock);
557 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
570 assert_locked_or_safepoint(CodeCache_lock);
576 assert_locked_or_safepoint(CodeCache_lock);
623 assert_locked_or_safepoint(CodeCache_lock);
637 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
684 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
719 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
727 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
763 assert_locked_or_safepoint(CodeCache_lock);
988 // This is called both with and without CodeCache_lock held so
990 if (CodeCache_lock->owned_by_self()) {
993 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);