Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h352 void DisallowInlineCacheAccess() REQUIRES(!Locks::jit_lock_);
Djit_code_cache.cc590 void JitCodeCache::DisallowInlineCacheAccess() { in DisallowInlineCacheAccess() function in art::jit::JitCodeCache
/art/runtime/
Druntime.cc2544 GetJit()->GetCodeCache()->DisallowInlineCacheAccess(); in DisallowNewSystemWeaks()