Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h152 bool WillExecuteJitCode(ArtMethod* method) REQUIRES(!lock_);
Djit_code_cache.cc489 bool JitCodeCache::WillExecuteJitCode(ArtMethod* method) { in WillExecuteJitCode() function in art::jit::JitCodeCache
/art/test/common/
Druntime_state.cc238 } else if (code_cache->WillExecuteJitCode(method)) { in ForceJitCompiled()