Home
last modified time | relevance | path

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

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