Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h348 bool IsOsrCompiled(ArtMethod* method) REQUIRES(!Locks::jit_lock_);
Djit.cc1583 if (!code_cache_->IsOsrCompiled(method)) { in MaybeCompileMethod()
Djit_code_cache.cc1698 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled() function in art::jit::JitCodeCache