Searched refs:JITs (Results 1 – 5 of 5) sorted by relevance
231 SmallPtrSet<JIT*, 1> JITs; // Optimize for process containing just 1 JIT. member in __anonc3ed9af30511::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()
18 `Chapter 3 <BuildingAJIT3.html>`_ with a custom lazy-JITing scheme that JITs33 Here is the complete code listing for our running example that JITs lazily from
37 Here is the complete code listing for our running example that JITs lazily from
17 JITs, custom code generators, optimization passes, interpreters, and so
12542 mechanisms commonly desired in dynamic language JITs. These intrinsics