Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h353 void BroadcastForInlineCacheAccess() REQUIRES(!Locks::jit_lock_);
Djit_code_cache.cc578 void JitCodeCache::BroadcastForInlineCacheAccess() { in BroadcastForInlineCacheAccess() function in art::jit::JitCodeCache
587 BroadcastForInlineCacheAccess(); in AllowInlineCacheAccess()
/art/runtime/
Druntime.cc2578 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()