Home
last modified time | relevance | path

Searched refs:JITs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp231 SmallPtrSet<JIT*, 1> JITs; // Optimize for process containing just 1 JIT. member in __anon6ea1438e0511::JitPool
236 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()
/external/llvm/docs/
DLLVMBuild.rst17 JITs, custom code generators, optimization passes, interpreters, and so
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1624398 of the JITs capabilities into the other layers of the regex compilers. For
24461 of the JITs capabilities into the other layers of the regex compilers. For
DChangeLog-2010-05-2420653 Bring the 32_64 & non-32_64 JITs into line with each other, callee in regT0.