Lines Matching refs:jit_lock_

236   MutexLock mu(Thread::Current(), *Locks::jit_lock_);  in Create()
265 inline_cache_cond_("Jit inline cache condition variable", *Locks::jit_lock_), in JitCodeCache()
267 lock_cond_("Jit code cache condition variable", *Locks::jit_lock_), in JitCodeCache()
291 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in ContainsMethod()
314 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in GetJniStubCode()
331 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in GetSavedEntryPointOfPreCompiledMethod()
402 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in SweepRootTables()
514 MutexLock mu(self, *Locks::jit_lock_); in RemoveMethodsIn()
572 MutexLock mu(self, *Locks::jit_lock_); in WaitUntilInlineCacheAccessible()
580 MutexLock mu(self, *Locks::jit_lock_); in BroadcastForInlineCacheAccess()
628 Locks::jit_lock_->Unlock(self); in WaitForPotentialCollectionToCompleteRunnable()
631 MutexLock mu(self, *Locks::jit_lock_); in WaitForPotentialCollectionToCompleteRunnable()
634 Locks::jit_lock_->Lock(self); in WaitForPotentialCollectionToCompleteRunnable()
663 MutexLock mu(self, *Locks::jit_lock_); in Commit()
780 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in CodeCacheSize()
788 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in RemoveMethod()
858 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in NotifyMethodRedefined()
869 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in MoveObsoleteMethod()
897 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in TransitionToDebuggable()
924 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in DataCacheSize()
949 MutexLock mu(self, *Locks::jit_lock_); in Reserve()
974 MutexLock mu(self, *Locks::jit_lock_); in Reserve()
996 MutexLock mu(self, *Locks::jit_lock_); in Free()
1106 MutexLock mu(self, *Locks::jit_lock_); in GarbageCollectCache()
1129 MutexLock mu(self, *Locks::jit_lock_); in GarbageCollectCache()
1146 MutexLock mu(self, *Locks::jit_lock_); in GarbageCollectCache()
1195 MutexLock mu(self, *Locks::jit_lock_); in RemoveUnmarkedCode()
1228 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in GetGarbageCollectCode()
1234 MutexLock mu(self, *Locks::jit_lock_); in SetGarbageCollectCode()
1289 MutexLock mu(self, *Locks::jit_lock_); in DoCollection()
1374 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in LookupMethodHeader()
1429 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in LookupOsrMethodHeader()
1443 MutexLock mu(self, *Locks::jit_lock_); in AddProfilingInfo()
1449 MutexLock mu(self, *Locks::jit_lock_); in AddProfilingInfo()
1490 MutexLock mu(self, *Locks::jit_lock_); in GetProfiledMethods()
1572 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in IsOsrCompiled()
1618 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilationOf()
1625 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilationOf()
1656 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilationOf()
1667 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilationOf()
1677 MutexLock mu(self, *Locks::jit_lock_); in NotifyCompilerUse()
1690 MutexLock mu(self, *Locks::jit_lock_); in DoneCompilerUse()
1700 MutexLock mu(self, *Locks::jit_lock_); in DoneCompiling()
1716 art::MutexLock mu(Thread::Current(), *Locks::jit_lock_); in InvalidateAllCompiledCode()
1747 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in InvalidateCompiledCodeFor()
1763 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in Dump()
1804 MutexLock mu(self, *Locks::jit_lock_); in PostForkChildAction()
1864 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in Initialize()