Home
last modified time | relevance | path

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

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