Searched refs:JITs (Results 1 – 4 of 4) sorted by relevance
231 SmallPtrSet<JIT*, 1> JITs; // Optimize for process containing just 1 JIT. member in __anon6ea1438e0511::JitPool236 JITs.insert(jit); in Add()240 JITs.erase(jit); in Remove()244 assert(JITs.size() != 0 && "No Jit registered"); in getPointerToNamedFunction()246 for (SmallPtrSet<JIT*, 1>::const_iterator Jit = JITs.begin(), in getPointerToNamedFunction()247 end = JITs.end(); in getPointerToNamedFunction()254 return (*JITs.begin())->getPointerToNamedFunction(Name); in getPointerToNamedFunction()
17 JITs, custom code generators, optimization passes, interpreters, and so
24398 of the JITs capabilities into the other layers of the regex compilers. For24461 of the JITs capabilities into the other layers of the regex compilers. For
20653 Bring the 32_64 & non-32_64 JITs into line with each other, callee in regT0.