Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h506 bool IsWeakAccessEnabled(Thread* self) const;
Djit_code_cache.cc600 bool JitCodeCache::IsWeakAccessEnabled(Thread* self) const { in IsWeakAccessEnabled() function in art::jit::JitCodeCache
607 if (IsWeakAccessEnabled(self)) { in WaitUntilInlineCacheAccessible()
612 while (!IsWeakAccessEnabled(self)) { in WaitUntilInlineCacheAccessible()