Home
last modified time | relevance | path

Searched refs:IsWeakAccessEnabled (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h497 bool IsWeakAccessEnabled(Thread* self) const;
Djit_code_cache.cc583 bool JitCodeCache::IsWeakAccessEnabled(Thread* self) const { in IsWeakAccessEnabled() function in art::jit::JitCodeCache
590 if (IsWeakAccessEnabled(self)) { in WaitUntilInlineCacheAccessible()
595 while (!IsWeakAccessEnabled(self)) { in WaitUntilInlineCacheAccessible()