Home
last modified time | relevance | path

Searched refs:WaitUntilInlineCacheAccessible (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h326 void WaitUntilInlineCacheAccessible(Thread* self)
Djit_code_cache.cc484 void JitCodeCache::WaitUntilInlineCacheAccessible(Thread* self) { in WaitUntilInlineCacheAccessible() function in art::jit::JitCodeCache
514 WaitUntilInlineCacheAccessible(Thread::Current()); in CopyInlineCacheInto()