Searched refs:WillExecuteJitCode (Results 1 – 3 of 3) sorted by relevance
288 if (code_cache->WillExecuteJitCode(method)) { in ForceJitCompiled()
233 bool WillExecuteJitCode(ArtMethod* method) REQUIRES(!Locks::jit_lock_);
289 bool JitCodeCache::WillExecuteJitCode(ArtMethod* method) { in WillExecuteJitCode() function in art::jit::JitCodeCache