Home
last modified time | relevance | path

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

/art/test/common/
Druntime_state.cc288 if (code_cache->WillExecuteJitCode(method)) { in ForceJitCompiled()
/art/runtime/jit/
Djit_code_cache.h233 bool WillExecuteJitCode(ArtMethod* method) REQUIRES(!Locks::jit_lock_);
Djit_code_cache.cc284 bool JitCodeCache::WillExecuteJitCode(ArtMethod* method) { in WillExecuteJitCode() function in art::jit::JitCodeCache