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.cc580 void JitCodeCache::BroadcastForInlineCacheAccess() { in BroadcastForInlineCacheAccess() function in art::jit::JitCodeCache
589 BroadcastForInlineCacheAccess(); in AllowInlineCacheAccess()
/art/runtime/
Druntime.cc2366 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()