Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h226 void AllowInlineCacheAccess() REQUIRES(!lock_);
Djit_code_cache.cc501 void JitCodeCache::AllowInlineCacheAccess() { in AllowInlineCacheAccess() function in art::jit::JitCodeCache
/art/runtime/
Druntime.cc1916 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()