Home
last modified time | relevance | path

Searched refs:AllowInlineCacheAccess (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h356 void AllowInlineCacheAccess() REQUIRES(!Locks::jit_lock_);
Djit_code_cache.cc606 void JitCodeCache::AllowInlineCacheAccess() { in AllowInlineCacheAccess() function in art::jit::JitCodeCache
/art/runtime/
Druntime.cc2344 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()