Searched refs:WillExecuteJitCode (Results 1 – 3 of 3) sorted by relevance
152 bool WillExecuteJitCode(ArtMethod* method) REQUIRES(!lock_);
489 bool JitCodeCache::WillExecuteJitCode(ArtMethod* method) { in WillExecuteJitCode() function in art::jit::JitCodeCache
238 } else if (code_cache->WillExecuteJitCode(method)) { in ForceJitCompiled()