Lines Matching refs:jit_lock_

231   MutexLock mu(Thread::Current(), *Locks::jit_lock_);  in Create()
260 inline_cache_cond_("Jit inline cache condition variable", *Locks::jit_lock_), in JitCodeCache()
262 lock_cond_("Jit code cache condition variable", *Locks::jit_lock_), in JitCodeCache()
296 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in ContainsMethod()
319 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in GetJniStubCode()
352 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in GetSavedEntryPointOfPreCompiledMethod()
418 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in SweepRootTables()
486 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in FreeAllMethodHeaders()
516 MutexLock mu(self, *Locks::jit_lock_); in RemoveMethodsIn()
574 MutexLock mu(self, *Locks::jit_lock_); in WaitUntilInlineCacheAccessible()
582 MutexLock mu(self, *Locks::jit_lock_); in BroadcastForInlineCacheAccess()
627 Locks::jit_lock_->Unlock(self); in WaitForPotentialCollectionToCompleteRunnable()
630 MutexLock mu(self, *Locks::jit_lock_); in WaitForPotentialCollectionToCompleteRunnable()
633 Locks::jit_lock_->Lock(self); in WaitForPotentialCollectionToCompleteRunnable()
660 MutexLock mu(self, *Locks::jit_lock_); in Commit()
761 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in CodeCacheSize()
769 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in RemoveMethod()
839 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in NotifyMethodRedefined()
850 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in MoveObsoleteMethod()
891 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in TransitionToDebuggable()
918 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in DataCacheSize()
943 MutexLock mu(self, *Locks::jit_lock_); in Reserve()
963 MutexLock mu(self, *Locks::jit_lock_); in Reserve()
985 MutexLock mu(self, *Locks::jit_lock_); in Free()
1086 MutexLock mu(self, *Locks::jit_lock_); in GarbageCollectCache()
1109 MutexLock mu(self, *Locks::jit_lock_); in GarbageCollectCache()
1126 MutexLock mu(self, *Locks::jit_lock_); in GarbageCollectCache()
1192 MutexLock mu(self, *Locks::jit_lock_); in RemoveUnmarkedCode()
1221 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in GetGarbageCollectCode()
1227 MutexLock mu(self, *Locks::jit_lock_); in SetGarbageCollectCode()
1246 MutexLock mu(self, *Locks::jit_lock_); in DoCollection()
1338 MutexLock mu(self, *Locks::jit_lock_); in DoCollection()
1378 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in LookupMethodHeader()
1433 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in LookupOsrMethodHeader()
1452 if (Locks::jit_lock_->ExclusiveTryLock(self)) { in AddProfilingInfo()
1454 Locks::jit_lock_->ExclusiveUnlock(self); in AddProfilingInfo()
1458 MutexLock mu(self, *Locks::jit_lock_); in AddProfilingInfo()
1464 MutexLock mu(self, *Locks::jit_lock_); in AddProfilingInfo()
1511 MutexLock mu(self, *Locks::jit_lock_); in GetProfiledMethods()
1592 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in IsOsrCompiled()
1639 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilationOf()
1646 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilationOf()
1691 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilationOf()
1702 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilerUse()
1714 MutexLock mu(self, *Locks::jit_lock_); in DoneCompilerUse()
1722 MutexLock mu(self, *Locks::jit_lock_); in DoneCompiling()
1742 art::MutexLock mu(Thread::Current(), *Locks::jit_lock_); in InvalidateAllCompiledCode()
1785 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in InvalidateCompiledCodeFor()
1801 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in Dump()
1841 MutexLock mu(self, *Locks::jit_lock_); in PostForkChildAction()
1878 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in Initialize()