Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h358 void BroadcastForInlineCacheAccess() REQUIRES(!Locks::jit_lock_);
Djit_code_cache.cc600 void JitCodeCache::BroadcastForInlineCacheAccess() { in BroadcastForInlineCacheAccess() function in art::jit::JitCodeCache
609 BroadcastForInlineCacheAccess(); in AllowInlineCacheAccess()
/art/runtime/
Druntime.cc2362 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()