Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h246 void BroadcastForInlineCacheAccess() REQUIRES(!lock_);
Djit_code_cache.cc907 void JitCodeCache::BroadcastForInlineCacheAccess() { in BroadcastForInlineCacheAccess() function in art::jit::JitCodeCache
916 BroadcastForInlineCacheAccess(); in AllowInlineCacheAccess()
/art/runtime/
Druntime.cc2275 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()